From d285048c9df674cfe0f1d94801364de621d350e8 Mon Sep 17 00:00:00 2001 From: dkoukoul Date: Fri, 23 Feb 2024 11:48:41 +0200 Subject: [PATCH 1/4] update linux cjdroute build --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 4687299..3bb771d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -33,7 +33,7 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] amd64.url = "https://github.com/dkoukoul/cjdns/releases/download/v22-7/cjdroute_linux_x86_64.tar.gz" - amd64.sha256 = "7385b98a3f7874a1fea14a6afeb9019d3595269b5c3282cb4dea35fc3b4a47ac" + amd64.sha256 = "68c4d536d907e33532f13277915f5312a19105056d407f5c04f1360d01559323" arm64.url = "https://github.com/dkoukoul/cjdns/releases/download/v22-7/cjdroute_linux_arm64.tar.gz" arm64.sha256 = "8c391e024cc9094f0ec23ac325c2115013757da34fe730d46fc17436cf4773da" From 51e23ec9885714edc0d8150c06e5cd85b7e5f725 Mon Sep 17 00:00:00 2001 From: dkoukoul Date: Fri, 23 Feb 2024 11:52:47 +0200 Subject: [PATCH 2/4] remove duplicate --- scripts/install | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/install b/scripts/install index 3aecd93..bec5528 100755 --- a/scripts/install +++ b/scripts/install @@ -96,11 +96,6 @@ ynh_script_progression --message="Launching cjdns service..." --weight=1 # Start a systemd service ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" -#================================================= -# MAKE WORDPRESS AVAILABLE ON CJDNS -#================================================= - -yunohost tools shell -c "from yunohost.permission import permission_url; permission_url('wordpress.main', add_url=['re:^.fc.*'])" #================================================= # MAKE WORDPRESS AVAILABLE ON CJDNS From fd042b761d77cd104d0f4855220d37e969c7d4cd Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 23 Feb 2024 09:55:01 +0000 Subject: [PATCH 3/4] Auto-update README --- README.md | 4 ++-- README_fr.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6bf0564..87261cc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -43,4 +43,4 @@ or sudo yunohost app upgrade cjdns -u https://github.com/YunoHost-Apps/cjdns_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index a33f5f2..77c7738 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ From 554cd00a9a2158ad6a05a6d6c7778d7d6ce6c28d Mon Sep 17 00:00:00 2001 From: dkoukoul Date: Fri, 22 Mar 2024 14:58:54 +0200 Subject: [PATCH 4/4] update resource --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 3bb771d..b32b906 100644 --- a/manifest.toml +++ b/manifest.toml @@ -32,8 +32,8 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.main] - amd64.url = "https://github.com/dkoukoul/cjdns/releases/download/v22-7/cjdroute_linux_x86_64.tar.gz" - amd64.sha256 = "68c4d536d907e33532f13277915f5312a19105056d407f5c04f1360d01559323" + amd64.url = "https://github.com/dkoukoul/cjdns/releases/download/v22-7/cjdroute_debian11_x86_64.tar.gz" + amd64.sha256 = "32948ed786abd02d49c86ff614df5a49e629b14a7495ac96b641baddcd57945b" arm64.url = "https://github.com/dkoukoul/cjdns/releases/download/v22-7/cjdroute_linux_arm64.tar.gz" arm64.sha256 = "8c391e024cc9094f0ec23ac325c2115013757da34fe730d46fc17436cf4773da"