From e90c270e36172a04bc0bfa24229d10c9d36339fa Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 2 Jul 2025 10:14:54 +0200 Subject: [PATCH] add default jsons --- frontend/public/json/docspell.json | 35 ++++++++++++++++++++++++++ frontend/public/json/frigate.json | 35 ++++++++++++++++++++++++++ frontend/public/json/healthchecks.json | 35 ++++++++++++++++++++++++++ frontend/public/json/maxun.json | 35 ++++++++++++++++++++++++++ frontend/public/json/mealie.json | 35 ++++++++++++++++++++++++++ frontend/public/json/npmplus.json | 35 ++++++++++++++++++++++++++ frontend/public/json/postiz.json | 35 ++++++++++++++++++++++++++ frontend/public/json/saltmaster.json | 35 ++++++++++++++++++++++++++ frontend/public/json/wallabag.json | 35 ++++++++++++++++++++++++++ 9 files changed, 315 insertions(+) create mode 100644 frontend/public/json/docspell.json create mode 100644 frontend/public/json/frigate.json create mode 100644 frontend/public/json/healthchecks.json create mode 100644 frontend/public/json/maxun.json create mode 100644 frontend/public/json/mealie.json create mode 100644 frontend/public/json/npmplus.json create mode 100644 frontend/public/json/postiz.json create mode 100644 frontend/public/json/saltmaster.json create mode 100644 frontend/public/json/wallabag.json diff --git a/frontend/public/json/docspell.json b/frontend/public/json/docspell.json new file mode 100644 index 00000000..dbf8e95a --- /dev/null +++ b/frontend/public/json/docspell.json @@ -0,0 +1,35 @@ +{ + "name": "Docspell", + "slug": "docspell", + "categories": [ + 12 + ], + "date_created": "2025-07-02", + "type": "ct", + "updateable": true, + "privileged": false, + "config_path": "/opt/docspell/.env", + "interface_port": 3000, + "documentation": "https://docspell.io/", + "website": "https://docspell.io/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/docspell.svg", + "description": "Docspell is an open-source self-hosted application.", + "install_methods": [ + { + "type": "default", + "script": "ct/docspell.sh", + "resources": { + "cpu": 1, + "ram": 1024, + "hdd": 2, + "os": "Debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +} \ No newline at end of file diff --git a/frontend/public/json/frigate.json b/frontend/public/json/frigate.json new file mode 100644 index 00000000..b5a8d7d6 --- /dev/null +++ b/frontend/public/json/frigate.json @@ -0,0 +1,35 @@ +{ + "name": "Frigate", + "slug": "frigate", + "categories": [ + 15 + ], + "date_created": "2025-07-02", + "type": "ct", + "updateable": true, + "privileged": false, + "config_path": "/opt/frigate/.env", + "interface_port": 3000, + "documentation": "https://frigate.io/", + "website": "https://frigate.io/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/frigate.svg", + "description": "Frigate is an open-source self-hosted application.", + "install_methods": [ + { + "type": "default", + "script": "ct/frigate.sh", + "resources": { + "cpu": 1, + "ram": 1024, + "hdd": 2, + "os": "Debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +} \ No newline at end of file diff --git a/frontend/public/json/healthchecks.json b/frontend/public/json/healthchecks.json new file mode 100644 index 00000000..ac5f3fe2 --- /dev/null +++ b/frontend/public/json/healthchecks.json @@ -0,0 +1,35 @@ +{ + "name": "Healthchecks", + "slug": "healthchecks", + "categories": [ + 9 + ], + "date_created": "2025-07-02", + "type": "ct", + "updateable": true, + "privileged": false, + "config_path": "/opt/healthchecks/.env", + "interface_port": 3000, + "documentation": "https://healthchecks.io/", + "website": "https://healthchecks.io/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/healthchecks.svg", + "description": "Healthchecks is an open-source self-hosted application.", + "install_methods": [ + { + "type": "default", + "script": "ct/healthchecks.sh", + "resources": { + "cpu": 1, + "ram": 1024, + "hdd": 2, + "os": "Debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +} \ No newline at end of file diff --git a/frontend/public/json/maxun.json b/frontend/public/json/maxun.json new file mode 100644 index 00000000..7ed83e0d --- /dev/null +++ b/frontend/public/json/maxun.json @@ -0,0 +1,35 @@ +{ + "name": "Maxun", + "slug": "maxun", + "categories": [ + 0 + ], + "date_created": "2025-07-02", + "type": "ct", + "updateable": true, + "privileged": false, + "config_path": "/opt/maxun/.env", + "interface_port": 3000, + "documentation": "https://maxun.io/", + "website": "https://maxun.io/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/maxun.svg", + "description": "Maxun is an open-source self-hosted application.", + "install_methods": [ + { + "type": "default", + "script": "ct/maxun.sh", + "resources": { + "cpu": 1, + "ram": 1024, + "hdd": 2, + "os": "Debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +} \ No newline at end of file diff --git a/frontend/public/json/mealie.json b/frontend/public/json/mealie.json new file mode 100644 index 00000000..dbe8b4c4 --- /dev/null +++ b/frontend/public/json/mealie.json @@ -0,0 +1,35 @@ +{ + "name": "Mealie", + "slug": "mealie", + "categories": [ + 13 + ], + "date_created": "2025-07-02", + "type": "ct", + "updateable": true, + "privileged": false, + "config_path": "/opt/mealie/.env", + "interface_port": 3000, + "documentation": "https://mealie.io/", + "website": "https://mealie.io/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/mealie.svg", + "description": "Mealie is an open-source self-hosted application.", + "install_methods": [ + { + "type": "default", + "script": "ct/mealie.sh", + "resources": { + "cpu": 1, + "ram": 1024, + "hdd": 2, + "os": "Debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +} \ No newline at end of file diff --git a/frontend/public/json/npmplus.json b/frontend/public/json/npmplus.json new file mode 100644 index 00000000..fe1120ef --- /dev/null +++ b/frontend/public/json/npmplus.json @@ -0,0 +1,35 @@ +{ + "name": "Npmplus", + "slug": "npmplus", + "categories": [ + 20 + ], + "date_created": "2025-07-02", + "type": "ct", + "updateable": true, + "privileged": false, + "config_path": "/opt/npmplus/.env", + "interface_port": 3000, + "documentation": "https://npmplus.io/", + "website": "https://npmplus.io/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/npmplus.svg", + "description": "Npmplus is an open-source self-hosted application.", + "install_methods": [ + { + "type": "default", + "script": "ct/npmplus.sh", + "resources": { + "cpu": 1, + "ram": 1024, + "hdd": 2, + "os": "Debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +} \ No newline at end of file diff --git a/frontend/public/json/postiz.json b/frontend/public/json/postiz.json new file mode 100644 index 00000000..dfcb0f04 --- /dev/null +++ b/frontend/public/json/postiz.json @@ -0,0 +1,35 @@ +{ + "name": "Postiz", + "slug": "postiz", + "categories": [ + 20 + ], + "date_created": "2025-07-02", + "type": "ct", + "updateable": true, + "privileged": false, + "config_path": "/opt/postiz/.env", + "interface_port": 3000, + "documentation": "https://postiz.io/", + "website": "https://postiz.io/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/postiz.svg", + "description": "Postiz is an open-source self-hosted application.", + "install_methods": [ + { + "type": "default", + "script": "ct/postiz.sh", + "resources": { + "cpu": 1, + "ram": 1024, + "hdd": 2, + "os": "Debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +} \ No newline at end of file diff --git a/frontend/public/json/saltmaster.json b/frontend/public/json/saltmaster.json new file mode 100644 index 00000000..b538aae1 --- /dev/null +++ b/frontend/public/json/saltmaster.json @@ -0,0 +1,35 @@ +{ + "name": "Saltmaster", + "slug": "saltmaster", + "categories": [ + 1 + ], + "date_created": "2025-07-02", + "type": "ct", + "updateable": true, + "privileged": false, + "config_path": "/opt/saltmaster/.env", + "interface_port": 3000, + "documentation": "https://saltmaster.io/", + "website": "https://saltmaster.io/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/saltmaster.svg", + "description": "Saltmaster is an open-source self-hosted application.", + "install_methods": [ + { + "type": "default", + "script": "ct/saltmaster.sh", + "resources": { + "cpu": 1, + "ram": 1024, + "hdd": 2, + "os": "Debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +} \ No newline at end of file diff --git a/frontend/public/json/wallabag.json b/frontend/public/json/wallabag.json new file mode 100644 index 00000000..203595a1 --- /dev/null +++ b/frontend/public/json/wallabag.json @@ -0,0 +1,35 @@ +{ + "name": "Wallabag", + "slug": "wallabag", + "categories": [ + 12 + ], + "date_created": "2025-07-02", + "type": "ct", + "updateable": true, + "privileged": false, + "config_path": "/opt/wallabag/.env", + "interface_port": 3000, + "documentation": "https://wallabag.io/", + "website": "https://wallabag.io/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/wallabag.svg", + "description": "Wallabag is an open-source self-hosted application.", + "install_methods": [ + { + "type": "default", + "script": "ct/wallabag.sh", + "resources": { + "cpu": 1, + "ram": 1024, + "hdd": 2, + "os": "Debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +} \ No newline at end of file