Delete json/done directory

This commit is contained in:
CanbiZ 2025-03-11 16:57:18 +01:00 committed by GitHub
parent 08b09d8197
commit 4903a42228
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 125 deletions

View File

@ -1,39 +0,0 @@
{
"name": "InvenTree",
"slug": "inventree",
"categories": [
25
],
"date_created": "2025-03-05",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 80,
"documentation": "https://docs.inventree.org/en/latest/",
"website": "https://inventree.org",
"logo": "https://docs.inventree.org/en/latest/assets/logo.png",
"description": "InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is designed to be lightweight and easy to use for SME or hobbyist applications.",
"install_methods": [
{
"type": "default",
"script": "ct/inventree.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 6,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "admin",
"password": "`cat /etc/inventree/admin_password.txt`"
},
"notes": [
{
"text": "Please read the documentation for your configuration needs.",
"type": "info"
}
]
}

View File

@ -1,43 +0,0 @@
{
"name": "RevealJS",
"slug": "revealjs",
"categories": [
12
],
"date_created": "2025-03-03",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8000,
"documentation": "https://github.com/hakimel/reveal.js/wiki",
"website": "https://github.com/hakimel/reveal.js",
"logo": "https://static.slid.es/reveal/logo-v1/reveal-white-text.svg",
"description": "reveal.js is an open source HTML presentation framework. It's a tool that enables anyone with a web browser to create fully-featured and beautiful presentations for free.",
"install_methods": [
{
"type": "default",
"script": "ct/revealjs.sh",
"resources": {
"cpu": 1,
"ram": 1024,
"hdd": 4,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Config file is at `/opt/revealjs/gulpfile.js`. Check the documentation for more information.",
"type": "info"
},
{
"text": "LiveReload is on port: 35729",
"type": "info"
}
]
}

View File

@ -1,43 +0,0 @@
{
"name": "Seafile",
"slug": "Seafile",
"categories": [
12
],
"date_created": "2025-02-25",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": 8000,
"documentation": "https://manual.seafile.com/11.0/deploy",
"website": "https://seafile.com",
"logo": "https://manual.seafile.com/11.0/media/seafile-transparent-1024.png",
"description": "Seafile is an open source file sync and share platform, focusing on reliability and performance.",
"install_methods": [
{
"type": "default",
"script": "ct/seafile.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 20,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Application credentials: `cat ~/seafile.creds`",
"type": "info"
},
{
"text": "Change STORAGE_DIR value in `external-storage.sh` and run `bash external-storage.sh` to use your defined storage instead of internal.",
"type": "info"
}
]
}