mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-01 21:30:09 +00:00
Feat: Add config path to website (#4005)
* Feat: Add config path to website * Handel Responsive/Mobile
This commit is contained in:
parent
945a32dfef
commit
cf4a2c8ffe
8 changed files with 89 additions and 2 deletions
|
|
@ -12,6 +12,7 @@ export type Script = {
|
|||
documentation: string | null;
|
||||
website: string | null;
|
||||
logo: string | null;
|
||||
config_path: string;
|
||||
description: string;
|
||||
install_methods: {
|
||||
type: "default" | "alpine";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue