Add https to gitea domain
This commit is contained in:
parent
f0c5aea385
commit
49f06353be
|
@ -8,7 +8,7 @@
|
|||
# Gitea setup with daily backup
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
domain = "coolneng.duckdns.org";
|
||||
domain = "https://coolneng.duckdns.org";
|
||||
rootUrl = "https://coolneng.duckdns.org/gitea";
|
||||
database = {
|
||||
type = "postgres";
|
||||
|
|
Loading…
Reference in New Issue