Go to file
github-actions[bot] 7084d58136 Included release tonarino/innernet@1.5.1. 2021-11-11 14:31:12 +00:00
.github/workflows Enables scheduled and push-triggered updates. 2021-09-11 13:38:55 +02:00
debian Included release tonarino/innernet@1.5.1. 2021-11-11 14:31:12 +00:00
.gitignore Initial commit of addlatest, workflow and configuration. 2021-09-11 11:37:29 +02:00
LICENSE Adds a README, LICENSE and public key. 2021-09-11 13:31:31 +02:00
README.md Adds a README, LICENSE and public key. 2021-09-11 13:31:31 +02:00
addlatest Trigger re-export. 2021-09-11 13:16:10 +02:00
repository.key Adds a README, LICENSE and public key. 2021-09-11 13:31:31 +02:00

README.md

Unofficial Innernet APT Repository

This is a Debian/Ubuntu APT repository containing .deb files from https://github.com/tonarino/innernet/releases. The updates are automatic and running on a biweekly schedule.

For more information, see https://github.com/tonarino/innernet.

Installation

Adding the Repository

$ curl -sS https://tommie.github.io/innernet-debian/repository.key | apt-key add -
OK
$ cat >/etc/apt/sources.list.d/innernet.list <<EOF
deb https://tommie.github.io/innernet-debian/debian unstable contrib
EOF
$ apt update
...
Get:5 https://tommie.github.io/innernet-debian/debian unstable InRelease [1.729 B]
...

Installing the Server

This is installed on the coordination server machine. It needs to be accessible from all peers.

$ apt install innernet-server

Installing the Peer Client

This is installed on all peers.

$ apt install innernet

License

The repository maintenance code itself is under the MIT License. See also LICENSE in tonarino/innernet.