adds https config for actual

This commit is contained in:
Dennis Schoepf 2026-01-15 20:36:21 +01:00
parent 8b4bb8d09c
commit d77236b074

View file

@ -12,6 +12,8 @@
ACTUAL_PORT = "9002"; ACTUAL_PORT = "9002";
ACTUAL_DATA_DIR = "/data/actual-server"; ACTUAL_DATA_DIR = "/data/actual-server";
ACTUAL_HOSTNAME = "0.0.0.0"; ACTUAL_HOSTNAME = "0.0.0.0";
ACTUAL_HTTPS_KEY = "/data/actual-server/certs/192.168.178.69-key.pem";
ACTUAL_HTTPS_CERT = "192.168.178.69.pem";
}; };
serviceConfig = { serviceConfig = {
Type = "simple"; Type = "simple";