re-enabled downloader

This commit is contained in:
2026-03-09 11:35:55 +01:00
parent 8bd068c68e
commit 218930d454

View File

@@ -496,8 +496,8 @@ echo -e "${cyan}Dockge${nc} has been installed, configured and launched from htt
echo -e "${cyan}pihole${nc} has been launched from http://dns.$domain, to use pihole as your DNS provider, set your DNS to $localip in your router for DHCP and on your device for any device with a static ip. Currently, the DNS is configured to use the joindns4.eu DNS, which *also* has built-in adblocking."
echo ""
echo "you may have to go to settings > additional in owncloud and click "save" for the onlyoffice server settings."
# docker compose up -d > /dev/null
# echo -e "${cyan}downloader${nc} has been launched from http://download.$domain, verify it is online"
docker compose up -d > /dev/null
echo -e "${cyan}downloader${nc} has been launched from http://download.$domain, verify it is online"
#bookstack
@@ -1136,7 +1136,7 @@ EOF
section=$((section + 1))
fi
if [ "$SHOULD_PAUSE" -eq "false" ]; then
if [ "$SHOULD_PAUSE" -eq false ]; then
# 3. Nginx and Dockge Pre-Configuration
cat >> "$tasks_file" <<EOF
@@ -1278,7 +1278,7 @@ section=$((section + 1))
# 6. Service Configurations
if [ "$SHOULD_PAUSE" -eq "false" ]; then
if [ "$SHOULD_PAUSE" -eq false ]; then
cat >> "$tasks_file" <<EOF
$section. CONFIGURE SERVICES