From 19e2a8d83977a692a3489b7163d5c9b66adee4ad Mon Sep 17 00:00:00 2001 From: dkoukoul Date: Fri, 22 Mar 2024 15:10:28 +0200 Subject: [PATCH 1/6] create dest folder --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index bec5528..7f22843 100755 --- a/scripts/install +++ b/scripts/install @@ -16,6 +16,8 @@ source /usr/share/yunohost/helpers #================================================= ynh_script_progression --message="Setting up source files..." --weight=1 +mkdir -p $install_dir + # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$install_dir" From dab24ca55d5ae639753d912359900af9da6f975e Mon Sep 17 00:00:00 2001 From: dkoukoul Date: Fri, 22 Mar 2024 16:56:14 +0200 Subject: [PATCH 2/6] debud --- scripts/install | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 7f22843..5bcb954 100755 --- a/scripts/install +++ b/scripts/install @@ -15,9 +15,8 @@ source /usr/share/yunohost/helpers # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= ynh_script_progression --message="Setting up source files..." --weight=1 - -mkdir -p $install_dir - +ls -la $install_dir +find / -name cjdroute 2>/dev/null # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$install_dir" From 49dd439d4a429842dc51ce43d832615153ff4755 Mon Sep 17 00:00:00 2001 From: dkoukoul Date: Tue, 26 Mar 2024 16:38:19 +0200 Subject: [PATCH 3/6] subdir --- manifest.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index b32b906..093d9f2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -36,7 +36,8 @@ ram.runtime = "50M" amd64.sha256 = "32948ed786abd02d49c86ff614df5a49e629b14a7495ac96b641baddcd57945b" arm64.url = "https://github.com/dkoukoul/cjdns/releases/download/v22-7/cjdroute_linux_arm64.tar.gz" arm64.sha256 = "8c391e024cc9094f0ec23ac325c2115013757da34fe730d46fc17436cf4773da" - + in_subdir = false + [resources.system_user] [resources.install_dir] From a8f87c2d3062a2cf0cb95f309c8b9caad175eaa9 Mon Sep 17 00:00:00 2001 From: dkoukoul Date: Tue, 26 Mar 2024 16:45:49 +0200 Subject: [PATCH 4/6] remove debug info --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 5bcb954..bec5528 100755 --- a/scripts/install +++ b/scripts/install @@ -15,8 +15,7 @@ source /usr/share/yunohost/helpers # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= ynh_script_progression --message="Setting up source files..." --weight=1 -ls -la $install_dir -find / -name cjdroute 2>/dev/null + # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$install_dir" From 5a9b956d3499e47ff57f4dcdf559884abe388112 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 26 Mar 2024 14:47:21 +0000 Subject: [PATCH 5/6] Auto-update READMEs --- ALL_README.md | 4 ++++ README.md | 13 +++++++------ README_fr.md | 26 +++++++++++++------------- 3 files changed, 24 insertions(+), 19 deletions(-) create mode 100644 ALL_README.md diff --git a/ALL_README.md b/ALL_README.md new file mode 100644 index 0000000..d6e8f9c --- /dev/null +++ b/ALL_README.md @@ -0,0 +1,4 @@ +# All available README files by language + +- [Read the README in English](README.md) +- [Lire le README en français](README_fr.md) diff --git a/README.md b/README.md index ee7cb3b..7c67cc3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -9,15 +9,16 @@ It shall NOT be edited by hand. [![Install Cjdns with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=cjdns) -*[Lire ce readme en français.](./README_fr.md)* +*[Read this README is other languages.](./ALL_README.md)* -> *This package allows you to install Cjdns quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* +> *This package allows you to install Cjdns quickly and simply on a YunoHost server.* +> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.* ## Overview Cjdns implements an encrypted IPv6 network using public-key cryptography for address allocation and a distributed hash table for routing. This provides near-zero-configuration networking, and prevents many of the security and scalability issues that plague existing networks. + **Shipped version:** 22.7~ynh1 ## Screenshots @@ -32,9 +33,9 @@ Cjdns implements an encrypted IPv6 network using public-key cryptography for add ## Developer info -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/cjdns_ynh/tree/testing). +Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/cjdns_ynh/tree/testing). -To try the testing branch, please proceed like that. +To try the `testing` branch, please proceed like that: ```bash sudo yunohost app install https://github.com/YunoHost-Apps/cjdns_ynh/tree/testing --debug diff --git a/README_fr.md b/README_fr.md index 77c7738..384ca37 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,6 +1,6 @@ # Cjdns pour YunoHost @@ -9,16 +9,16 @@ It shall NOT be edited by hand. [![Installer Cjdns avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=cjdns) -*[Read this readme in english.](./README.md)* +*[Lire le README dans d'autres langues.](./ALL_README.md)* -> *Ce package vous permet d’installer Cjdns rapidement et simplement sur un serveur YunoHost. -Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* +> *Ce package vous permet d’installer Cjdns rapidement et simplement sur un serveur YunoHost.* +> *Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’installer et en profiter.* ## Vue d’ensemble Cjdns implémente un réseau IPv6 crypté utilisant une cryptographie à clé publique pour l'attribution des adresses et une table de hachage distribuée pour le routage. Cela fournit une configuration réseau proche de zéro et évite de nombreux problèmes de sécurité et d'évolutivité qui affectent les réseaux existants. -**Version incluse :** 22.7~ynh1 +**Version incluse :** 22.7~ynh1 ## Captures d’écran @@ -26,20 +26,20 @@ Cjdns implémente un réseau IPv6 crypté utilisant une cryptographie à clé pu ## Documentations et ressources -* Dépôt de code officiel de l’app : -* YunoHost Store: -* Signaler un bug : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- Signaler un bug : ## Informations pour les développeurs -Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/cjdns_ynh/tree/testing). +Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/cjdns_ynh/tree/testing). -Pour essayer la branche testing, procédez comme suit. +Pour essayer la branche `testing`, procédez comme suit : -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/cjdns_ynh/tree/testing --debug ou sudo yunohost app upgrade cjdns -u https://github.com/YunoHost-Apps/cjdns_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** From cba3878ad96101b14c3ef573de729f7a7df482d1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 2 Apr 2024 14:32:54 +0000 Subject: [PATCH 6/6] Auto-update READMEs --- ALL_README.md | 1 + README.md | 3 ++- README_eu.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 README_eu.md diff --git a/ALL_README.md b/ALL_README.md index d6e8f9c..3eeb161 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,4 +1,5 @@ # All available README files by language - [Read the README in English](README.md) +- [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) diff --git a/README.md b/README.md index c29dad2..6f5862f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It shall NOT be edited by hand. [![Install Cjdns with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=cjdns) -*[Read this README is other languages.](./ALL_README.md)* +*[Read this README in other languages.](./ALL_README.md)* > *This package allows you to install Cjdns quickly and simply on a YunoHost server.* > *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.* @@ -18,6 +18,7 @@ It shall NOT be edited by hand. Cjdns implements an encrypted IPv6 network using public-key cryptography for address allocation and a distributed hash table for routing. This provides near-zero-configuration networking, and prevents many of the security and scalability issues that plague existing networks. + **Shipped version:** 22.7~ynh1 ## Screenshots diff --git a/README_eu.md b/README_eu.md new file mode 100644 index 0000000..1c00599 --- /dev/null +++ b/README_eu.md @@ -0,0 +1,46 @@ + + +# Cjdns YunoHost-erako + +[![Integrazio maila](https://dash.yunohost.org/integration/cjdns.svg)](https://dash.yunohost.org/appci/app/cjdns) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/cjdns.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/cjdns.maintain.svg) + +[![Instalatu Cjdns YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=cjdns) + +*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)* + +> *Pakete honek Cjdns YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.* +> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.* + +## Aurreikuspena + +Cjdns implements an encrypted IPv6 network using public-key cryptography for address allocation and a distributed hash table for routing. This provides near-zero-configuration networking, and prevents many of the security and scalability issues that plague existing networks. + + +**Paketatutako bertsioa:** 22.7~ynh1 + +## Pantaila-argazkiak + +![Cjdns(r)en pantaila-argazkia](./doc/screenshots/screenshot.png) + +## Dokumentazioa eta baliabideak + +- Jatorrizko aplikazioaren kode-gordailua: +- YunoHost Denda: +- Eman errore baten berri: + +## Garatzaileentzako informazioa + +Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/cjdns_ynh/tree/testing). + +`testing` abarra probatzeko, ondorengoa egin: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/cjdns_ynh/tree/testing --debug +edo +sudo yunohost app upgrade cjdns -u https://github.com/YunoHost-Apps/cjdns_ynh/tree/testing --debug +``` + +**Informazio gehiago aplikazioaren paketatzeari buruz:**