infrastructure/nixos-modules/cloud
Raphael Borun Das Gupta a76519ac01
Some checks failed
CI / build (push) Failing after 19m20s
CI / deploy (docs-ops.qo.is) (push) Has been skipped
CI / deploy (system-physical) (push) Has been skipped
CI / deploy (system-vm) (push) Has been skipped
qois.cloud: add basic test (WIP)
2025-06-21 10:26:17 +02:00
..
default.nix qois.cloud: make adminpassFile an option 2025-06-14 21:04:26 +02:00
README.md Apply treefmt 2025-03-25 14:10:54 +02:00
test.nix qois.cloud: add basic test (WIP) 2025-06-21 10:26:17 +02:00
test.py qois.cloud: add basic test (WIP) 2025-06-21 10:26:17 +02:00

Nextcloud

Running on cloud.qo.is, contact someone from the board for administrative tasks.

At this time, we do not enforce any size limits or alike.

We have some globally configured shared folders for our family members.

For user documentation, refer to the upstream Nextcloud docs. Clients can be downloaded from nextcloud.com/install.

Backup / Restore

  1. Stop all related services: nextcloud, php-fpm, redis etc.
  2. (mabe dump redis data?)
  3. Import Database Backup
  4. Restore /var/lib/nextcloud, which is currently a bind mount on lindberg's /mnt/data volume
  5. Resync nextcloud files and database, see nextcloud docs