From ad235540afdac429752619021b6514d1bafb427c Mon Sep 17 00:00:00 2001 From: ammar Date: Tue, 5 May 2026 08:24:31 -0700 Subject: [PATCH] add occ command to dlete orphan shares --- .../nextcloud.resisttechmonopolies.online.occ | 2 ++ 1 file changed, 2 insertions(+) rename abra/servers/{sootie.resisttechmonopolies.online => laylotta.resisttechmonopolies.online}/nextcloud.resisttechmonopolies.online.occ (90%) diff --git a/abra/servers/sootie.resisttechmonopolies.online/nextcloud.resisttechmonopolies.online.occ b/abra/servers/laylotta.resisttechmonopolies.online/nextcloud.resisttechmonopolies.online.occ similarity index 90% rename from abra/servers/sootie.resisttechmonopolies.online/nextcloud.resisttechmonopolies.online.occ rename to abra/servers/laylotta.resisttechmonopolies.online/nextcloud.resisttechmonopolies.online.occ index 647002f..9b78b73 100644 --- a/abra/servers/sootie.resisttechmonopolies.online/nextcloud.resisttechmonopolies.online.occ +++ b/abra/servers/laylotta.resisttechmonopolies.online/nextcloud.resisttechmonopolies.online.occ @@ -19,3 +19,5 @@ abra app command nextcloud.resisttechmonopolies.online app run_occ "'db:add-miss # Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add "default_phone_region" with the respective ISO 3166-1 code of the region to your config file. # Solution found at: https://help.nextcloud.com/t/your-installation-has-no-default-phone-region-set/153632/3 abra app command nextcloud.resisttechmonopolies.online app run_occ "'config:system:set default_phone_region --value=\"us\"'" +# move shared folder: "Node for share not found": https://github.com/nextcloud/server/issues/46467#issuecomment-2336672900 +abra app command nextcloud.resisttechmonopolies.online app run_occ "'sharing:delete-orphan-shares'" -- 2.49.0