1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/umami_ynh.git synced 2024-10-01 13:34:50 +02:00
This commit is contained in:
Éric Gaspar 2022-06-27 14:27:22 +02:00
parent b5cb83f5ea
commit fdb784af30
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 6 additions and 7 deletions

View file

@ -6,7 +6,6 @@
language="fr"
admin="john"
password="1Strong-Password"
port="666"
; Checks
pkg_linter=1
setup_sub_dir=0
@ -15,15 +14,15 @@
setup_private=1
setup_public=1
upgrade=1
#upgrade=1 from_commit=CommitHash
# 1.32.1~ynh1
#upgrade=1 from_commit=267cb1aced761924cca8a2608be3a1b9bd14605c
backup_restore=1
multi_instance=1
port_already_use=0
change_url=1
;;; Options
Email=
Notification=none
;;; Upgrade options
; commit=CommitHash
name=Name and date of the commit.
; commit=267cb1aced761924cca8a2608be3a1b9bd14605c
name=# 1.32.1~ynh1
manifest_arg=domain=DOMAIN&path=PATH&is_public=1&language=fr&admin=USER&password=pass&port=666&

View file

@ -26,7 +26,7 @@
"multi_instance": true,
"services": [
"nginx",
"mysql"
"postgresql"
],
"arguments": {
"install": [

View file

@ -5,7 +5,7 @@
#=================================================
# dependencies used by the app
pkg_dependencies="postgresql"
pkg_dependencies="postgresql postgresql-contrib"
nodejs_version=16