Update Notesnook json
This commit is contained in:
parent
8eb4f276be
commit
613f146cb1
@ -49,7 +49,7 @@ Restart=on-failure
|
|||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
EOF
|
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 "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
|
sed -i "/^ExecReload=/d" /lib/systemd/system/caddy.service
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
systemctl restart caddy
|
systemctl restart caddy
|
||||||
systemctl enable -q --now notesnook
|
systemctl enable -q --now notesnook
|
||||||
|
Loading…
x
Reference in New Issue
Block a user