Compare commits

..

2 Commits

2 changed files with 7 additions and 7 deletions

View File

@ -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.

View File

@ -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