Compare commits

..

2 Commits
0.1.0 ... 0.2.0

17 changed files with 4 additions and 4 deletions

View File

@ -7,12 +7,12 @@ and managing nextcloud installations
## Roles
- [`roles/nextcloud`](roles/nextcloud/README.md): For deploying
- [`roles/server`](roles/server/README.md): For deploying
and configuring a bare nextcloud instance in a docker container.
Supports both the `-apache` (default) and `-fpm` variants.
- [`roles/nextcloud-apps`](roles/nextcloud-apps/README.md):
- [`roles/apps`](roles/apps/README.md):
For managing nextcloud apps in an already installed nextcloud
instance. Can install, remove, enable/disable and update apps.
server instance. Can install, remove, enable/disable and update apps.
## License

View File

@ -1,6 +1,6 @@
namespace: finallycoffee
name: nextcloud
version: 0.1.0
version: 0.2.0
readme: README.md
authors:
- Johanna Dorothea Reichmann <transcaffeine@finallycoffee.eu>