Nextcloud Server, a safe home for all your data https://github.com/nextcloud/server
Go to file
decentral1se 56f616081c
continuous-integration/drone/push Build is failing Details
Skip those unknown things for php-fpm
2021-09-15 10:57:27 +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 Skip those unknown things for php-fpm 2021-09-15 10:57:27 +02:00
compose.yml Merge pull request 'Add mysql tuning stuff' (#23) from my-tune into main 2021-09-15 08:40:53 +00:00
fpm-tune.ini Skip those unknown things for php-fpm 2021-09-15 10:57:27 +02:00
my-tune.cnf Add mysql tuning stuff 2021-09-15 10:40:06 +02:00
nginx.conf.tmpl Working nginx config 2021-08-26 12:08:03 +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"