Nextcloud
-
GID/UID Mapping für ZFS Passthrough
- https://pve.proxmox.com/wiki/Unprivileged_LXC_containers
FIX für subuid/guid:
https://lxc-users.linuxcontainers.narkive.com/KQxz7W3Z/uid-range-not-allowed - FIX für "nogroup"-Problem
https://forum.proxmox.com/threads/unable-to-map-to-www-data-user-in-container.49695/
pct mount CTID find /var/lib/lxc/CTID/rootfs -uid 100033 -exec chown 1005 '{}' ; find /var/lib/lxc/CTID/rootfs -gid 100033 -exec chgrp 1005 '{}' ; - Verzeichnis auf ZFS umsetzen
- Apache in CT deaktivieren (stop +disable)
- Original Nextcloudfiles ordener kopieren
- CT abschalten und mapping + mp0 mount auf ursprüngliches datenverzeichnis vornehmen
- CT anschalten kopie wieder in original ordner
- Enable + start apache
- 'skeletondirectory' => '',
- Trusted domains -> reverse proxy ip eintragen
- https://pve.proxmox.com/wiki/Unprivileged_LXC_containers
FIX für subuid/guid:
-
If you just want to remove the default skeleton (no files added on first launch), do the following:
- open config file with vi /app/config/config.php
- insert line 'skeletondirectory' => ''on a new line (i to enter insert mode)
- press esc, then :wq and <enter> to write and save