www-apps/gitea: bump 1.24.3

Signed-off-by: Federico Justus Denkena <federico.denkena@posteo.de>
This commit is contained in:
2025-07-19 17:17:12 +02:00
parent 0798e66ed3
commit e48e599b04
21 changed files with 463 additions and 1 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"