Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
aa8cb40c34
|
|||
18389388ab
|
|||
e76cf67277
|
|||
8764acb3c3
|
|||
87d7e8285f
|
|||
eea141b844
|
@ -1,12 +1,12 @@
|
||||
namespace: finallycoffee
|
||||
name: nextcloud
|
||||
version: "0.7.3"
|
||||
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'
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
nextcloud_nginx_version: "1.27.3"
|
||||
nextcloud_nginx_version: "1.27.4"
|
||||
nextcloud_nginx_basepath: /opt/nextcloud-nginx
|
||||
nextcloud_nginx_config: "{{ nextcloud_nginx_basepath }}/nextcloud.conf"
|
||||
nextcloud_nginx_servernames: ~
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
nextcloud_version: "30.0.5"
|
||||
nextcloud_version: "31.0.2"
|
||||
nextcloud_user: nextcloud
|
||||
nextcloud_basepath: /opt/nextcloud
|
||||
nextcloud_config_path: "{{ nextcloud_basepath }}/config"
|
||||
|
Reference in New Issue
Block a user