This is where you'll find the scripts and github action that create the forest package(s) for Notifiarr.
There's nothing very useful in this repo for the public. The forest is simply a web of tunnels running Mulery.
GitHub Actions runs the build.sh script which turns the root/ folder into a deb package and uploads it to package cloud.
- The package installs a few dependencies such as
docker-compose
. - Also installed is a user named
abc
with an authorized_keys ssh file and a sudoers entry that allows the website to restart things. - Telegraf is also partially configured during package installation. You need to install an output plugin.
Run the included install.sh script. Like this:
curl -sLO https://github.com/Notifiarr/forest/raw/main/install.sh
bash install.sh
# ^ enter your password when sudo asks for it
In addition to installing the notifiarr-forest package, the install.sh script installs and configures:
- This software is Copyright 2024 Notifiarr, LLC.
- Read the license if you intend to make copies.