diff --git a/json/done/inventree.json b/json/done/inventree.json deleted file mode 100644 index 016d0e3..0000000 --- a/json/done/inventree.json +++ /dev/null @@ -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" - } - ] -} diff --git a/json/done/revealjs.json b/json/done/revealjs.json deleted file mode 100644 index 004b2b2..0000000 --- a/json/done/revealjs.json +++ /dev/null @@ -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" - } - ] -} diff --git a/json/done/seafile.json b/json/done/seafile.json deleted file mode 100644 index 7614fa8..0000000 --- a/json/done/seafile.json +++ /dev/null @@ -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" - } - ] -} \ No newline at end of file