mirror of
https://github.com/YunoHost-Apps/cjdns_ynh.git
synced 2024-09-03 18:16:29 +02:00
commit
43abee1050
2 changed files with 7 additions and 8 deletions
|
@ -18,7 +18,6 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
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
|
||||
|
@ -27,9 +26,9 @@ Cjdns implements an encrypted IPv6 network using public-key cryptography for add
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Upstream app code repository: <https://github.com/cjdelisle/cjdns/>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/cjdns>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/cjdns_ynh/issues>
|
||||
- Upstream app code repository: <https://github.com/cjdelisle/cjdns/>
|
||||
- YunoHost Store: <https://apps.yunohost.org/app/cjdns>
|
||||
- Report a bug: <https://github.com/YunoHost-Apps/cjdns_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
|
@ -37,7 +36,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
|
|||
|
||||
To try the testing branch, please proceed like that.
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/cjdns_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade cjdns -u https://github.com/YunoHost-Apps/cjdns_ynh/tree/testing --debug
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue