: add nextcloud webapps

This commit is contained in:
VC
2025-02-14 16:55:58 +01:00
parent 0a2525f7ad
commit ab2868e2c8
7 changed files with 187 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
nextcloud_version: "30.0.6"
nextcloud_url: "https://download.nextcloud.com/server/releases/nextcloud-{{ nextcloud_version }}.tar.bz2"
nextcloud_access_url: "{{ web_hostname | selectattr('type', 'defined') | selectattr('type', '==', 'nextcloud') | map(attribute='host') | first }}"
nextcloud_local_path: "/srv/http/{{ nextcloud_access_url }}"