https://github.com/yunohost-apps/cjdns_ynh
cjdns package for YunoHost
https://github.com/yunohost-apps/cjdns_ynh
cjdns yunohost yunohost-apps
Last synced: about 2 months ago
JSON representation
cjdns package for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/cjdns_ynh
- Owner: YunoHost-Apps
- License: gpl-3.0
- Created: 2023-11-27T12:45:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-22T17:37:58.000Z (3 months ago)
- Last Synced: 2025-03-30T00:41:15.238Z (3 months ago)
- Topics: cjdns, yunohost, yunohost-apps
- Language: Shell
- Homepage:
- Size: 158 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cjdns for YunoHost
[](https://dash.yunohost.org/appci/app/cjdns)  
[](https://install-app.yunohost.org/?app=cjdns)
*[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.*## 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~ynh2
## Screenshots

## Documentation and resources
- Upstream app code repository:
- YunoHost Store:
- Report a bug:## Developer info
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:
```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
```**More info regarding app packaging:**