mirror of
https://github.com/YunoHost-Apps/question2answer_ynh.git
synced 2024-09-03 20:16:07 +02:00
cleanup, fix autoupdate
This commit is contained in:
parent
d9f6e88b59
commit
b2345fedaf
3 changed files with 7 additions and 8 deletions
|
@ -1,4 +1,3 @@
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
This app can be configured via its admin panel, available at `https://mydomain/myquestion2answer/index.php/admin/`
|
This app can be configured via its admin panel, available at <https://mydomain/myquestion2answer/index.php/admin/>.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Cette application se configure via son interface administrateur, accessible sur `https://mondomaine/monquestion2answer/index.php/admin/`
|
Cette application se configure via son interface administrateur, accessible sur <https://mondomaine/monquestion2answer/index.php/admin/>.
|
||||||
|
|
||||||
|
|
|
@ -24,9 +24,9 @@ architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = true
|
ldap = true
|
||||||
sso = false
|
sso = false
|
||||||
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
|
disk = "50M"
|
||||||
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
ram.build = "50M"
|
||||||
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
ram.runtime = "70M"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
[install.domain]
|
[install.domain]
|
||||||
|
@ -60,7 +60,8 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/q2a/question2answer/releases/download/v1.8.6/question2answer-1.8.6.zip"
|
url = "https://github.com/q2a/question2answer/releases/download/v1.8.6/question2answer-1.8.6.zip"
|
||||||
sha256 = "9200234584f576ff6b651baa9cfa08795cfda6c303d855a1bf9df6183f25b2a9"
|
sha256 = "9200234584f576ff6b651baa9cfa08795cfda6c303d855a1bf9df6183f25b2a9"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
autoupdate.asset = "^question2answer-.*\\.zip$"
|
||||||
|
|
||||||
[resources.sources.ldap]
|
[resources.sources.ldap]
|
||||||
url = "https://github.com/zakkak/qa-ldap-login/archive/857ad8bf3ca891cb33fa6e8816ed0d3e198c1afc.zip"
|
url = "https://github.com/zakkak/qa-ldap-login/archive/857ad8bf3ca891cb33fa6e8816ed0d3e198c1afc.zip"
|
||||||
|
|
Loading…
Add table
Reference in a new issue