forked from coop-cloud/nextcloud
Nextcloud Server, a safe home for all your data
.vscode | ||
.drone.yml | ||
.env.sample | ||
.gitignore | ||
abra.sh | ||
compose.yml | ||
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"