introduce config path to json

This commit is contained in:
Michel Roegl-Brunner
2025-04-23 13:59:22 +02:00
parent de12da037c
commit 79fd16a339
6 changed files with 37 additions and 1 deletions

View File

@@ -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;