tastytea
c26ab6454f
Some checks failed
continuous-integration/drone/push Build is failing
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
15 lines
243 B
Plaintext
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"
|