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
@@ -103,6 +103,7 @@ export interface Settings {
npm_password: string;
webhook_secret: string;
polling_interval: string;
base_volume_path: string;
updated_at: string;
}