From b2345fedafd3db162ab756068c8c92913071c129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 26 Feb 2024 15:14:07 +0100 Subject: [PATCH] cleanup, fix autoupdate --- doc/ADMIN.md | 3 +-- doc/ADMIN_fr.md | 3 +-- manifest.toml | 9 +++++---- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index c4bf0e4..eb77b15 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,4 +1,3 @@ ## 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 . diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index d9f66b3..383202c 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -1,4 +1,3 @@ ## 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 . diff --git a/manifest.toml b/manifest.toml index 69fa860..11e5c95 100644 --- a/manifest.toml +++ b/manifest.toml @@ -24,9 +24,9 @@ architectures = "all" multi_instance = true ldap = true sso = false -disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ... -ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... -ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... +disk = "50M" +ram.build = "50M" +ram.runtime = "70M" [install] [install.domain] @@ -60,7 +60,8 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen [resources.sources.main] url = "https://github.com/q2a/question2answer/releases/download/v1.8.6/question2answer-1.8.6.zip" sha256 = "9200234584f576ff6b651baa9cfa08795cfda6c303d855a1bf9df6183f25b2a9" - autoupdate.strategy = "latest_github_tag" + autoupdate.strategy = "latest_github_release" + autoupdate.asset = "^question2answer-.*\\.zip$" [resources.sources.ldap] url = "https://github.com/zakkak/qa-ldap-login/archive/857ad8bf3ca891cb33fa6e8816ed0d3e198c1afc.zip"