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:
@@ -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
|
||||
JWT_SECRET = JWTSectet
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user