re-enabled downloader
This commit is contained in:
@@ -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 -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 ""
|
||||||
echo "you may have to go to settings > additional in owncloud and click "save" for the onlyoffice server settings."
|
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
|
docker compose up -d > /dev/null
|
||||||
# echo -e "${cyan}downloader${nc} has been launched from http://download.$domain, verify it is online"
|
echo -e "${cyan}downloader${nc} has been launched from http://download.$domain, verify it is online"
|
||||||
|
|
||||||
|
|
||||||
#bookstack
|
#bookstack
|
||||||
@@ -1136,7 +1136,7 @@ EOF
|
|||||||
section=$((section + 1))
|
section=$((section + 1))
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$SHOULD_PAUSE" -eq "false" ]; then
|
if [ "$SHOULD_PAUSE" -eq false ]; then
|
||||||
# 3. Nginx and Dockge Pre-Configuration
|
# 3. Nginx and Dockge Pre-Configuration
|
||||||
cat >> "$tasks_file" <<EOF
|
cat >> "$tasks_file" <<EOF
|
||||||
|
|
||||||
@@ -1278,7 +1278,7 @@ section=$((section + 1))
|
|||||||
|
|
||||||
|
|
||||||
# 6. Service Configurations
|
# 6. Service Configurations
|
||||||
if [ "$SHOULD_PAUSE" -eq "false" ]; then
|
if [ "$SHOULD_PAUSE" -eq false ]; then
|
||||||
cat >> "$tasks_file" <<EOF
|
cat >> "$tasks_file" <<EOF
|
||||||
|
|
||||||
$section. CONFIGURE SERVICES
|
$section. CONFIGURE SERVICES
|
||||||
|
|||||||
Reference in New Issue
Block a user