Files
Gipat/services/nextcloud/BACKUP.adoc
2025-07-20 13:15:46 +00:00

12 lines
302 B
Plaintext

restore www-data dir
chown -R www-data:www-data /data/services/nextcloud
find ./nextcloud -type f -exec chmod 640 '{}' \;
find ./nextcloud -type d -exec chmod 750 '{}' \;
===
login redirect 303:
chmod a+rwx /tmp inside docker as root
====
docker exec -it --user www-data nextcloud-app-1 php occ list