From 2e49040abde80b204941adb66ed168f1891f79e2 Mon Sep 17 00:00:00 2001 From: Chris Vogel Date: Mon, 15 Apr 2024 08:12:40 +0200 Subject: [PATCH] issue #10 --- conf/flohmarkt.conf | 3 ++- manifest.toml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/conf/flohmarkt.conf b/conf/flohmarkt.conf index deb8858..abadb31 100644 --- a/conf/flohmarkt.conf +++ b/conf/flohmarkt.conf @@ -1,7 +1,7 @@ [General] InstanceName = __FLOHMARKT_NAME__ ExternalURL = https://__DOMAIN____PATH__ -DebugMode = 1 +HttpsNoVerifyCert = 0 JwtSecret = __JWTSECRET__ DataPath = __DATA_DIR__ @@ -16,3 +16,4 @@ From = __MAIL_USER__@__MAIL_DOMAIN__ User = __APP__ Password = __MAIL_PWD__ CAFile = /etc/ssl/certs/ca-certificates.crt +NoVerifyCert = 1 diff --git a/manifest.toml b/manifest.toml index b51f8ff..2ae304c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -112,8 +112,8 @@ ram.runtime = "50M" # This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with : # ynh_setup_source --dest_dir="$install_dir" # You can also define other assets than "main" and add --source_id="foobar" in the previous command - url = "https://codeberg.org/flohmarkt/flohmarkt/archive/43fdfc685f3f532840567da2f08b8f2d49a5b4e5.tar.gz" - sha256 = "6321ed8fcfaa5fd5007ccba9beab7802a9ad2da20cd41fbbfc78d63d22c2deea" + url = "https://codeberg.org/flohmarkt/flohmarkt/archive/490a748cc3a6698c8a6400df3fa9cfdcf4fd76da.tar.gz" + sha256 = "45d40fb96c9997502755939d0ba6bac9df39d3ca30d271be01b69202b88839fb" # These infos are used by https://github.com/YunoHost/apps/blob/master/tools/autoupdate_app_sources/autoupdate_app_sources.py # to auto-update the previous asset urls and sha256sum + manifest version