Compare commits

..

9 Commits

3 changed files with 4 additions and 6 deletions

View File

@ -1,12 +1,12 @@
namespace: finallycoffee
name: nextcloud
version: 0.7.2
version: "0.8.0"
readme: README.md
authors:
- transcaffeine <transcaffeine@finally.coffee>
description: Installing and configuring nextcloud (and related apps/services) using docker
dependencies:
"community.docker": "^3.0.0"
"community.docker": "^4.0.0"
license_file: LICENSE.md
build_ignore:
- '*.tar.gz'

View File

@ -1,6 +1,5 @@
---
nextcloud_nginx_version: "1.25.3"
nextcloud_nginx_version: "1.27.4"
nextcloud_nginx_basepath: /opt/nextcloud-nginx
nextcloud_nginx_config: "{{ nextcloud_nginx_basepath }}/nextcloud.conf"
nextcloud_nginx_servernames: ~

View File

@ -1,6 +1,5 @@
---
nextcloud_version: 30.0.4
nextcloud_version: "31.0.2"
nextcloud_user: nextcloud
nextcloud_basepath: /opt/nextcloud
nextcloud_config_path: "{{ nextcloud_basepath }}/config"