mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-28 16:35:55 +00:00
introduce config path to json
This commit is contained in:
@@ -13,6 +13,7 @@ export type Script = {
|
||||
website: string | null;
|
||||
logo: string | null;
|
||||
description: string;
|
||||
config_path: string | null;
|
||||
install_methods: {
|
||||
type: "default" | "alpine";
|
||||
script: string;
|
||||
|
||||
Reference in New Issue
Block a user