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