overrides/stackspin-nextcloud-override: fix maps url
This commit is contained in:
parent
c6a3f1826e
commit
670cad187b
|
@ -109,10 +109,10 @@ data:
|
|||
# enabled: true
|
||||
- name: maps
|
||||
enabled: true
|
||||
version: "v1.5.0"
|
||||
release_filename: "maps-{{ .version }}.tar.gz"
|
||||
github_repository: nextcloud/maps
|
||||
#raw_url: "https://github.com/nextcloud/maps/releases/download/v{{ .version }}/maps-{{ .version }}.tar.gz"
|
||||
version: "1.5.0"
|
||||
raw_url: "https://github.com/nextcloud/maps/releases/download/v{{ .version }}/maps-{{ .version }}.tar.gz"
|
||||
#release_filename: "maps-{{ .version }}.tar.gz"
|
||||
#github_repository: nextcloud/maps
|
||||
# waiting for /var/lib/Stackspin/local-storage/pvc-3b008674-544c-46e7-b456-f20932eb9f23_stackspin-apps_nextcloud-files/custom_apps
|
||||
# Aesthetics
|
||||
#- name: theming
|
||||
|
|
Loading…
Reference in New Issue