fixed some stuff

This commit is contained in:
2026-03-06 03:30:24 +01:00
parent 8084a603de
commit 0ecd665187
10 changed files with 332 additions and 2 deletions

View File

@@ -258,6 +258,7 @@ curl "https://dockge.kuma.pet/compose.yaml?port=5001&stacksPath=%2Fopt%2Fstacks"
# write configuration to compose files
cp -r $scriptdir/stacks /opt
cp $scriptdir/setup /opt/stacks
chmod -R 775 /opt/stacks
cd /opt/stacks
@@ -446,9 +447,37 @@ cd /opt/stacks/dashboard
docker compose up -d
echo -e "${cyan}dashboard${nc} has been launched from http://dash.$domain, verify it is online, check that its entries work and press any button to continue"
pause_if_enabled
#doesnt work yet
cat >/opt/stacks/setup/npmcertlist.txt <<EOF
browser.$domain
cloud.$domain
convert.$domain
dash.$domain
dns.$domain
docker.$domain
docs.$domain
download.$domain
dozzle.$domain
office.$domain
proxy.$domain
status.$domain
tools.$domain
vault.$domain
video.$domain
vpn.$domain
www.$domain
test.$domain
temp.$domain
$domain
llm.$domain
mail.$domain
private.$domain
site.$domain
Add any other subdomains you want to use.
EOF
echo ""
echo ""
echo ""
@@ -466,6 +495,10 @@ echo -e "${cyan}Dockge${nc} has been installed and launched. go to http://docker
echo ""
echo "you may have to go to settings > additional in owncloud and click "save" for the onlyoffice server settings."
echo ""
echo "-------------------------------"
echo -e "the following set up steps must still be completed, you can find them in the "setup" folder at http://browser.$domain, this is required for vaultwarden to work"
echo -e "${cyan}Nginx Proxy Manager${nc}: lets-encrypt certificate needs to be set up"
echo -e "${cyan}Uptime Kuma#{nc}: Monitoring and status page configuration"
# Capture the end time (Unix timestamp)
END_TIME=$(date +%s)