2021-10-15 12:11:18 +00:00
|
|
|
# `finallycoffee.nextcloud` ansible collection
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
|
|
|
This ansible collection provides various roles for deploying
|
|
|
|
and managing nextcloud installations
|
|
|
|
|
|
|
|
## Roles
|
|
|
|
|
2021-10-16 13:14:50 +00:00
|
|
|
- [`roles/server`](roles/server/README.md): For deploying
|
2021-10-15 12:11:18 +00:00
|
|
|
and configuring a bare nextcloud instance in a docker container.
|
|
|
|
Supports both the `-apache` (default) and `-fpm` variants.
|
2021-10-16 13:14:50 +00:00
|
|
|
- [`roles/apps`](roles/apps/README.md):
|
2021-10-15 12:11:18 +00:00
|
|
|
For managing nextcloud apps in an already installed nextcloud
|
2021-10-16 13:14:50 +00:00
|
|
|
server instance. Can install, remove, enable/disable and update apps.
|
2021-10-16 13:01:14 +00:00
|
|
|
- [`roles/ldap-user-backend`](roles/ldap-user-backend/README.md):
|
|
|
|
Manages LDAP authentication sources in installed nextcloud instances.
|
2021-12-04 08:37:05 +00:00
|
|
|
- [`roles/nginx-fpm-proxy`](roles/nginx-fpm-proxy/README.md):
|
|
|
|
Reverse proxy role which connects to nextcloud using FPM
|
|
|
|
and serves static content.
|
2021-10-15 12:11:18 +00:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
[CNPLv7+](LICENSE.md): Cooperative Nonviolent Public License
|