Work in progress.
Ditching services like Google Workspace, Dropbox, iCloud, Microsoft 365, Amazon Photos, and other cloud service providers is critical...
Work in progress.
Under details set the scheme to http, your local IP for the server, and the port 11000 then enable Block Common Exploits and Websocket Support under details. Under SSL enable Force SSL and HTTP/2 support. Under advanced add the following lines.
client_body_buffer_size 512k;
proxy_read_timeout 86400s;
client_max_body_size 0;
sudo nano /etc/fstab
//10.0.0.100/nextcloud /nextcloud cifs rw,mfsymlinks,seal,username=user,password=password,uid=33,gid=0,file_mode=0770,dir_mode=0770 0 0
Nextcloud steps to add files manually to data directory.
chown -R www-data:www-data ./directory
sudo docker exec --user www-data -it nextcloud-aio-nextcloud php occ files:scan --all
docker exec nextcloud-aio-mastercontainer grep password /mnt/docker-aio-config/data/configuration.json
Work in progress.