This repository has been archived on 2024-09-25. You can view files and clone it, but cannot push or open issues or pull requests.
overlay/www-apps/gitea/files/gitea.confd
tastytea 7837a23bbd
All checks were successful
continuous-integration/drone/push Build is passing
www-apps/gitea: Drop the -r1 in file names.
2020-05-10 02:42:08 +02:00

15 lines
243 B
Plaintext

# 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"