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" app_name: "9iron Gitea"
disable_registration: "false" disable_registration: "false"
url: "git.9iron.club" url: "git.9iron.club"
root: "/var/gitea"
efs: efs:
name: "9iron-gitea" name: "9iron-gitea"
region: "us-east-2" region: "us-east-2"

View File

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