From 3ad666a9aa89fe8d53cffc4e076b0048e1b7fc1d Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Wed, 25 Mar 2026 13:46:17 +0100 Subject: [PATCH] Delete .github/CONTRIBUTOR_AND_GUIDES/json directory --- .../CONTRIBUTOR_AND_GUIDES/json/AppName.json | 34 ------------------- .../CONTRIBUTOR_AND_GUIDES/json/AppName.md | 13 ------- 2 files changed, 47 deletions(-) delete mode 100644 .github/CONTRIBUTOR_AND_GUIDES/json/AppName.json delete mode 100644 .github/CONTRIBUTOR_AND_GUIDES/json/AppName.md diff --git a/.github/CONTRIBUTOR_AND_GUIDES/json/AppName.json b/.github/CONTRIBUTOR_AND_GUIDES/json/AppName.json deleted file mode 100644 index 746ebd91..00000000 --- a/.github/CONTRIBUTOR_AND_GUIDES/json/AppName.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "AppName", - "slug": "appname", - "categories": [ - 0 - ], - "date_created": "DATE CREATED", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": DEFAULT-PORT, - "documentation": null, - "website": "LINK TO WEBSITE", - "logo": "LINK TO LOGO", - "description": "Description of the app", - "install_methods": [ - { - "type": "default", - "script": "ct/AppName.sh", - "resources": { - "cpu": 2, - "ram": 2048, - "hdd": 4, - "os": "debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [] -} \ No newline at end of file diff --git a/.github/CONTRIBUTOR_AND_GUIDES/json/AppName.md b/.github/CONTRIBUTOR_AND_GUIDES/json/AppName.md deleted file mode 100644 index 0082e38f..00000000 --- a/.github/CONTRIBUTOR_AND_GUIDES/json/AppName.md +++ /dev/null @@ -1,13 +0,0 @@ -# **AppName.json Files** - - `AppName.json` files found in the `/json` directory. These files are used to provide informations for the website. For this guide we take `/json/snipeit.json` as example. - -## Table of Contents - -- [**AppName.json Files**](#appnamejson-files) - - [Table of Contents](#table-of-contents) - - [1. JSON Generator](#1-json-generator) - -## 1. JSON Generator - -Use the [JSON Generator](https://community-scripts.github.io/ProxmoxVED/json-editor) to create this file for your application.