Delete .github/CONTRIBUTOR_AND_GUIDES/json directory
This commit is contained in:
committed by
GitHub
parent
66bc2bcfc2
commit
3ad666a9aa
34
.github/CONTRIBUTOR_AND_GUIDES/json/AppName.json
generated
vendored
34
.github/CONTRIBUTOR_AND_GUIDES/json/AppName.json
generated
vendored
@@ -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": []
|
|
||||||
}
|
|
||||||
13
.github/CONTRIBUTOR_AND_GUIDES/json/AppName.md
generated
vendored
13
.github/CONTRIBUTOR_AND_GUIDES/json/AppName.md
generated
vendored
@@ -1,13 +0,0 @@
|
|||||||
# **AppName<span></span>.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.
|
|
||||||
Reference in New Issue
Block a user