push new Icons into Branch

This commit is contained in:
CanbiZ 2025-05-19 10:38:54 +02:00
parent 1531f95daf
commit b06d505e5a
29 changed files with 385 additions and 389 deletions

View File

@ -11,7 +11,7 @@
"interface_port": null,
"documentation": "https://cassandra.apache.org/doc/latest/",
"website": "https://cassandra.apache.org/",
"logo": "",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/apache-cassandra.svg",
"config_path": "/etc/cassandra/cassandra.yaml",
"description": "Apache-Cassandra is an open source NoSQL distributed database trusted by thousands of companies for scalability and high availability without compromising performance.",
"install_methods": [

View File

@ -2,7 +2,7 @@
"name": "Apache Guacamole",
"slug": "apache-guacamole",
"categories": [
0
0
],
"date_created": "2024-12-19",
"type": "ct",
@ -11,7 +11,7 @@
"interface_port": 8080,
"documentation": null,
"website": "https://guacamole.apache.org/",
"logo": "",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/apache-guacamole.svg",
"config_path": "/etc/guacamole/guacd.conf",
"description": "Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.",
"install_methods": [
@ -33,4 +33,3 @@
},
"notes": []
}

View File

@ -11,7 +11,7 @@
"interface_port": 8080,
"documentation": "https://cwiki.apache.org/confluence/display/TOMCAT",
"website": "https://tomcat.apache.org/",
"logo": "",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/apache-tomcat.svg",
"config_path": "",
"description": "Apache Tomcat is an open-source application server that runs Java Servlets and JavaServer Pages (JSP). It allows developers to deploy and manage Java web applications by handling HTTP requests and serving dynamic content. Tomcat is widely used for lightweight web applications and supports various Java EE features like WebSockets and JNDI.",
"install_methods": [
@ -38,4 +38,3 @@
}
]
}

View File

