From 553ce89fc3cfa8a98599117bd94cbf37b81ccdeb Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Tue, 4 Aug 2026 13:38:55 +0200 Subject: [PATCH] Revert "Yaml updates" This reverts commit c40cb1cffe891863c75a586940fd7aa981959862. Signed-off-by: Simon L. --- manual-install/latest.yml | 29 ----------------------------- manual-install/sample.conf | 2 -- 2 files changed, 31 deletions(-) diff --git a/manual-install/latest.yml b/manual-install/latest.yml index 327f2680..0d1411d7 100644 --- a/manual-install/latest.yml +++ b/manual-install/latest.yml @@ -19,9 +19,6 @@ services: nextcloud-aio-whiteboard: condition: service_started required: false - nextcloud-aio-harp: - condition: service_started - required: false nextcloud-aio-nextcloud: condition: service_started required: false @@ -53,7 +50,6 @@ services: - APACHE_MAX_TIME=${NEXTCLOUD_MAX_TIME} - NOTIFY_PUSH_HOST=nextcloud-aio-notify-push - WHITEBOARD_HOST=nextcloud-aio-whiteboard - - HARP_HOST=nextcloud-aio-harp volumes: - nextcloud_aio_nextcloud:/var/www/html:ro - nextcloud_aio_apache:/mnt/data:rw @@ -197,7 +193,6 @@ services: - IMAGINARY_SECRET - WHITEBOARD_SECRET - WHITEBOARD_ENABLED - - HARP_ENABLED stop_grace_period: 600s restart: unless-stopped shm_size: 134217728 @@ -509,28 +504,6 @@ services: cap_drop: - NET_RAW - nextcloud-aio-harp: - image: ghcr.io/nextcloud/nextcloud-appapi-harp:latest - init: true - expose: - - "8780" - environment: - - NC_INSTANCE_URL=https://${NC_DOMAIN} - - HP_FRP_DISABLE_TLS=true - - TZ=${TIMEZONE} - volumes: - - ${WATCHTOWER_DOCKER_SOCKET_PATH}:/var/run/docker.sock:ro - - nextcloud_aio_harp:/certs:rw - restart: unless-stopped - read_only: true - tmpfs: - - /tmp - - /run/harp - cap_drop: - - NET_RAW - profiles: - - harp - nextcloud-aio-whiteboard: image: ghcr.io/nextcloud-releases/aio-whiteboard:latest user: "65534" @@ -576,8 +549,6 @@ volumes: name: nextcloud_aio_elasticsearch nextcloud_aio_eurooffice: name: nextcloud_aio_eurooffice - nextcloud_aio_harp: - name: nextcloud_aio_harp nextcloud_aio_nextcloud: name: nextcloud_aio_nextcloud nextcloud_aio_onlyoffice: diff --git a/manual-install/sample.conf b/manual-install/sample.conf index 584d72ca..d4da3604 100644 --- a/manual-install/sample.conf +++ b/manual-install/sample.conf @@ -11,14 +11,12 @@ SIGNALING_SECRET= # TODO! This needs to be a unique and good password! TALK_INTERNAL_SECRET= # TODO! This needs to be a unique and good password! TIMEZONE=Europe/Berlin # TODO! This is the timezone that your containers will use. TURN_SECRET= # TODO! This needs to be a unique and good password! -WATCHTOWER_DOCKER_SOCKET_PATH= # TODO! This needs to be a unique and good password! WHITEBOARD_SECRET= # TODO! This needs to be a unique and good password! CLAMAV_ENABLED="no" # Setting this to "yes" (with quotes) enables the option in Nextcloud automatically. COLLABORA_ENABLED="no" # Setting this to "yes" (with quotes) enables the option in Nextcloud automatically. EUROOFFICE_ENABLED="no" # Setting this to "yes" (with quotes) enables the option in Nextcloud automatically. FULLTEXTSEARCH_ENABLED="no" # Setting this to "yes" (with quotes) enables the option in Nextcloud automatically. -HARP_ENABLED="no" # Setting this to "yes" (with quotes) enables the option in Nextcloud automatically. IMAGINARY_ENABLED="no" # Setting this to "yes" (with quotes) enables the option in Nextcloud automatically. ONLYOFFICE_ENABLED="no" # Setting this to "yes" (with quotes) enables the option in Nextcloud automatically. TALK_ENABLED="no" # Setting this to "yes" (with quotes) enables the option in Nextcloud automatically.