innernet-debian/README.md

43 lines
1.1 KiB
Markdown
Raw Normal View History

2021-09-11 11:31:31 +00:00
# Unofficial Innernet APT Repository
This is a Debian/Ubuntu APT repository containing `.deb` files from
https://github.com/tonarino/innernet/releases. The updates are fully
reproducible through GitHub Actions.
2021-09-11 11:31:31 +00:00
For more information, see https://github.com/tonarino/innernet.
## Installation
### Adding the Repository
```sh
curl -sS https://tommie.github.io/innernet-debian/repository.asc | sudo tee /etc/apt/keyrings/github-tommie-innernet.asc >/dev/null
cat >/etc/apt/sources.list.d/innernet.list <<EOF
deb [signed-by=/etc/apt/keyrings/github-tommie-innernet.asc] https://tommie.github.io/innernet-debian/debian unstable contrib
2021-09-11 11:31:31 +00:00
EOF
apt update
2021-09-11 11:31:31 +00:00
```
### Installing the Server
This is installed on the coordination server machine. It needs to be
accessible from all peers.
```shell
$ sudo apt install innernet-server
2021-09-11 11:31:31 +00:00
```
### Installing the Peer Client
This is installed on all peers.
```shell
$ sudo apt install innernet
2021-09-11 11:31:31 +00:00
```
## License
The repository maintenance code itself is under the MIT License. See
also [LICENSE in
tonarino/innernet](https://github.com/tonarino/innernet/blob/main/LICENSE).