Compare commits
2 Commits
04affe4135
...
4c8767cb7b
Author | SHA1 | Date | |
---|---|---|---|
4c8767cb7b | |||
ab9045b0bf |
@ -7,15 +7,15 @@ and managing nextcloud installations
|
|||||||
|
|
||||||
## Roles
|
## Roles
|
||||||
|
|
||||||
- [`roles/server`](roles/server/README.md): For deploying
|
- [`server`](roles/server/README.md): For deploying
|
||||||
and configuring a bare nextcloud instance in a docker container.
|
and configuring a bare nextcloud instance in a docker container.
|
||||||
Supports both the `-apache` (default) and `-fpm` variants.
|
Supports both the `-apache` (default) and `-fpm` variants.
|
||||||
- [`roles/apps`](roles/apps/README.md):
|
- [`apps`](roles/apps/README.md):
|
||||||
For managing nextcloud apps in an already installed nextcloud
|
For managing nextcloud apps in an already installed nextcloud
|
||||||
server instance. Can install, remove, enable/disable and update apps.
|
server instance. Can install, remove, enable/disable and update apps.
|
||||||
- [`roles/ldap-user-backend`](roles/ldap-user-backend/README.md):
|
- [`ldap_user_backend`](roles/ldap_user_backend/README.md):
|
||||||
Manages LDAP authentication sources in installed nextcloud instances.
|
Manages LDAP authentication sources in installed nextcloud instances.
|
||||||
- [`roles/nginx-fpm-proxy`](roles/nginx-fpm-proxy/README.md):
|
- [`nginx_fpm_proxy`](roles/nginx_fpm_proxy/README.md):
|
||||||
Reverse proxy role which connects to nextcloud using FPM
|
Reverse proxy role which connects to nextcloud using FPM
|
||||||
and serves static content.
|
and serves static content.
|
||||||
|
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
namespace: finallycoffee
|
namespace: finallycoffee
|
||||||
name: nextcloud
|
name: nextcloud
|
||||||
version: 0.6.0
|
version: 0.6.1
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- transcaffeine <transcaffeine@finally.coffee>
|
- transcaffeine <transcaffeine@finally.coffee>
|
||||||
description: Installing and configuring nextcloud (and related apps/services) using docker
|
description: Installing and configuring nextcloud (and related apps/services) using docker
|
||||||
dependencies:
|
dependencies:
|
||||||
"community.docker": "^1.10.0"
|
"community.docker": "^3.0.0"
|
||||||
license_file: LICENSE.md
|
license_file: LICENSE.md
|
||||||
build_ignore:
|
build_ignore:
|
||||||
- '*.tar.gz'
|
- '*.tar.gz'
|
||||||
repository: https://git.finally.coffee/finallycoffee/nextcloud
|
repository: https://git.finally.coffee/finallycoffee/nextcloud
|
||||||
issues: https://git.finally.coffee/finallycoffee/nextcloud/issues
|
issues: https://codeberg.org/finallycoffee/ansible-collection-nextcloud/issues
|
||||||
|
Loading…
x
Reference in New Issue
Block a user