the boat sails with wind
Copy boat.default.cfg
to boat.cfg
and modify values accordingly. Copy rclone.conf
from ~/.config/rlcone/rclone.conf
for building the docker-image.
Run /runBoat.sh
to have an autoupdate of the
newest version.
install certbot & generate certifiactes
sudo apt install certbot
sudo certbot certonly -d YOUR_DOMAIN
# renew with
certbot renew
sudo cp /etc/letsencrypt/live/YOUR_DOMAIN/privkey.pem /home/downloads/privkey.pem
sudo cp /etc/letsencrypt/live/YOUR_DOMAIN/fullchain.pem /home/downloads/fullchain.pem
sudo chmod 7777 /home/downloads/privkey.pem /home/downloads/fullchain.pem
tested with:
openjdk version "21.0.1 2023-10-17 LTS"
Build Status: