Updated flexget and dependencies / repaired vzlogger

This commit is contained in:
layman
2021-11-30 16:14:32 +01:00
parent e7281f8446
commit af0830e3ef
28 changed files with 273 additions and 344 deletions
+14
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"