version bump www-apps/gitea-1.19.1

This commit is contained in:
Micha Glave
2023-04-13 10:49:02 +02:00
parent de5ef9fed6
commit 3ecca6b6dd
6 changed files with 207 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"