Change gitea location to the root of the domain

This commit is contained in:
2019-11-23 00:00:47 +01:00
parent 49f06353be
commit 8f3d1b38db
2 changed files with 4 additions and 18 deletions

View File

@@ -8,8 +8,8 @@
# Gitea setup with daily backup
services.gitea = {
enable = true;
domain = "https://coolneng.duckdns.org";
rootUrl = "https://coolneng.duckdns.org/gitea";
domain = "coolneng.duckdns.org";
rootUrl = "https://coolneng.duckdns.org/";
database = {
type = "postgres";
passwordFile = "/var/keys/gitea/db";