CT heimdall: Fixed package list & CT gitea: Fixed configuration

CT gitea: Configuration removed custom dark theme and its belonging configuration
CT heimdall: Added php83-dom to package list
This commit is contained in:
2024-07-21 18:59:42 +02:00
parent 889597dbf1
commit 10db7beb42
3 changed files with 2 additions and 12 deletions

View File

@@ -79,8 +79,4 @@ FILE_MAX_SIZE = 40
MAX_FILES = 5 MAX_FILES = 5
[oauth2] [oauth2]
JWT_SECRET = JWTSectet JWT_SECRET = JWTSectet
[ui]
THEMES = auto,gitea,arc-green,arc-blue
DEFAULT_THEME = arc-blue

View File

@@ -25,12 +25,6 @@ mkdir -p /etc/gitea
echo "Downloading gitea binary..." 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)" 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 #Moving configs in place
mv /opt/Setup/Configs/app.ini /etc/gitea/app.ini mv /opt/Setup/Configs/app.ini /etc/gitea/app.ini
mv /opt/Setup/Configs/auto-update.ini /etc/gitea/auto-update.ini mv /opt/Setup/Configs/auto-update.ini /etc/gitea/auto-update.ini

View File

@@ -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 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