Nextcloud Server, a safe home for all your data https://github.com/nextcloud/server
This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
decentral1se c532f14952
continuous-integration/drone/push Build is passing Details
Revert internal network change (see coop-cloud/organising#62)
2021-07-15 16:07:11 +02:00
.vscode dev: added chellcheck settings for vscode users 2021-05-05 09:57:05 +01:00
.drone.yml Attempt to ignore mariadb upgrade 2021-07-12 11:26:01 +02:00
.env.sample Make admin user configurable 2021-02-15 01:09:04 +01:00
.gitignore Fix secrets & network definition 2020-06-29 14:29:16 +02:00
README.md Add more `occ` stuff to README 2021-06-06 19:35:50 +02:00
abra.sh feat: functional backup & semi-functional restore 2021-05-31 15:42:43 +01:00
compose.yml Revert internal network change (see coop-cloud/organising#62) 2021-07-15 16:07:11 +02:00
renovate.json Attempt to ignore mariadb upgrade 2021-07-12 11:26:01 +02:00

README.md

Nextcloud

Build Status

Fully automated luxury Nextcloud via docker-swarm.

  • Category: Apps
  • Status: ❷💛
  • Image: nextcloud, ❶💚, upstream
  • Healthcheck: Yes
  • Backups: No
  • Email: ❶💚
  • Tests: ❷💛
  • SSO: ❸🍎 (OAuth)

Basic usage

  1. Set up Docker Swarm and abra
  2. Deploy coop-cloud/traefik
  3. abra app new nextcloud --secrets (optionally with --pass if you'd like to save secrets in pass)
  4. abra app YOURAPPDOMAIN config - be sure to change $DOMAIN to something that resolves to your Docker swarm box
  5. abra app YOURAPPDOMAIN deploy

Running occ

abra app YOURAPPDOMAIN occ user:list

If you need to provide additional arguments or options, you'll need to quote them, e.g.

abra app YOURAPPDOMAIN occ user:list --help

Upgrading Nextcloud apps

abra app YOURAPPDOMAIN occ "app:update --all"