diff --git a/ct/saltmaster.sh b/ct/salt.sh similarity index 98% rename from ct/saltmaster.sh rename to ct/salt.sh index 9cf36a9a..5efed33c 100644 --- a/ct/saltmaster.sh +++ b/ct/salt.sh @@ -5,7 +5,7 @@ source <(curl -s https://git.community-scripts.org/community-scripts/ProxmoxVED/ # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://github.com/saltstack/salt -APP="saltmaster" +APP="Salt" var_tags="${var_tags:-automations}" var_cpu="${var_cpu:-1}" var_ram="${var_ram:-1024}" diff --git a/frontend/public/json/cloudreve.json b/frontend/public/json/cloudreve.json new file mode 100644 index 00000000..ff754a10 --- /dev/null +++ b/frontend/public/json/cloudreve.json @@ -0,0 +1,35 @@ +{ + "name": "LibreNMS", + "slug": "librenms", + "categories": [ + 9 + ], + "date_created": "2025-03-24", + "type": "ct", + "updateable": false, + "privileged": false, + "interface_port": 80, + "documentation": "https://docs.librenms.org/", + "website": "https://librenms.org/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/cloudreve.webp", + "config_path": "/opt/librenms/config.php and /opt/librenms/.env", + "description": "LibreNMS is an open-source, community-driven network monitoring system that provides automatic discovery, alerting, and performance tracking for network devices. It supports a wide range of hardware and integrates with various notification and logging platforms.", + "install_methods": [ + { + "type": "default", + "script": "ct/librenms.sh", + "resources": { + "cpu": 2, + "ram": 2048, + "hdd": 4, + "os": "Debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": "admin", + "password": "admin" + }, + "notes": [] +} diff --git a/frontend/public/json/saltmaster.json b/frontend/public/json/salt.json similarity index 72% rename from frontend/public/json/saltmaster.json rename to frontend/public/json/salt.json index b538aae1..4c162aba 100644 --- a/frontend/public/json/saltmaster.json +++ b/frontend/public/json/salt.json @@ -1,6 +1,6 @@ { - "name": "Saltmaster", - "slug": "saltmaster", + "name": "Salt", + "slug": "salt", "categories": [ 1 ], @@ -8,16 +8,16 @@ "type": "ct", "updateable": true, "privileged": false, - "config_path": "/opt/saltmaster/.env", + "config_path": "/opt/salt/.env", "interface_port": 3000, - "documentation": "https://saltmaster.io/", - "website": "https://saltmaster.io/", + "documentation": "https://docs.saltproject.io/salt/install-guide/en/latest/", + "website": "https://saltproject.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", + "script": "ct/salt.sh", "resources": { "cpu": 1, "ram": 1024, @@ -32,4 +32,4 @@ "password": null }, "notes": [] -} \ No newline at end of file +} diff --git a/install/saltmaster-install.sh b/install/salt-install.sh similarity index 100% rename from install/saltmaster-install.sh rename to install/salt-install.sh