feat: base volume path setting

Add global base_volume_path to settings. Relative volume source
paths are automatically prepended with the base path at deploy
time. Absolute paths are used as-is. Configurable in Settings >
General.
This commit is contained in:
2026-03-28 15:21:37 +03:00
parent 62a9249abf
commit 1cfd23c431
6 changed files with 23 additions and 5 deletions
+1
View File
@@ -53,6 +53,7 @@ type Settings struct {
NpmPassword string `json:"npm_password"`
WebhookSecret string `json:"webhook_secret"`
PollingInterval string `json:"polling_interval"`
BaseVolumePath string `json:"base_volume_path"`
UpdatedAt string `json:"updated_at"`
}