Add new root directory to Gitea

This commit is contained in:
Salt 2020-08-15 05:51:24 -05:00
parent 590741d001
commit 6e9af61025
2 changed files with 1 additions and 2 deletions

View File

@ -64,6 +64,7 @@ gitea:
app_name: "9iron Gitea"
disable_registration: "false"
url: "git.9iron.club"
root: "/var/gitea"
efs:
name: "9iron-gitea"
region: "us-east-2"

View File

@ -45,8 +45,6 @@
- role: base-backups
tags: [ backups ]
- role: gitea
vars:
gitea.root: "/cold/gitea-repositories/"
tags: [ web, gitea ]
- role: grafana
tags: [ web, grafana ]