diff --git a/README.md b/doc/Admin.md similarity index 83% rename from README.md rename to doc/Admin.md index b5c01f8..4acfc9c 100644 --- a/README.md +++ b/doc/Admin.md @@ -1,14 +1,3 @@ -# Cjdns for Yunohost - -This is a cjdns app for yunohost. - -## cjdns -Networking Reinvented -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. - -https://github.com/cjdelisle/cjdns - - # Setup your website on cjdns network 1. Install Yunohost by following the detailed instructions provided [here](link-to-instructions). diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 9cc83d6..e0a2575 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,5 +1 @@ -Networking Reinvented - 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. - -https://github.com/cjdelisle/cjdns/ \ No newline at end of file diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..96ee2f0 --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1 @@ +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. \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index fc50aff..658b6ba 100644 --- a/manifest.toml +++ b/manifest.toml @@ -2,9 +2,10 @@ packaging_format = 2 id = "cjdns" name = "Cjdns" -description = "Cjdns encrypted IPv6 network" +description.en = "Encrypted IPv6 network" +description.fr = "Réseau IPv6 chiffré" -version = "22.7" +version = "22.7~ynh1" maintainers = ["dkoukoul"] @@ -14,11 +15,14 @@ website = "https://github.com/cjdelisle/cjdns/" code = "https://github.com/cjdelisle/cjdns/" [integration] -yunohost = ">= 11.1.21" +yunohost = ">= 11.2" architectures = ["amd64","arm64"] multi_instance = false + ldap = false + sso = false + disk = "50M" ram.build = "50M" ram.runtime = "50M"