diff --git a/CT-Files/gitea/Configs/app.ini b/CT-Files/gitea/Configs/app.ini index 220132c..43eea61 100644 --- a/CT-Files/gitea/Configs/app.ini +++ b/CT-Files/gitea/Configs/app.ini @@ -79,8 +79,4 @@ FILE_MAX_SIZE = 40 MAX_FILES = 5 [oauth2] -JWT_SECRET = JWTSectet - -[ui] -THEMES = auto,gitea,arc-green,arc-blue -DEFAULT_THEME = arc-blue \ No newline at end of file +JWT_SECRET = JWTSectet \ No newline at end of file diff --git a/CT-Files/gitea/Scripts/Init.sh b/CT-Files/gitea/Scripts/Init.sh index b0e8344..ce913b6 100644 --- a/CT-Files/gitea/Scripts/Init.sh +++ b/CT-Files/gitea/Scripts/Init.sh @@ -25,12 +25,6 @@ mkdir -p /etc/gitea echo "Downloading gitea binary..." python3 -c "import requests; url = 'https://dl.gitea.io/gitea/"$giteaver"/gitea-"$giteaver"-linux-amd64'; r = requests.get(url, allow_redirects=True); open('/usr/local/bin/gitea', 'wb').write(r.content)" -#Install custom theme -git clone https://git.bprieshof.nl/DarkTheme/Gitea-Arc_blue-Theme.git /opt/gitea_blue-theme/ -ln -sfn /opt/gitea_blue-theme/custom_public_bin/css /var/lib/gitea/custom/public/css -ln -sfn /opt/gitea_blue-theme/custom_public_bin/js /var/lib/gitea/custom/public/js - - #Moving configs in place mv /opt/Setup/Configs/app.ini /etc/gitea/app.ini mv /opt/Setup/Configs/auto-update.ini /etc/gitea/auto-update.ini diff --git a/CT-Files/heimdall/Configs/php.pkglist b/CT-Files/heimdall/Configs/php.pkglist index f67e38e..0105a99 100644 --- a/CT-Files/heimdall/Configs/php.pkglist +++ b/CT-Files/heimdall/Configs/php.pkglist @@ -1 +1 @@ -php83 php83-ctype php83-curl php83-pdo_sqlite php83-mbstring php83-json php83-zip php83-xml php83-fpm php83-session php83-openssl php83-tokenizer php83-fileinfo \ No newline at end of file +php83 php83-ctype php83-curl php83-pdo_sqlite php83-mbstring php83-json php83-zip php83-xml php83-fpm php83-session php83-openssl php83-tokenizer php83-fileinfo php83-dom \ No newline at end of file