Update Notesnook json

This commit is contained in:
tremor021
2025-06-24 14:58:53 +02:00
parent 7b4e88ea51
commit 8eb4f276be
3 changed files with 4 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ Restart=on-failure
WantedBy=multi-user.target
EOF
sed -i "s|^ExecStart=.*|ExecStart=/usr/bin/caddy reverse-proxy --from https://$LOCAL_IP --to localhost:3000|" /lib/systemd/system/caddy.service
sed -i '/^ExecReload=/d' /lib/systemd/system/caddy.service
systemctl daemon-reload
systemctl restart caddy
systemctl enable -q --now notesnook