Add trigger-based host routing restart (no SSH needed)
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
- Add runtime volume mount for trigger files - cisco-vpn now creates /runtime/restart-routing trigger file - Host systemd path watcher handles restart Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -41,6 +41,11 @@
|
||||
"containerPath": "/config",
|
||||
"readOnly": false
|
||||
},
|
||||
{
|
||||
"hostPath": "${APP_DATA_DIR}/runtime",
|
||||
"containerPath": "/runtime",
|
||||
"readOnly": false
|
||||
},
|
||||
{
|
||||
"hostPath": "/etc/runtipi/repos/runtipi/apps/rego-tunnel/shared",
|
||||
"containerPath": "/shared",
|
||||
|
||||
Reference in New Issue
Block a user