From a74cdbd90a34ff5f0d025cbcab723c1b87f9e9ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 3 Apr 2023 14:20:35 +0200 Subject: [PATCH] src --- conf/app.src | 5 ----- manifest.toml | 14 +++++++++++--- 2 files changed, 11 insertions(+), 8 deletions(-) delete mode 100644 conf/app.src diff --git a/conf/app.src b/conf/app.src deleted file mode 100644 index 3962b8b..0000000 --- a/conf/app.src +++ /dev/null @@ -1,5 +0,0 @@ -SOURCE_URL=https://github.com/jatekos101/20euros/archive/v0.1.zip -SOURCE_SUM=79e743f874eef952e8e0ca5f7a48d04872d7671a9c0581ce188fc42ee11bdf72 -SOURCE_SUM_PRG=sha256sum -SOURCE_FORMAT=zip -SOURCE_IN_SUBDIR=true diff --git a/manifest.toml b/manifest.toml index befdf63..04ab8d1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -14,11 +14,11 @@ license = "MIT" code = "https://github.com/jatekos101/20euros" [integration] -yunohost = ">= 11.1.10" +yunohost = ">= 11.1.16" architectures = "all" multi_instance = true -ldap = "not_relevant" -sso = "not_relevant" +ldap = false +sso = true disk = "50M" ram.build = "50M" ram.runtime = "50M" @@ -38,6 +38,14 @@ ram.runtime = "50M" default = "visitors" [resources] + + [resources.sources] + + [resources.sources.main] + url = "https://github.com/jatekos101/20euros/archive/v0.1.zip" + sha256 = "79e743f874eef952e8e0ca5f7a48d04872d7671a9c0581ce188fc42ee11bdf72" + autoupdate.strategy = "latest_github_tag" + [resources.system_user] [resources.install_dir]