master:
curl -sfL https://get.k3s.io | sh -
cat /var/lib/rancher/k3s/server/node-token
nodes:
#pip3 install wallbox | |
from wallbox import Wallbox, Statuses | |
import time | |
import datetime | |
import sys | |
w = Wallbox("user", "pass") #my.wallbox.com user/pass | |
# Authenticate with the credentials above |
# Renew Let's Encrypt Certificates | |
/usr/syno/sbin/syno-letsencrypt renew-all | |
# Disable Firewall | |
/usr/syno/bin/synofirewall --disable |
master:
curl -sfL https://get.k3s.io | sh -
cat /var/lib/rancher/k3s/server/node-token
nodes:
Flask | |
gunicorn | |
selenium | |
chromedriver-binary==85.0.4183.87.0 | |
pytz |