Nextcloud Server, a safe home for all your data
https://github.com/nextcloud/server
Some checks failed
continuous-integration/drone/push Build is failing
No idea what I'm doing. Didn't work.
This reverts commit
|
||
---|---|---|
.vscode | ||
.drone.yml | ||
.env.sample | ||
.gitignore | ||
abra.sh | ||
compose.yml | ||
fpm-tune.ini | ||
nginx.conf.tmpl | ||
README.md | ||
renovate.json |
Nextcloud
Fully automated luxury Nextcloud via docker-swarm.
- Category: Apps
- Status: ❷💛
- Image:
nextcloud
, ❶💚, upstream - Healthcheck: Yes
- Backups: No
- Email: ❶💚
- Tests: ❷💛
- SSO: ❸🍎 (OAuth)
Basic usage
- Set up Docker Swarm and
abra
- Deploy
coop-cloud/traefik
abra app new nextcloud --secrets
(optionally with--pass
if you'd like to save secrets inpass
)abra app YOURAPPDOMAIN config
- be sure to change$DOMAIN
to something that resolves to your Docker swarm boxabra 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"