add www-apps/gitea

This commit is contained in:
Martin Sekera 2021-06-02 23:49:56 +02:00
parent c4d4f5e1ff
commit ad6bb6cf38
4 changed files with 199 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# Gitea configuration
GITEA_CONF="/etc/gitea/app.ini"
# Gitea user
GITEA_USER="git"
# Gitea group
GITEA_GROUP="git"
# Gitea working directory
GITEA_WORK_DIR="/var/lib/gitea"
# Gitea custom directory
GITEA_CUSTOM="${GITEA_WORK_DIR}/custom"