1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cjdns_ynh.git synced 2024-09-03 18:16:29 +02:00
This commit is contained in:
Éric Gaspar 2023-12-20 12:10:36 +01:00
parent 8bfb026517
commit e6eefafc83
4 changed files with 8 additions and 18 deletions

View file

@ -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).

View file

@ -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/

1
doc/DESCRIPTION_fr.md Normal file
View file

@ -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.

View file

@ -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"