Compare commits
13 Commits
server-30.
...
0.8.0
Author | SHA1 | Date | |
---|---|---|---|
aa8cb40c34
|
|||
18389388ab
|
|||
e76cf67277
|
|||
8764acb3c3
|
|||
87d7e8285f
|
|||
eea141b844
|
|||
4969faeb70
|
|||
00fa76be14
|
|||
23f70c9f26
|
|||
4f7cd41d72
|
|||
bb0e1f3ad5
|
|||
12ac351254
|
|||
dbb6fe15ce
|
@ -1,12 +1,12 @@
|
||||
namespace: finallycoffee
|
||||
name: nextcloud
|
||||
version: 0.7.1
|
||||
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'
|
||||
@ -14,5 +14,5 @@ repository: https://git.finally.coffee/finallycoffee/nextcloud
|
||||
issues: https://codeberg.org/finallycoffee/ansible-collection-nextcloud/issues
|
||||
tags:
|
||||
- nextcloud
|
||||
- nextcloud-apps
|
||||
- nextcloud_apps
|
||||
- docker
|
||||
|
@ -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: ~
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
|
||||
nextcloud_version: 30.0.2
|
||||
nextcloud_version: "31.0.2"
|
||||
nextcloud_user: nextcloud
|
||||
nextcloud_basepath: /opt/nextcloud
|
||||
nextcloud_config_path: "{{ nextcloud_basepath }}/config"
|
||||
@ -52,7 +51,6 @@ nextcloud_container_extra_labels: {}
|
||||
nextcloud_container_extra_environment: {}
|
||||
|
||||
nextcloud_container_networks: ~
|
||||
nextcloud_container_purge_other_networks: true
|
||||
|
||||
nextcloud_paths:
|
||||
- path: "{{ nextcloud_config_path }}"
|
||||
|
@ -118,8 +118,8 @@
|
||||
volumes: "{{ nextcloud_container_volumes }}"
|
||||
labels: "{{ nextcloud_container_labels }}"
|
||||
env: "{{ nextcloud_container_env }}"
|
||||
etc_hosts: "{{ nextcloud_container_etc_hosts | default(omit, true) }}"
|
||||
networks: "{{ nextcloud_container_networks | default(omit, true) }}"
|
||||
purge_networks: "{{ nextcloud_container_purge_other_networks }}"
|
||||
restart_policy: "{{ nextcloud_container_restart_policy }}"
|
||||
state: started
|
||||
|
||||
|
Reference in New Issue
Block a user