@ -11,7 +11,7 @@
"interface_port": 6880,
"documentation": "https://aria2.github.io/manual/en/html/index.html",
"website": "https://aria2.github.io/",
"logo": "",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/aria2.svg",
"config_path": "/root/aria2.daemon",
"description": "Aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.",
"install_methods": [

View File

@ -1,7 +1,9 @@
{
"name": "Asterisk",
"slug": "asterisk",
"categories": [0],
"categories": [
0
],
"date_created": "2025-05-14",
"type": "ct",
"updateable": false,
@ -10,7 +12,7 @@
"documentation": "https://docs.asterisk.org/",
"config_path": "/etc/asterisk",
"website": "https://asterisk.org/",
"logo": "",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/asterisk.svg",
"description": "Asterisk is an open-source framework for building communications applications, most commonly used as a phone system (PBX). Developed by Digium (now part of Sangoma), it turns a standard computer into a powerful telephony server.",
"install_methods": [
{

View File

@ -1,44 +1,44 @@
{
"name": "CasaOS",
"slug": "casaos",
"categories": [
2
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": 80,
"documentation": null,
"website": "https://www.casaos.io/",
"logo": "",
"config_path": "",
"description": "CasaOS is a software that aims to make it easy for users to create a personal cloud system at home. It uses the Docker ecosystem to provide a simple, user-friendly experience for managing various applications and services.",
"install_methods": [
{
"type": "default",
"script": "ct/casaos.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 8,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
"name": "CasaOS",
"slug": "casaos",
"categories": [
2
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": 80,
"documentation": null,
"website": "https://www.casaos.io/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/casaos.svg",
"config_path": "",
"description": "CasaOS is a software that aims to make it easy for users to create a personal cloud system at home. It uses the Docker ecosystem to provide a simple, user-friendly experience for managing various applications and services.",
"install_methods": [
{
"type": "default",
"script": "ct/casaos.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 8,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "If the LXC is created Privileged, the script will automatically set up USB passthrough.",
"type": "warning"
},
"notes": [
{
"text": "If the LXC is created Privileged, the script will automatically set up USB passthrough.",
"type": "warning"
},
{
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
"type": "warning"
}
]
{
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
"type": "warning"
}
]
}

View File

@ -11,7 +11,7 @@
"interface_port": 3012,
"documentation": null,
"website": "https://github.com/jhuckaby/Cronicle",
"logo": "",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/chronicle.svg",
"config_path": "/opt/cronicle/conf/config.json",
"description": "Cronicle is a task scheduling and management software that allows users to schedule and run tasks automatically on multiple servers. It has a web-based user interface that provides a convenient and centralized way to manage tasks and view their execution status. With Cronicle, users can schedule tasks to run at specific times, or on demand, and assign tasks to specific worker servers. The software provides real-time statistics and a live log viewer to help users monitor the progress of tasks. Cronicle is designed for use in large-scale environments, making it a valuable tool for automation and management of complex and time-sensitive tasks.",
"install_methods": [

View File

@ -1,35 +1,35 @@
{
"name": "Daemon Sync Server",
"slug": "daemonsync",
"categories": [
19
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": 8084,
"documentation": null,
"website": "https://daemonsync.me/",
"logo": "",
"config_path": "",
"description": "Sync files from app to server, share photos & videos, back up your data and stay secure inside local network.",
"install_methods": [
{
"type": "default",
"script": "ct/daemonsync.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 8,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
"name": "Daemon Sync Server",
"slug": "daemonsync",
"categories": [
19
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": 8084,
"documentation": null,
"website": "https://daemonsync.me/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/daemon-sync.svg",
"config_path": "",
"description": "Sync files from app to server, share photos & videos, back up your data and stay secure inside local network.",
"install_methods": [
{
"type": "default",
"script": "ct/daemonsync.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 8,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

View File

@ -11,7 +11,7 @@
"interface_port": 8008,
"documentation": "https://element-hq.github.io/synapse/latest/welcome_and_overview.html",
"website": "https://element.io/",
"logo": "",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/element.svg",
"config_path": "/etc/matrix-synapse/homeserver.yaml",
"description": "Synapse is an open source Matrix homeserver implementation, written and maintained by Element. Matrix is the open standard for secure and interoperable real time communications. You can directly run and manage the source code in this repository, available under an AGPL license. There is no support provided from Element unless you have a subscription.",
"install_methods": [

View File

@ -11,7 +11,7 @@
"interface_port": 8083,
"documentation": "https://fhem.de/#Documentation",
"website": "https://fhem.de/",
"logo": "",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/fhem.svg",
"config_path": "",
"description": "FHEM stands for \"Freundliche Hausautomation und Energie-Messung,\" which translates to \"Friendly Home Automation and Energy Measurement\" in English. The software can interface with a wide range of devices, including lighting systems, thermostats, weather stations, and media devices, among others.",
"install_methods": [

View File

@ -11,7 +11,7 @@
"interface_port": 3000,
"documentation": "https://docs.flowiseai.com/",
"website": "https://flowiseai.com/",
"logo": "",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/flowise.svg",
"config_path": "/opt/flowiseai/.env",
"description": "FlowiseAI is an open source low-code tool for developers to build customized LLM orchestration flow & AI agents",
"install_methods": [

View File

@ -11,7 +11,7 @@
"interface_port": 3000,
"documentation": "https://fumadocs.vercel.app/docs/ui",
"website": "https://fumadocs.vercel.app/",
"logo": "",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/fumadocs.svg",
"config_path": "",
"description": "Fumadocs is a flexible and high-performance framework for creating well-structured documentation websites using Next.js. It allows developers to write content and transform it into structured data. Fumadocs supports various content sources, including MDX and Content Collections, and integrates search solutions like Orama and Algolia. It also provides interactive components to enhance the user experience.",
"install_methods": [

View File

@ -11,7 +11,7 @@
"interface_port": 1984,
"documentation": "https://github.com/AlexxIT/go2rtc/blob/master/README.md",
"website": "https://github.com/AlexxIT/go2rtc",
"logo": "",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/go2rtc.svg",
"config_path": "/opt/go2rtc/go2rtc.yaml",
"description": "go2rtc is the ultimate camera streaming application with support RTSP, WebRTC, HomeKit, FFmpeg, RTMP, etc.",
"install_methods": [

View File

@ -11,7 +11,7 @@
"interface_port": 1080,
"documentation": null,
"website": "https://github.com/heiher/hev-socks5-server",
"logo": "",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/hev.svg",
"config_path": "/opt/hivemq/conf/config.xml",
"description": "HevSocks5Server is a simple, lightweight socks5 server.",
"install_methods": [
@ -42,4 +42,3 @@
}
]
}

View File

@ -1,40 +1,40 @@
{
"name": "HiveMQ CE",
"slug": "hivemq",
"categories": [
18
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": 1883,
"documentation": null,
"website": "https://www.hivemq.com/",
"logo": "",
"config_path": "/opt/hivemq/conf/config.xml",
"description": "HiveMQ CE is a Java-based open source MQTT broker that fully supports MQTT 3.x and MQTT 5.",
"install_methods": [
{
"type": "default",
"script": "ct/hivemq.sh",
"resources": {
"cpu": 1,
"ram": 1024,
"hdd": 4,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "To check if HiveMQ is listening to the default port for MQTT `lsof -i :1883`",
"type": "info"
}
]
"name": "HiveMQ CE",
"slug": "hivemq",
"categories": [
18
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": 1883,
"documentation": null,
"website": "https://www.hivemq.com/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/hivemq.svg",
"config_path": "/opt/hivemq/conf/config.xml",
"description": "HiveMQ CE is a Java-based open source MQTT broker that fully supports MQTT 3.x and MQTT 5.",
"install_methods": [
{
"type": "default",
"script": "ct/hivemq.sh",
"resources": {
"cpu": 1,
"ram": 1024,
"hdd": 4,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "To check if HiveMQ is listening to the default port for MQTT `lsof -i :1883`",
"type": "info"
}
]
}

View File

@ -11,7 +11,7 @@
"interface_port": 8090,
"documentation": "https://github.com/awawa-dev/HyperHDR/wiki",
"website": "https://github.com/awawa-dev/HyperHDR",
"logo": "",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/hyperhdr.svg",
"config_path": "",
"description": "HyperHDR is a highly optimized open source ambient lighting implementation based on modern digital video and audio stream analysis.",
"install_methods": [

View File

@ -11,7 +11,7 @@
"interface_port": 8090,
"documentation": "https://docs.hyperion-project.org/",
"website": "https://hyperion-project.org/forum/",
"logo": "",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/hyperion.svg",
"config_path": "",
"description": "Hyperion is an opensource Ambient Lighting implementation. It supports many LED devices and video grabbers.",
"install_methods": [

View File

@ -1,36 +1,35 @@
{
"name": "InspIRCd 4",
"slug": "inspircd",
"categories": [
24
],
"date_created": "2024-11-29",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 6667,
"documentation": "https://docs.inspircd.org/",
"website": "https://www.inspircd.org/",
"logo": "",
"config_path": "/etc/inspircd/inspircd.conf",
"description": "InspIRCd is a modular C++ Internet Relay Chat (IRC) server for UNIX-like and Windows systems.",
"install_methods": [
{
"type": "default",
"script": "ct/inspircd.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 2,
"os": null,
"version": null
}
"name": "InspIRCd 4",
"slug": "inspircd",
"categories": [
24
],
"date_created": "2024-11-29",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 6667,
"documentation": "https://docs.inspircd.org/",
"website": "https://www.inspircd.org/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/inspircd.svg",
"config_path": "/etc/inspircd/inspircd.conf",
"description": "InspIRCd is a modular C++ Internet Relay Chat (IRC) server for UNIX-like and Windows systems.",
"install_methods": [
{
"type": "default",
"script": "ct/inspircd.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 2,
"os": null,
"version": null
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

View File

@ -11,7 +11,7 @@
"interface_port": 5001,
"documentation": "https://docs.ipfs.tech/how-to/command-line-quick-start/",
"website": "https://github.com/ipfs/kubo",
"logo": "",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/ipfs.svg",
"config_path": "~/.ipfs/config",
"description": "Kubo, developed by IPFS, is a decentralized file storage and sharing protocol. It implements the IPFS protocol, allowing users to manage files across a distributed network, ensuring data integrity and availability. Kubo supports file versioning, pinning, provides APIs and CLI tools for developers, and allows customizable node configurations for enhanced privacy and control.",
"install_methods": [

View File

@ -11,7 +11,7 @@
"interface_port": 17170,
"documentation": "https://github.com/lldap/lldap/blob/main/README.md",
"website": "https://github.com/lldap/lldap",
"logo": "",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/lldap.svg",
"config_path": "",
"description": "LLDAP is a lightweight LDAP server designed for simplicity and ease of use. It provides secure user authentication and authorization management through LDAP over TLS. Ideal for small to medium-sized environments, It aims to streamline identity management tasks with a minimalistic and straightforward setup.",
"install_methods": [

View File

@ -1,40 +1,40 @@
{
"name": "MagicMirror Server",
"slug": "magicmirror",
"categories": [
24
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8080,
"documentation": "https://docs.magicmirror.builders/configuration/introduction.html#configuring-your-magicmirror",
"website": "https://docs.magicmirror.builders/",
"logo": "",
"config_path": "/opt/magicmirror/config/config.js",
"description": "MagicMirror\u00b2 is a smart mirror software that allows you to build your own personal smart mirror. It uses modular components that you can customize to display information such as the weather, news, calendar, to-do list, and more. The platform is open source, allowing for community contributions and customization.",
"install_methods": [
{
"type": "default",
"script": "ct/magicmirror.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 3,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Configuration Path: `/opt/magicmirror/config/config.js`",
"type": "info"
}
]
"name": "MagicMirror Server",
"slug": "magicmirror",
"categories": [
24
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8080,
"documentation": "https://docs.magicmirror.builders/configuration/introduction.html#configuring-your-magicmirror",
"website": "https://docs.magicmirror.builders/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/magicmirror2.svg",
"config_path": "/opt/magicmirror/config/config.js",
"description": "MagicMirror\u00b2 is a smart mirror software that allows you to build your own personal smart mirror. It uses modular components that you can customize to display information such as the weather, news, calendar, to-do list, and more. The platform is open source, allowing for community contributions and customization.",
"install_methods": [
{
"type": "default",
"script": "ct/magicmirror.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 3,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Configuration Path: `/opt/magicmirror/config/config.js`",
"type": "info"
}
]
}

View File

@ -1,44 +1,44 @@
{
"name": "Matterbridge",
"slug": "matterbridge",
"categories": [
17
],
"date_created": "2024-06-12",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8283,
"documentation": null,
"website": "https://github.com/Luligu/matterbridge",
"logo": "",
"config_path": "",
"description": "Matterbridge allows you to have all your Matter devices up and running in a couple of minutes without having to deal with the pairing process of each single device.",
"install_methods": [
{
"type": "default",
"script": "ct/matterbridge.sh",
"resources": {
"cpu": 1,
"ram": 1024,
"hdd": 4,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
"name": "Matterbridge",
"slug": "matterbridge",
"categories": [
17
],
"date_created": "2024-06-12",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8283,
"documentation": null,
"website": "https://github.com/Luligu/matterbridge",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/matterbridge.svg",
"config_path": "",
"description": "Matterbridge allows you to have all your Matter devices up and running in a couple of minutes without having to deal with the pairing process of each single device.",
"install_methods": [
{
"type": "default",
"script": "ct/matterbridge.sh",
"resources": {
"cpu": 1,
"ram": 1024,
"hdd": 4,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "If the LXC is created Privileged, the script will automatically set up USB passthrough.",
"type": "warning"
},
"notes": [
{
"text": "If the LXC is created Privileged, the script will automatically set up USB passthrough.",
"type": "warning"
},
{
"text": "Updatable via the Matterbridge WebUI",
"type": "info"
}
]
{
"text": "Updatable via the Matterbridge WebUI",
"type": "info"
}
]
}

View File

@ -11,7 +11,7 @@
"interface_port": null,
"documentation": "https://github.com/bluenviron/mediamtx/blob/main/README.md",
"website": "https://github.com/bluenviron/mediamtx",
"logo": "",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/mediamtx.svg",
"config_path": "/opt/mediamtx/mediamtx.yml",
"description": "MediaMTX is a ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows you to read, publish, proxy, record and playback video and audio streams.",
"install_methods": [

View File

@ -1,37 +1,36 @@
{
"name": "Mikrotik RouterOS CHR",
"slug": "mikrotik-routeros",
"categories": [
2,
4
],
"date_created": "2024-05-02",
"type": "vm",
"updateable": false,
"privileged": false,
"interface_port": null,
"documentation": null,
"website": "https://help.mikrotik.com/docs/display/ROS/Cloud+Hosted+Router%2C+CHR",
"logo": "",
"config_path": "",
"description": "Mikrotik RouterOS CHR is a Linux-based operating system that transforms a computer into a router. It provides a wide range of features for network routing, firewall, bandwidth management, wireless access point, backhaul link, hotspot gateway, VPN server, and many others. RouterOS is a versatile solution that supports various network configurations, including those with multiple WAN links, hotspots, and VPNs. It is highly customizable, allowing administrators to configure and manage their networks according to their specific requirements. With RouterOS, network administrators can monitor and control the performance and security of their networks, ensuring reliable and secure communication for their users. The software is designed to be easy to use and provides a wide range of tools for network management, making it a valuable solution for small and large networks alike.",
"install_methods": [
{
"type": "default",
"script": "vm/mikrotik-routeros.sh",
"resources": {
"cpu": 2,
"ram": 512,
"hdd": null,
"os": null,
"version": null
}
}
],
"default_credentials": {
"username": "admin",
"password": "none"
},
"notes": []
"name": "Mikrotik RouterOS CHR",
"slug": "mikrotik-routeros",
"categories": [
2,
4
],
"date_created": "2024-05-02",
"type": "vm",
"updateable": false,
"privileged": false,
"interface_port": null,
"documentation": null,
"website": "https://help.mikrotik.com/docs/display/ROS/Cloud+Hosted+Router%2C+CHR",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/mikrotik.svg",
"config_path": "",
"description": "Mikrotik RouterOS CHR is a Linux-based operating system that transforms a computer into a router. It provides a wide range of features for network routing, firewall, bandwidth management, wireless access point, backhaul link, hotspot gateway, VPN server, and many others. RouterOS is a versatile solution that supports various network configurations, including those with multiple WAN links, hotspots, and VPNs. It is highly customizable, allowing administrators to configure and manage their networks according to their specific requirements. With RouterOS, network administrators can monitor and control the performance and security of their networks, ensuring reliable and secure communication for their users. The software is designed to be easy to use and provides a wide range of tools for network management, making it a valuable solution for small and large networks alike.",
"install_methods": [
{
"type": "default",
"script": "vm/mikrotik-routeros.sh",
"resources": {
"cpu": 2,
"ram": 512,
"hdd": null,
"os": null,
"version": null
}
}
],
"default_credentials": {
"username": "admin",
"password": "none"
},
"notes": []
}

View File

@ -1,35 +1,35 @@
{
"name": "Neo4j",
"slug": "neo4j",
"categories": [
8
],
"date_created": "2024-10-20",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": 7474,
"documentation": null,
"website": "https://neo4j.com/product/neo4j-graph-database/",
"logo": "",
"config_path": "/etc/neo4j/neo4j.conf",
"description": "Neo4j is a graph database designed to manage complex data relationships. It uses nodes, relationships, and properties to store and analyze connected data, making it ideal for applications like recommendation engines, fraud detection, and network analysis. Its structure allows for fast querying and deep data insights through native graph storage.",
"install_methods": [
{
"type": "default",
"script": "ct/neo4j.sh",
"resources": {
"cpu": 1,
"ram": 1024,
"hdd": 4,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "neo4j",
"password": "neo4j"
},
"notes": []
"name": "Neo4j",
"slug": "neo4j",
"categories": [
8
],
"date_created": "2024-10-20",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": 7474,
"documentation": null,
"website": "https://neo4j.com/product/neo4j-graph-database/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/neo4j.svg",
"config_path": "/etc/neo4j/neo4j.conf",
"description": "Neo4j is a graph database designed to manage complex data relationships. It uses nodes, relationships, and properties to store and analyze connected data, making it ideal for applications like recommendation engines, fraud detection, and network analysis. Its structure allows for fast querying and deep data insights through native graph storage.",
"install_methods": [
{
"type": "default",
"script": "ct/neo4j.sh",
"resources": {
"cpu": 1,
"ram": 1024,
"hdd": 4,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "neo4j",
"password": "neo4j"
},
"notes": []
}

View File

@ -11,7 +11,7 @@
"interface_port": 8866,
"documentation": "https://github.com/sub3/NextPVR/wiki",
"website": "https://nextpvr.com/",
"logo": "",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/nextpvr.svg",
"config_path": "/var/opt/nextpvr/config.xml",
"description": "NextPVR is a personal video recorder application for Microsoft Windows, Linux, Mac and Docker. NextPVR makes it easy to watch or record live TV, and provides great features like series recordings, web scheduling, iPhone/iPad client application, Kodi/Emby integration etc.",
"install_methods": [

View File

@ -1,36 +1,35 @@
{
"name": "Nx Witness",
"slug": "nxwitness",
"categories": [
15
],
"date_created": "2025-02-13",
"type": "ct",
"updateable": true,
"privileged": true,
"interface_port": 7001,
"documentation": "https://support.networkoptix.com/hc/en-us/articles/360006863413-Access-the-Nx-Witness-User-Manual",
"website": "https://www.networkoptix.com/nx-witness",
"logo": "",
"config_path": "",
"description": "Nx Witness is a professional video management system (VMS) designed for IP cameras and surveillance systems. It provides real-time video streaming, recording, and remote access with an intuitive user interface. The software supports AI-based video analytics, integrates with third-party security systems, and offers advanced search and event management features. It is used for security monitoring, business intelligence, and large-scale surveillance deployments.",
"install_methods": [
{
"type": "default",
"script": "ct/nxwitness.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 8,
"os": "ubuntu",
"version": "24.04"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
"name": "Nx Witness",
"slug": "nxwitness",
"categories": [
15
],
"date_created": "2025-02-13",
"type": "ct",
"updateable": true,
"privileged": true,
"interface_port": 7001,
"documentation": "https://support.networkoptix.com/hc/en-us/articles/360006863413-Access-the-Nx-Witness-User-Manual",
"website": "https://www.networkoptix.com/nx-witness",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/nx-witness.svg",
"config_path": "",
"description": "Nx Witness is a professional video management system (VMS) designed for IP cameras and surveillance systems. It provides real-time video streaming, recording, and remote access with an intuitive user interface. The software supports AI-based video analytics, integrates with third-party security systems, and offers advanced search and event management features. It is used for security monitoring, business intelligence, and large-scale surveillance deployments.",
"install_methods": [
{
"type": "default",
"script": "ct/nxwitness.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 8,
"os": "ubuntu",
"version": "24.04"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

View File

@ -11,7 +11,7 @@
"interface_port": 8443,
"documentation": "https://www.openhab.org/docs/",
"website": "https://www.openhab.org/",
"logo": "",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/openhab.svg",
"config_path": "",
"description": "openHAB is a popular open-source home automation platform that provides a vendor and technology agnostic solution for integrating and automating various smart home devices and services. It supports a wide range of devices and protocols, making it easy to bring together different systems and devices into a unified smart home ecosystem. With its user-friendly interface and powerful automation capabilities, openHAB makes it easy to create custom automations and monitor and control your smart home devices and systems, all from a single interface.",
"install_methods": [

View File

@ -1,40 +1,40 @@
{
"name": "OpenObserve",
"slug": "openobserve",
"categories": [
9
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 5080,
"documentation": null,
"website": "https://openobserve.ai/",
"logo": "",
"config_path": "/opt/openobserve/data/.env",
"description": "OpenObserve is a simple yet sophisticated log search, infrastructure monitoring, and APM solution.",
"install_methods": [
{
"type": "default",
"script": "ct/openobserve.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 3,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Show Login Credentials: `cat /opt/openobserve/data/.env`",
"type": "info"
}
]
"name": "OpenObserve",
"slug": "openobserve",
"categories": [
9
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 5080,
"documentation": null,
"website": "https://openobserve.ai/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/openobserve.svg",
"config_path": "/opt/openobserve/data/.env",
"description": "OpenObserve is a simple yet sophisticated log search, infrastructure monitoring, and APM solution.",
"install_methods": [
{
"type": "default",
"script": "ct/openobserve.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 3,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Show Login Credentials: `cat /opt/openobserve/data/.env`",
"type": "info"
}
]
}