Add JSON for each Script and a metadata.json file (#86)

* Generated JSON from database with changes suggested by maintainers. Includes a categories.json file that contains all the possible categories

* Renamed categories.json to metadata.json
This commit is contained in:
Paul 2024-11-06 20:14:59 +13:00 committed by GitHub
parent 0cd5ff3f3d
commit 4d68c2e1ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
208 changed files with 7474 additions and 0 deletions

34
json/actualbudget.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Actual Budget",
"slug": "actualbudget",
"categories": [
0
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "5006",
"documentation": null,
"website": "https://actualbudget.org/",
"logo": "https://raw.githubusercontent.com/actualbudget/actual/master/packages/desktop-client/public/maskable-512x512.png",
"description": "Actual Budget is a super fast and privacy-focused app for managing your finances. At its heart is the well proven and much loved Envelope Budgeting methodology.",
"install_methods": [
{
"type": "default",
"script": "ct/actualbudget.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

43
json/add-netbird-lxc.json Normal file
View File

@ -0,0 +1,43 @@
{
"name": "NetBird",
"slug": "add-netbird-lxc",
"categories": [
11
],
"date_created": "2024-05-19",
"type": "misc",
"updateable": false,
"privileged": false,
"interface_port": null,
"documentation": "https://docs.netbird.io/",
"website": "https://netbird.io/",
"logo": "https://avatars.githubusercontent.com/u/100464677?s=400&v=4",
"description": "NetBird combines a configuration-free peer-to-peer private network and a centralized access control system in a single platform, making it easy to create secure private networks for your organization or home.",
"install_methods": [
{
"type": "default",
"script": "misc/add-netbird-lxc.sh",
"resources": {
"cpu": null,
"ram": null,
"hdd": null,
"os": null,
"version": null
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "After the script finishes, reboot the LXC then run `netbird up` in the LXC console",
"type": "warning"
},
{
"text": "Execute within the Proxmox shell",
"type": "warning"
}
]
}

View File

@ -0,0 +1,43 @@
{
"name": "Tailscale",
"slug": "add-tailscale-lxc",
"categories": [
11
],
"date_created": "2024-05-02",
"type": "misc",
"updateable": false,
"privileged": false,
"interface_port": null,
"documentation": null,
"website": "https://tailscale.com/",
"logo": "https://avatars.githubusercontent.com/u/48932923?v=4&s=100",
"description": "Tailscale is a software-defined networking solution that enables secure communication between devices over the internet. It creates a virtual private network (VPN) that enables devices to communicate with each other as if they were on the same local network. Tailscale works even when the devices are separated by firewalls or subnets, and provides secure and encrypted communication between devices. With Tailscale, users can connect devices, servers, computers, and cloud instances to create a secure network, making it easier to manage and control access to resources. Tailscale is designed to be easy to set up and use, providing a streamlined solution for secure communication between devices over the internet.",
"install_methods": [
{
"type": "default",
"script": "misc/add-tailscale-lxc.sh",
"resources": {
"cpu": null,
"ram": null,
"hdd": null,
"os": null,
"version": null
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "After the script finishes, reboot the LXC then run `tailscale up` in the LXC console",
"type": "warning"
},
{
"text": "Execute within the Proxmox shell",
"type": "warning"
}
]
}

34
json/adguard.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "AdGuard Home",
"slug": "adguard",
"categories": [
13
],
"date_created": "2024-04-28",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "3000",
"documentation": "https://github.com/AdguardTeam/AdGuardHome/wiki/Getting-Started",
"website": "https://adguard.com/en/adguard-home/overview.html",
"logo": "https://raw.githubusercontent.com/home-assistant/brands/master/core_integrations/adguard/icon.png",
"description": "AdGuard Home is an open-source, self-hosted network-wide ad blocker. It blocks advertisements, trackers, phishing and malware websites, and provides protection against online threats. AdGuard Home is a DNS-based solution, which means it blocks ads and malicious content at the network level, before it even reaches your device. It runs on your home network and can be easily configured and managed through a web-based interface. It provides detailed statistics and logs, allowing you to see which websites are being blocked, and why. AdGuard Home is designed to be fast, lightweight, and easy to use, making it an ideal solution for home users who want to block ads, protect their privacy, and improve the speed and security of their online experience.",
"install_methods": [
{
"type": "default",
"script": "ct/adguard.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "2",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/adventurelog.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "AdventureLog",
"slug": "adventurelog",
"categories": [
0
],
"date_created": "2024-10-26",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "3000",
"documentation": null,
"website": "https://adventurelog.app/",
"logo": "https://raw.githubusercontent.com/seanmorley15/AdventureLog/refs/heads/main/documentation/static/img/favicon.png",
"description": "Adventure Log is an app designed to track outdoor activities and personal achievements, allowing users to log their adventures with photos, notes, and location data. It focuses on enhancing outdoor experiences by preserving memories and sharing them with others.",
"install_methods": [
{
"type": "default",
"script": "ct/adventurelog.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "7",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/agentdvr.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "AgentDVR",
"slug": "agentdvr",
"categories": [
17
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": true,
"interface_port": "8090",
"documentation": null,
"website": "https://www.ispyconnect.com/",
"logo": "https://ispycontent.azureedge.net/img/ispy2.png?raw=true",
"description": "AgentDVR a new video surveillance solution for the Internet Of Things.",
"install_methods": [
{
"type": "default",
"script": "ct/agentdvr.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "8",
"os": "ubuntu",
"version": "22.04"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

39
json/all-templates.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "All Templates",
"slug": "all-templates",
"categories": [
10
],
"date_created": "2024-05-02",
"type": "misc",
"updateable": false,
"privileged": false,
"interface_port": null,
"documentation": null,
"website": null,
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/proxmox.svg",
"description": "A script designed to allow for the creation of one of the many free LXC templates. Great for creating system LXCs.\r\nThe script creates a `*.creds` file in the Proxmox root directory with the password of the newly created LXC.\r\nPlease take note that if you plan to use this script for creating TurnKey LXCs, you'll need to modify the hostname after creation.",
"install_methods": [
{
"type": "default",
"script": "misc/all-templates.sh",
"resources": {
"cpu": null,
"ram": null,
"hdd": null,
"os": null,
"version": null
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Resource and network settings are adjustable post LXC creation.",
"type": "warning"
}
]
}

34
json/alpine.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Alpine",
"slug": "alpine",
"categories": [
9
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": null,
"documentation": null,
"website": "https://www.alpinelinux.org/",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/alpinelinux.svg",
"description": "A security-oriented, lightweight Linux distribution based on musl and BusyBox.\r\nBy default, the root password is set to alpine. If you choose to use advanced settings, you will need to define a password, autologin is currently unavailable.",
"install_methods": [
{
"type": "default",
"script": "ct/alpine.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "0.1",
"os": "alpine",
"version": "3.19"
}
}
],
"default_credentials": {
"username": null,
"password": "alpine"
},
"notes": []
}

View File

@ -0,0 +1,39 @@
{
"name": "Apache-Cassandra",
"slug": "apache-cassandra",
"categories": [
5
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": null,
"documentation": null,
"website": "https://cassandra.apache.org/",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/apachecassandra.svg",
"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": [
{
"type": "default",
"script": "ct/apache-cassandra.sh",
"resources": {
"cpu": "1",
"ram": "2048",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Apache-Cassandra Configuration: `nano /etc/cassandra/cassandra.yaml`",
"type": "warning"
}
]
}

39
json/apache-couchdb.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "Apache-CouchDB",
"slug": "apache-couchdb",
"categories": [
5
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "5984",
"documentation": null,
"website": "https://couchdb.apache.org/",
"logo": "https://couchdb.apache.org/image/couch@2x.png",
"description": "Apache-CouchDB Seamless multi-master sync, that scales from Big Data to Mobile, with an Intuitive HTTP/JSON API and designed for Reliability.",
"install_methods": [
{
"type": "default",
"script": "ct/apache-couchdb.sh",
"resources": {
"cpu": "2",
"ram": "4096",
"hdd": "10",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Show Login Credentials: `cat CouchDB.creds`",
"type": "warning"
}
]
}

34
json/apt-cacher-ng.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Apt-Cacher-NG",
"slug": "apt-cacher-ng",
"categories": [
11
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "3142",
"documentation": null,
"website": "https://www.unix-ag.uni-kl.de/~bloch/acng/",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/linux.svg",
"description": "Apt-Cacher-NG is a caching proxy. Specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions.",
"install_methods": [
{
"type": "default",
"script": "ct/apt-cacher-ng.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "2",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/archivebox.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "ArchiveBox",
"slug": "archivebox",
"categories": [
0
],
"date_created": "2024-10-19",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": null,
"documentation": null,
"website": "https://archivebox.io/",
"logo": "https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/refs/heads/dev/website/icon.png",
"description": "ArchiveBox is an open source tool that lets organizations & individuals archive both public & private web content while retaining control over their data. It can be used to save copies of bookmarks, preserve evidence for legal cases, backup photos from FB/Insta/Flickr or media from YT/Soundcloud/etc., save research papers, and more...",
"install_methods": [
{
"type": "default",
"script": "ct/archivebox.sh",
"resources": {
"cpu": "2",
"ram": "1024",
"hdd": "8",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "archivebox",
"password": "helper-scripts.com"
},
"notes": []
}

39
json/aria2.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "Aria2",
"slug": "aria2",
"categories": [
16
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "6880",
"documentation": null,
"website": "https://aria2.github.io/",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/linux.svg",
"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": [
{
"type": "default",
"script": "ct/aria2.sh",
"resources": {
"cpu": "2",
"ram": "1028",
"hdd": "8",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Within the LXC console, run `cat rpc.secret` to display the rpc-secret. Copy this token and paste it into the Aria2 RPC Secret Token box within the AriaNG Settings. Then, click the reload AriaNG button.",
"type": "warning"
}
]
}

34
json/audiobookshelf.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Audiobookshelf",
"slug": "audiobookshelf",
"categories": [
12
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "13378",
"documentation": null,
"website": "https://www.audiobookshelf.org/",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/audiobookshelf.svg",
"description": "Audiobookshelf is a Self-hosted audiobook and podcast server.",
"install_methods": [
{
"type": "default",
"script": "ct/audiobookshelf.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/autobrr.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Autobrr",
"slug": "autobrr",
"categories": [
16
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "7474",
"documentation": null,
"website": "https://autobrr.com/",
"logo": "https://raw.githubusercontent.com/autobrr/autobrr/master/.github/images/logo.png",
"description": "Autobrr is a torrent downloading tool that automates the process of downloading torrents. It is designed to be modern and user-friendly, providing users with a convenient and efficient way to download torrent files. With Autobrr, you can schedule and manage your torrent downloads, and have the ability to automatically download torrents based on certain conditions, such as time of day or availability of seeds. This can save you time and effort, allowing you to focus on other tasks while your torrents are being downloaded in the background.",
"install_methods": [
{
"type": "default",
"script": "ct/autobrr.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "8",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/bazarr.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Bazarr",
"slug": "bazarr",
"categories": [
12
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "6767",
"documentation": null,
"website": "https://www.bazarr.media/",
"logo": "https://www.bazarr.media/assets/img/logo.png",
"description": "Bazarr is a companion application to Sonarr and Radarr that manages and downloads subtitles based on your requirements.",
"install_methods": [
{
"type": "default",
"script": "ct/bazarr.sh",
"resources": {
"cpu": "2",
"ram": "1024",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

39
json/blocky.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "Blocky",
"slug": "blocky",
"categories": [
13
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "4000",
"documentation": null,
"website": "https://0xerr0r.github.io/blocky/",
"logo": "https://raw.githubusercontent.com/0xERR0R/blocky/main/docs/blocky.svg",
"description": "Blocky is a software tool designed for blocking unwanted ads and trackers on local networks. It functions as a DNS proxy and runs on the Go programming language. Blocky intercepts requests to advertisements and other unwanted content and blocks them before they reach the end user. This results in a cleaner, faster, and more secure online experience for users connected to the local network. Blocky is open-source, easy to configure and can be run on a variety of devices, making it a versatile solution for small to medium-sized local networks.",
"install_methods": [
{
"type": "default",
"script": "ct/blocky.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "2",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Blocky Configuration Path: `/opt/blocky/config.yml`",
"type": "warning"
}
]
}

39
json/bookstack.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "BookStack",
"slug": "bookstack",
"categories": [
14
],
"date_created": "2024-11-05",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "80",
"documentation": null,
"website": "https://www.bookstackapp.com/",
"logo": "https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fassets.stickpng.com%2Fimages%2F6308b74c61b3e2a522f0145e.png&f=1&nofb=1&ipt=7ce7870e5081489216eb3294b735356d1c7ede678f97cadba4392bd96e032170&ipo=images",
"description": "BookStack is a user-friendly documentation platform that offers a simple and intuitive experience. New users should be able to create content with basic word-processing skills. While the platform provides advanced features, they do not interfere with the core simplicity of the user experience.",
"install_methods": [
{
"type": "default",
"script": "ct/bookstack.sh",
"resources": {
"cpu": "1",
"ram": "1024",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "admin@admin.com",
"password": "password"
},
"notes": [
{
"text": "Bookstack works only with static ip. If you Change the IP of your LXC, you Need to edit the .env File `nano /opt/bookstack/.env`",
"type": "warning"
}
]
}

34
json/bunkerweb.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "BunkerWeb",
"slug": "bunkerweb",
"categories": [
11
],
"date_created": "2024-06-12",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": null,
"documentation": null,
"website": "https://www.bunkerweb.io/",
"logo": "https://raw.githubusercontent.com/bunkerity/bunkerweb/v1.5.7/misc/logo.png",
"description": "BunkerWeb is a security-focused web server that enhances web application protection. It guards against common web vulnerabilities like SQL injection, XSS, and CSRF. It features simple setup and configuration using a YAML file, customizable security rules, and provides detailed logs for traffic monitoring and threat detection.",
"install_methods": [
{
"type": "default",
"script": "ct/bunkerweb.sh",
"resources": {
"cpu": "2",
"ram": "1024",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/caddy.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Caddy",
"slug": "caddy",
"categories": [
11
],
"date_created": "2024-05-11",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "80",
"documentation": "https://caddyserver.com/docs/",
"website": "https://caddyserver.com/",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/caddy.svg",
"description": "Caddy is a powerful, extensible platform to serve your sites, services, and apps, written in Go.",
"install_methods": [
{
"type": "default",
"script": "ct/caddy.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "2",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

39
json/calibre-web.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "Calibre-Web",
"slug": "calibre-web",
"categories": [
12
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "8083",
"documentation": null,
"website": "https://github.com/janeczku/calibre-web",
"logo": "https://sasquatters.com/media/2017/04/Calibre-web-banner-768x512.jpg",
"description": "Calibre-Web is a web app for browsing, reading and downloading eBooks stored in a Calibre database.",
"install_methods": [
{
"type": "default",
"script": "ct/calibre-web.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "admin",
"password": "admin123"
},
"notes": [
{
"text": "Add Calibre-Web Extras via `update`",
"type": "warning"
}
]
}

34
json/casaos.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "CasaOS",
"slug": "casaos",
"categories": [
8
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "80",
"documentation": null,
"website": "https://www.casaos.io/",
"logo": "https://wiki.casaos.io/_assets/casaos-no-text.svg",
"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": []
}

34
json/changedetection.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Change Detection",
"slug": "changedetection",
"categories": [
7
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "5000",
"documentation": null,
"website": "https://changedetection.io/",
"logo": "https://github.com/dgtlmoon/changedetection.io/blob/master/changedetectionio/static/images/avatar-256x256.png?raw=true",
"description": "Change Detection is a service that allows you to monitor changes to web pages and receive notifications when changes occur. It can be used for a variety of purposes such as keeping track of online price changes, monitoring news websites for updates, or tracking changes to online forums.",
"install_methods": [
{
"type": "default",
"script": "ct/changedetection.sh",
"resources": {
"cpu": "2",
"ram": "1024",
"hdd": "8",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/channels.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Channels DVR Server",
"slug": "channels",
"categories": [
17
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": true,
"interface_port": "8089",
"documentation": null,
"website": "https://getchannels.com/dvr-server/",
"logo": "https://getchannels.com/a/images/channels-logo.svg",
"description": "Channels DVR Server runs on your computer or NAS device at home. There's no cloud to worry about. Your tv shows and movies will always be available.",
"install_methods": [
{
"type": "default",
"script": "ct/channels.sh",
"resources": {
"cpu": "2",
"ram": "1024",
"hdd": "8",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

39
json/clean-lxcs.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "Proxmox VE LXC Cleaner",
"slug": "clean-lxcs",
"categories": [
1
],
"date_created": "2024-04-29",
"type": "misc",
"updateable": false,
"privileged": false,
"interface_port": null,
"documentation": null,
"website": null,
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/lxc.svg",
"description": "This script provides options to delete logs and cache, and repopulate apt lists for Ubuntu and Debian systems.",
"install_methods": [
{
"type": "default",
"script": "misc/clean-lxcs.sh",
"resources": {
"cpu": null,
"ram": null,
"hdd": null,
"os": null,
"version": null
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Execute within the Proxmox shell",
"type": "warning"
}
]
}

34
json/cloudflared.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Cloudflared",
"slug": "cloudflared",
"categories": [
11
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": null,
"documentation": null,
"website": "https://www.cloudflare.com/",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/cloudflare.svg",
"description": "Cloudflared is a command-line tool that allows you to securely access resources on the Cloudflare network, such as websites and APIs, from your local computer. It works by creating a secure tunnel between your computer and the Cloudflare network, allowing you to access resources as if they were on your local network.",
"install_methods": [
{
"type": "default",
"script": "ct/cloudflared.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "2",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

39
json/cockpit.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "Cockpit",
"slug": "cockpit",
"categories": [
16
],
"date_created": "2024-10-20",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "9090",
"documentation": null,
"website": "https://cockpit-project.org/",
"logo": "https://i0.wp.com/easycode.page/wp-content/uploads/2021/10/cockpit.png?fit=400%2C400&ssl=1",
"description": "Cockpit is a web-based graphical interface for managing Linux servers. It allows users to perform tasks like configuring networks, managing storage, and monitoring system performance directly through a web browser. It integrates with existing system tools, making it suitable for both beginners and experienced admins.",
"install_methods": [
{
"type": "default",
"script": "ct/cockpit.sh",
"resources": {
"cpu": "2",
"ram": "1024",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Set a root password if using autologin. This will be the Cockpit password.`sudo passwd root`",
"type": "warning"
}
]
}

39
json/code-server.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "VS Code Server",
"slug": "code-server",
"categories": [
16
],
"date_created": "2024-05-02",
"type": "misc",
"updateable": false,
"privileged": false,
"interface_port": "8680",
"documentation": null,
"website": null,
"logo": "https://user-images.githubusercontent.com/674621/71187801-14e60a80-2280-11ea-94c9-e56576f76baf.png",
"description": "VS Code Server is a service you can run on a remote development machine, like your desktop PC or a virtual machine (VM). It allows you to securely connect to that remote machine from anywhere through a vscode.dev URL, without the requirement of SSH.",
"install_methods": [
{
"type": "default",
"script": "misc/code-server.sh",
"resources": {
"cpu": null,
"ram": null,
"hdd": null,
"os": null,
"version": null
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Execute within an existing LXC Console",
"type": "warning"
}
]
}

View File

@ -0,0 +1,32 @@
{
"name": "Collabora Online",
"slug": "collabora-online",
"categories": [],
"date_created": "2024-09-05",
"type": "LXC",
"updateable": 1,
"privileged": 0,
"interface_port": "9980",
"documentation": "",
"website": "https://www.collaboraonline.com/collabora-online/",
"logo": "https://wiki.calculate-linux.org/download_images/original/collabora-logo.png",
"description": "Collabora Online is a cloud-based office suite that enables real-time collaboration on documents, spreadsheets, and presentations. It supports multiple formats and integrates with platforms like Nextcloud and SharePoint",
"install_methods": [
{
"type": "default",
"script": "bash -c \"$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/collabora-online.sh)\"",
"resources": {
"cpu": "",
"ram": "",
"hdd": "",
"os": "",
"version": ""
}
}
],
"default_credentials": {
"username": "admin",
"password": "admin"
},
"alerts": []
}

32
json/collabora.json Normal file
View File

@ -0,0 +1,32 @@
{
"name": "Collabora Online",
"slug": "collabora-online",
"categories": [],
"date_created": "2024-09-05",
"type": "LXC",
"updateable": 1,
"privileged": 0,
"interface_port": "9980",
"documentation": "",
"website": "https://www.collaboraonline.com/collabora-online/",
"logo": "https://wiki.calculate-linux.org/download_images/original/collabora-logo.png",
"description": "Collabora Online is a cloud-based office suite that enables real-time collaboration on documents, spreadsheets, and presentations. It supports multiple formats and integrates with platforms like Nextcloud and SharePoint",
"install_methods": [
{
"type": "default",
"script": "bash -c \"$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/collabora-online.sh)\"",
"resources": {
"cpu": "",
"ram": "",
"hdd": "",
"os": "",
"version": ""
}
}
],
"default_credentials": {
"username": "admin",
"password": "admin"
},
"alerts": []
}

34
json/commafeed.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "CommaFeed",
"slug": "commafeed",
"categories": [
0
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "8082",
"documentation": null,
"website": "https://www.commafeed.com/",
"logo": "https://raw.githubusercontent.com/Athou/commafeed/master/commafeed-client/public/app-icon-144.png",
"description": "CommaFeed is a Google Reader inspired self-hosted RSS reader.",
"install_methods": [
{
"type": "default",
"script": "ct/commafeed.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "admin",
"password": "admin"
},
"notes": []
}

View File

@ -0,0 +1,39 @@
{
"name": "Proxmox VE Cron LXC Updater",
"slug": "cron-update-lxcs",
"categories": [
1
],
"date_created": "2024-04-29",
"type": "misc",
"updateable": false,
"privileged": false,
"interface_port": null,
"documentation": null,
"website": null,
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/lxc.svg",
"description": "This script will add/remove a crontab schedule that updates all LXCs every Sunday at midnight.\r\nTo exclude LXCs from updating, edit crontab (crontab -e) and add CTID as shown in the example below:",
"install_methods": [
{
"type": "default",
"script": "misc/cron-update-lxcs.sh",
"resources": {
"cpu": null,
"ram": null,
"hdd": null,
"os": null,
"version": null
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Execute within the Proxmox shell",
"type": "warning"
}
]
}

43
json/cronicle.json Normal file
View File

@ -0,0 +1,43 @@
{
"name": "Cronicle Primary",
"slug": "cronicle",
"categories": [
11
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "3012",
"documentation": null,
"website": "https://github.com/jhuckaby/Cronicle",
"logo": "https://github.com/jhuckaby/Cronicle/blob/master/htdocs/images/logo-128.png?raw=true",
"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": [
{
"type": "default",
"script": "ct/cronicle.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "2",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Primary and Worker Private Keys Must Match.",
"type": "warning"
},
{
"text": "Configuration Path: `/opt/cronicle/conf/config.json`",
"type": "warning"
}
]
}

39
json/crowdsec.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "CrowdSec",
"slug": "crowdsec",
"categories": [
11
],
"date_created": "2024-05-02",
"type": "misc",
"updateable": false,
"privileged": false,
"interface_port": null,
"documentation": null,
"website": "https://crowdsec.net/",
"logo": "https://raw.githubusercontent.com/crowdsecurity/crowdsec-docs/main/crowdsec-docs/static/img/crowdsec_no_txt.png?raw=true",
"description": "CrowdSec is a free and open-source intrusion prevention system (IPS) designed to provide network security against malicious traffic. It is a collaborative IPS that analyzes behaviors and responses to attacks by sharing signals across a community of users. CrowdSec leverages the collective intelligence of its users to detect and respond to security threats in real-time. With CrowdSec, network administrators can set up protection against a wide range of threats, including malicious traffic, bots, and denial-of-service (DoS) attacks. The software is designed to be easy to use and integrate with existing security systems, making it a valuable tool for enhancing the security of any network.",
"install_methods": [
{
"type": "default",
"script": "misc/crowdsec.sh",
"resources": {
"cpu": null,
"ram": null,
"hdd": null,
"os": null,
"version": null
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Execute within an existing LXC Console",
"type": "warning"
}
]
}

34
json/daemonsync.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Daemon Sync Server",
"slug": "daemonsync",
"categories": [
16
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "8084",
"documentation": null,
"website": null,
"logo": "https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fimg.informer.com%2Ficons_mac%2Fpng%2F128%2F350%2F350335.png&f=1&nofb=1",
"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": []
}

34
json/dashy.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Dashy",
"slug": "dashy",
"categories": [
15
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "4000",
"documentation": null,
"website": "https://dashy.to/",
"logo": "https://github.com/Lissy93/dashy/raw/master/public/web-icons/dashy-logo.png",
"description": "Dashy is a solution that helps you organize your self-hosted services by centralizing access to them through a single interface.",
"install_methods": [
{
"type": "default",
"script": "ct/dashy.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "6",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/debian-vm.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Debian 12",
"slug": "debian-vm",
"categories": [
9
],
"date_created": "2024-05-02",
"type": "vm",
"updateable": false,
"privileged": false,
"interface_port": null,
"documentation": null,
"website": "https://www.debian.org/",
"logo": "https://seeklogo.com/images/D/debian-logo-C136FDAF9E-seeklogo.com.png",
"description": "Debian Linux is a distribution that emphasizes free software. It supports many hardware platforms",
"install_methods": [
{
"type": "default",
"script": "vm/debian-vm.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "2G",
"os": null,
"version": null
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/debian.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Debian",
"slug": "debian",
"categories": [
9
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": null,
"documentation": null,
"website": "https://www.debian.org/",
"logo": "https://seeklogo.com/images/D/debian-logo-C136FDAF9E-seeklogo.com.png",
"description": "Debian Linux is a distribution that emphasizes free software. It supports many hardware platforms.",
"install_methods": [
{
"type": "default",
"script": "ct/debian.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "2",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/deconz.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "deCONZ",
"slug": "deconz",
"categories": [
6
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": true,
"interface_port": "80",
"documentation": null,
"website": "https://www.phoscon.de/en/conbee2/software#deconz",
"logo": "https://phoscon.de/img/phoscon-logo128x.svg",
"description": "deCONZ is a software for managing and controlling Zigbee-based smart home devices. It allows for setting up, configuring and visualizing the status of connected devices, as well as for triggering actions and automations. It works as a bridge between the Zigbee network and other home automation systems and can be used as a standalone solution or integrated into existing setups.",
"install_methods": [
{
"type": "default",
"script": "ct/deconz.sh",
"resources": {
"cpu": "2",
"ram": "1024",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/deluge.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Deluge",
"slug": "deluge",
"categories": [
16
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "8112",
"documentation": null,
"website": "https://www.deluge-torrent.org/",
"logo": "https://dev.deluge-torrent.org/chrome/common/deluge_logo.png",
"description": "Deluge is a free, open-source, lightweight BitTorrent client. It supports various platforms including Windows, Linux, and macOS, and offers features such as peer exchange, DHT, and magnet links.",
"install_methods": [
{
"type": "default",
"script": "ct/deluge.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": "deluge"
},
"notes": []
}

47
json/docker.json Normal file
View File

@ -0,0 +1,47 @@
{
"name": "Docker",
"slug": "docker",
"categories": [
8
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": null,
"documentation": null,
"website": "https://www.docker.com/",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/docker.svg",
"description": "Docker is an open-source project for automating the deployment of applications as portable, self-sufficient containers.",
"install_methods": [
{
"type": "default",
"script": "ct/docker.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"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"
},
{
"text": "Run Compose V2 by replacing the hyphen (-) with a space, using `docker compose`, instead of `docker-compose`.",
"type": "warning"
},
{
"text": "Options to Install Portainer and/or Docker Compose V2",
"type": "warning"
}
]
}

43
json/dockge.json Normal file
View File

@ -0,0 +1,43 @@
{
"name": "Dockge",
"slug": "dockge",
"categories": [
8
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "5001",
"documentation": null,
"website": "https://github.com/louislam/dockge",
"logo": "https://raw.githubusercontent.com/louislam/dockge/master/frontend/public/icon.svg",
"description": "Dockge is a fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager.",
"install_methods": [
{
"type": "default",
"script": "ct/dockge.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "18",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Options to add Immich and/or Home Assistant",
"type": "warning"
},
{
"text": "If the LXC is created Privileged, the script will automatically set up USB passthrough.",
"type": "warning"
}
]
}

39
json/emby.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "Emby Media Server",
"slug": "emby",
"categories": [
12
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "8096",
"documentation": null,
"website": "https://emby.media/",
"logo": "https://github.com/home-assistant/brands/blob/master/core_integrations/emby/icon.png?raw=true",
"description": "Emby brings together your personal videos, music, photos, and live television.",
"install_methods": [
{
"type": "default",
"script": "ct/emby.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "8",
"os": "ubuntu",
"version": "22.04"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "With Privileged/Unprivileged Hardware Acceleration Support",
"type": "warning"
}
]
}

34
json/emqx.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "EMQX",
"slug": "emqx",
"categories": [
4
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "18083",
"documentation": null,
"website": "https://www.emqx.io/",
"logo": "https://github.com/hassio-addons/repository/blob/master/emqx/icon.png?raw=true",
"description": "EMQX is an open-source MQTT broker that features a high-performance, real-time message processing engine. It is designed to handle large-scale IoT deployments, providing fast and reliable message delivery for connected devices. EMQX is known for its scalability, reliability, and low latency, making it a popular choice for IoT and M2M applications. It also offers a wide range of features and plugins for enhanced security, monitoring, and management.",
"install_methods": [
{
"type": "default",
"script": "ct/emqx.sh",
"resources": {
"cpu": "2",
"ram": "1024",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "admin",
"password": "public"
},
"notes": []
}

34
json/ersatztv.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "ErsatzTV",
"slug": "ersatztv",
"categories": [
12
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "8409",
"documentation": null,
"website": "https://ersatztv.org/",
"logo": "https://raw.githubusercontent.com/ErsatzTV/ErsatzTV/main/artwork/ersatztv-logo.svg",
"description": "ErsatzTV is software for configuring and streaming custom live channels using your media library.",
"install_methods": [
{
"type": "default",
"script": "ct/ersatztv.sh",
"resources": {
"cpu": "1",
"ram": "1024",
"hdd": "5",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/esphome.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "ESPHome",
"slug": "esphome",
"categories": [
3
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "6052",
"documentation": null,
"website": "https://esphome.io/",
"logo": "https://esphome.io/_static/favicon.ico",
"description": "ESPHome is a platform for controlling ESP8266/ESP32-based devices using configuration files and integrating them with Home Automation systems. It provides a simple and flexible way to set up and manage the functionality of these devices, including defining and automating actions, monitoring sensors, and connecting to networks and other services. ESPHome is designed to be user-friendly and easy to use, and supports a wide range of features and integrations, making it a popular choice for home automation projects and IoT applications.",
"install_methods": [
{
"type": "default",
"script": "ct/esphome.sh",
"resources": {
"cpu": "2",
"ram": "1024",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

39
json/evcc.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "evcc",
"slug": "evcc",
"categories": [
0
],
"date_created": "2024-10-15",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "7070",
"documentation": "https://evcc.io/#devices",
"website": "https://evcc.io/en/",
"logo": "https://docs.evcc.io/en/img/logo.svg",
"description": "EVCC is an open-source tool that manages EV charging, prioritizing solar energy use to reduce costs and optimize charging times. It supports various EVs and chargers, adjusting power automatically based on real-time data.",
"install_methods": [
{
"type": "default",
"script": "ct/evcc.sh",
"resources": {
"cpu": "1",
"ram": "1024",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "entering `evcc configure` in the LXC terminal will guide you through the creation of a configuration file for evcc.",
"type": "warning"
}
]
}

34
json/fenrus.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Fenrus",
"slug": "fenrus",
"categories": [
15
],
"date_created": "2024-05-05",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "5000",
"documentation": null,
"website": "https://github.com/revenz/Fenrus",
"logo": "https://raw.githubusercontent.com/revenz/Fenrus/master/wwwroot/fenrus.svg",
"description": "A personal home page for quick access to all your personal apps/sites.",
"install_methods": [
{
"type": "default",
"script": "ct/fenrus.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/fhem.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "FHEM",
"slug": "fhem",
"categories": [
3
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "8083",
"documentation": null,
"website": "https://fhem.de/",
"logo": "https://avatars.githubusercontent.com/u/45183393?s=100&v=4",
"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": [
{
"type": "default",
"script": "ct/fhem.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "8",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

39
json/filebrowser.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "File Browser",
"slug": "filebrowser",
"categories": [
16
],
"date_created": "2024-05-02",
"type": "misc",
"updateable": false,
"privileged": false,
"interface_port": "8080",
"documentation": null,
"website": "https://filebrowser.org/features",
"logo": "https://github.com/tteck/Proxmox/blob/main/misc/images/filebrowser.png?raw=true",
"description": "File Browser offers a user-friendly web interface for managing files within a designated directory. It allows you to perform various actions such as uploading, deleting, previewing, renaming, and editing files.",
"install_methods": [
{
"type": "default",
"script": "misc/filebrowser.sh",
"resources": {
"cpu": null,
"ram": null,
"hdd": null,
"os": null,
"version": null
}
}
],
"default_credentials": {
"username": "admin",
"password": "changeme"
},
"notes": [
{
"text": "Execute within an existing LXC Console",
"type": "warning"
}
]
}

34
json/flaresolverr.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "FlareSolverr",
"slug": "flaresolverr",
"categories": [
11
],
"date_created": "2024-06-12",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "8191",
"documentation": null,
"website": "https://github.com/FlareSolverr/FlareSolverr",
"logo": "https://raw.githubusercontent.com/FlareSolverr/FlareSolverr/master/resources/flaresolverr_logo.svg",
"description": "FlareSolverr is a proxy server to bypass Cloudflare and DDoS-GUARD protection.",
"install_methods": [
{
"type": "default",
"script": "ct/flaresolverr.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/flowiseai.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "FlowiseAI",
"slug": "flowiseai",
"categories": [
0
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "3000",
"documentation": null,
"website": "https://flowiseai.com/",
"logo": "https://flowiseai.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Flogo-color-high.e60de2f8.png&w=256&q=75",
"description": "FlowiseAI is an open source low-code tool for developers to build customized LLM orchestration flow & AI agents",
"install_methods": [
{
"type": "default",
"script": "ct/flowiseai.sh",
"resources": {
"cpu": "4",
"ram": "4096",
"hdd": "10",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/forgejo.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Forgejo",
"slug": "forgejo",
"categories": [
16
],
"date_created": "2024-06-12",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "3000",
"documentation": null,
"website": "https://forgejo.org/",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/forgejo.svg",
"description": "Forgejo is an open-source, self-hosted Git service that allows individuals and teams to manage their code repositories.",
"install_methods": [
{
"type": "default",
"script": "ct/forgejo.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "10",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

43
json/frigate.json Normal file
View File

@ -0,0 +1,43 @@
{
"name": "Frigate",
"slug": "frigate",
"categories": [
17
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": true,
"interface_port": "5000",
"documentation": null,
"website": "https://frigate.video/",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/frigate.svg",
"description": "Frigate is an open source NVR built around real-time AI object detection. All processing is performed locally on your own hardware, and your camera feeds never leave your home.",
"install_methods": [
{
"type": "default",
"script": "ct/frigate.sh",
"resources": {
"cpu": "4",
"ram": "4096",
"hdd": "20",
"os": "debian",
"version": "11"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Discussions (explore more advanced methods): `https://github.com/tteck/Proxmox/discussions/2711`",
"type": "warning"
},
{
"text": "go2rtc Interface port:`1984`",
"type": "warning"
}
]
}

39
json/fstrim.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "Proxmox VE LXC Filesystem Trim",
"slug": "fstrim",
"categories": [
1
],
"date_created": "2024-04-29",
"type": "misc",
"updateable": false,
"privileged": false,
"interface_port": null,
"documentation": "https://github.com/tteck/Proxmox/discussions/2505#discussion-6226037",
"website": null,
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/lxc.svg",
"description": "This maintains SSD performance by managing unused blocks. Thin-provisioned storage systems also require management to prevent unnecessary storage use. VMs automate fstrim, while LXC containers need manual or automated fstrim processes for optimal performance.\r\nThis is designed to work with SSDs on ext4 filesystems only.",
"install_methods": [
{
"type": "default",
"script": "misc/fstrim.sh",
"resources": {
"cpu": null,
"ram": null,
"hdd": null,
"os": null,
"version": null
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Execute within the Proxmox shell",
"type": "warning"
}
]
}

34
json/gitea.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Gitea",
"slug": "gitea",
"categories": [
16
],
"date_created": "2024-07-26",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "3000",
"documentation": null,
"website": "https://gitea.com",
"logo": "https://gitea.com/gitea/design/raw/branch/main/logo/logo.svg",
"description": "Gitea is a self-hosted Git service. It provides a lightweight and easy-to-install solution for managing Git repositories. Users can collaborate on code, track issues, and manage project tasks. Gitea includes features like pull requests, code reviews, wiki, and project management tools. It is suitable for small to medium-sized teams seeking control over their Git hosting.",
"install_methods": [
{
"type": "default",
"script": "ct/gitea.sh",
"resources": {
"cpu": "1",
"ram": "1024",
"hdd": "8",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

39
json/glances.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "Glances",
"slug": "glances",
"categories": [
7
],
"date_created": "2024-05-02",
"type": "misc",
"updateable": false,
"privileged": false,
"interface_port": "61208",
"documentation": null,
"website": "https://nicolargo.github.io/glances/",
"logo": "https://raw.githubusercontent.com/nicolargo/glances/develop/docs/_static/Glances%20Logo.svg",
"description": "Glances is an open-source system cross-platform monitoring tool. It allows real-time monitoring of various aspects of your system such as CPU, memory, disk, network usage etc.",
"install_methods": [
{
"type": "default",
"script": "misc/glances.sh",
"resources": {
"cpu": null,
"ram": null,
"hdd": null,
"os": null,
"version": null
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Execute within an existing LXC Console",
"type": "warning"
}
]
}

34
json/go2rtc.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "go2rtc",
"slug": "go2rtc",
"categories": [
0
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "1984",
"documentation": null,
"website": "https://github.com/AlexxIT/go2rtc",
"logo": "https://github.com/AlexxIT/go2rtc/blob/master/assets/logo.png?raw=true",
"description": "go2rtc is the ultimate camera streaming application with support RTSP, WebRTC, HomeKit, FFmpeg, RTMP, etc.",
"install_methods": [
{
"type": "default",
"script": "ct/go2rtc.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/gokapi.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Gokapi",
"slug": "gokapi",
"categories": [
16
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "53842",
"documentation": null,
"website": "https://github.com/Forceu/Gokapi",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/linux.svg",
"description": "Gokapi is a lightweight server to share files, which expire after a set amount of downloads or days.",
"install_methods": [
{
"type": "default",
"script": "ct/gokapi.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

43
json/gotify.json Normal file
View File

@ -0,0 +1,43 @@
{
"name": "Gotify",
"slug": "gotify",
"categories": [
0
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "80",
"documentation": null,
"website": "https://gotify.net/",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/gotify.svg",
"description": "Gotify is a simple server for sending and receiving messages",
"install_methods": [
{
"type": "default",
"script": "ct/gotify.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "2",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "admin",
"password": "admin"
},
"notes": [
{
"text": "password: `admin`",
"type": "warning"
},
{
"text": "username: `admin`",
"type": "warning"
}
]
}

34
json/grafana.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Grafana",
"slug": "grafana",
"categories": [
7
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "3000",
"documentation": null,
"website": "https://grafana.com/",
"logo": "https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fdocs.checkmk.com%2Flatest%2Fimages%2Fgrafana_logo.png&f=1&nofb=1",
"description": "Grafana is a data visualization and monitoring platform that enables users to query, visualize, alert on and understand metrics, logs, and other data sources. It integrates with various data sources, including Prometheus, InfluxDB, Elasticsearch, and many others, to present a unified view of the data and enable users to create insightful and interactive dashboards.",
"install_methods": [
{
"type": "default",
"script": "ct/grafana.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "2",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "admin",
"password": "admin"
},
"notes": []
}

34
json/grocy.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "grocy",
"slug": "grocy",
"categories": [
0
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "80",
"documentation": null,
"website": "https://grocy.info/",
"logo": "https://grocy.info/img/grocy_logo.svg",
"description": "grocy is a web-based self-hosted groceries & household management solution for your home. It helps you keep track of your groceries and household items, manage your shopping list, and keep track of your pantry, recipes, meal plans, and more.",
"install_methods": [
{
"type": "default",
"script": "ct/grocy.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "2",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "admin",
"password": "admin"
},
"notes": []
}

39
json/haos-vm.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "Home Assistant OS",
"slug": "haos-vm",
"categories": [
2
],
"date_created": "2024-04-29",
"type": "vm",
"updateable": false,
"privileged": false,
"interface_port": "8123",
"documentation": "https://www.home-assistant.io/docs/",
"website": "https://www.home-assistant.io/",
"logo": "https://avatars.githubusercontent.com/u/13844975?s=200&v=4",
"description": "This script automates the process of creating a Virtual Machine (VM) using the official KVM (qcow2) disk image provided by the Home Assistant Team. It involves finding, downloading, and extracting the image, defining user-defined settings, importing and attaching the disk, setting the boot order, and starting the VM. It supports various storage types, and does not involve any hidden installations. After the script completes, click on the VM, then on the Summary tab to find the VM IP.",
"install_methods": [
{
"type": "default",
"script": "vm/haos-vm.sh",
"resources": {
"cpu": "2",
"ram": "4096",
"hdd": "32G",
"os": null,
"version": null
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "The disk must have a minimum size of 32GB and its size cannot be changed during the creation of the VM.",
"type": "warning"
}
]
}

39
json/headscale.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "Headscale",
"slug": "headscale",
"categories": [
11
],
"date_created": "2024-05-13",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": null,
"documentation": "https://headscale.net/",
"website": "https://github.com/juanfont/headscale",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/headscale.svg",
"description": "An open source, self-hosted implementation of the Tailscale control server",
"install_methods": [
{
"type": "default",
"script": "ct/headscale.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "2",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Configuration settings: `/etc/headscale/config.yaml`",
"type": "warning"
}
]
}

View File

@ -0,0 +1,34 @@
{
"name": "Heimdall Dashboard",
"slug": "heimdall-dashboard",
"categories": [
15
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "7990",
"documentation": null,
"website": "https://heimdall.site/",
"logo": "https://github.com/tteck/Proxmox/blob/main/misc/images/heimdall.png?raw=true",
"description": "Heimdall Dashboard is a self-hosted, web-based dashboard for managing and monitoring the health of applications and servers. It allows you to keep track of the status of your systems from a single, centralized location, and receive notifications when things go wrong. With Heimdall Dashboard, you have full control over your data and can customize it to meet your specific needs. Self-hosting the dashboard gives you the flexibility to run it on your own infrastructure, making it a suitable solution for organizations that prioritize data security and privacy.",
"install_methods": [
{
"type": "default",
"script": "ct/heimdall-dashboard.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "2",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/hivemq.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "HiveMQ CE",
"slug": "hivemq",
"categories": [
4
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "1883",
"documentation": null,
"website": "https://www.hivemq.com/",
"logo": "https://hivemq.com/img/svg/hivemq-bee.svg",
"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": []
}

34
json/homarr.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Homarr",
"slug": "homarr",
"categories": [
15
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "3000",
"documentation": null,
"website": "https://homarr.dev/",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/homarr.svg",
"description": "Homarr is a sleek, modern dashboard that puts all of your apps and services at your fingertips.",
"install_methods": [
{
"type": "default",
"script": "ct/homarr.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "8",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

View File

@ -0,0 +1,47 @@
{
"name": "Home Assistant Core",
"slug": "homeassistant-core",
"categories": [
2
],
"date_created": "2024-04-29",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "8123",
"documentation": "https://www.home-assistant.io/docs/",
"website": "https://www.home-assistant.io/",
"logo": "https://avatars.githubusercontent.com/u/13844975?s=200&v=4",
"description": "A standalone installation of Home Assistant Core refers to a setup where the Home Assistant Core software is installed directly on a device or operating system, without the use of Docker containers. This provides a simpler, but less flexible and scalable solution, as the software is tightly coupled with the underlying system.\r\n\r\n\ud83d\udec8 If the LXC is created Privileged, the script will automatically set up USB passthrough.",
"install_methods": [
{
"type": "default",
"script": "ct/homeassistant-core.sh",
"resources": {
"cpu": "2",
"ram": "1024",
"hdd": "8",
"os": "ubuntu",
"version": "24.04"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "config path: `/root/.homeassistant`",
"type": "warning"
},
{
"text": "Requires `6.8.4-3-pve` or newer kernel",
"type": "warning"
},
{
"text": "Use Ubuntu 24.04 ONLY",
"type": "warning"
}
]
}

43
json/homeassistant.json Normal file
View File

@ -0,0 +1,43 @@
{
"name": "Home Assistant Container",
"slug": "homeassistant",
"categories": [
2
],
"date_created": "2024-04-29",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "8123",
"documentation": "https://www.home-assistant.io/docs/",
"website": "https://www.home-assistant.io/",
"logo": "https://avatars.githubusercontent.com/u/13844975?s=200&v=4",
"description": "A standalone container-based installation of Home Assistant Core means that the software is installed inside a Docker container, separate from the host operating system. This allows for flexibility and scalability, as well as improved security, as the container can be easily moved or isolated from other processes on the host.",
"install_methods": [
{
"type": "default",
"script": "ct/homeassistant.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "16",
"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"
},
{
"text": "config path: `/var/lib/docker/volumes/hass_config/_data`",
"type": "warning"
}
]
}

34
json/homebox.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "HomeBox",
"slug": "homebox",
"categories": [
14
],
"date_created": "2024-09-16",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "7745",
"documentation": null,
"website": "https://homebox.software/en/",
"logo": "https://homebox.software/lilbox.svg",
"description": "HomeBox is a simple, home-focused inventory management software. It allows users to organize and track household items by adding, updating, or deleting them. Features include optional details like warranty info, CSV import/export, custom labels, locations, and multi-tenant support for sharing with others. It\u2019s designed to be fast, easy to use, and portable.",
"install_methods": [
{
"type": "default",
"script": "ct/homebox.sh",
"resources": {
"cpu": "1",
"ram": "1024",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/homebridge.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Homebridge",
"slug": "homebridge",
"categories": [
3
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "8581",
"documentation": null,
"website": "https://homebridge.io/",
"logo": "https://raw.githubusercontent.com/homebridge/branding/master/logos/homebridge-color-round-stylized.png",
"description": "Homebridge is a popular open-source software platform that enables you to integrate smart home devices and services that do not natively support Apple's HomeKit protocol into the HomeKit ecosystem. This allows you to control and automate these devices using Siri, the Home app, or other HomeKit-enabled apps, making it easy to bring together a variety of different devices into a unified smart home system. With Homebridge, you can expand the capabilities of your smart home, unlocking new possibilities for automating and controlling your devices and systems.",
"install_methods": [
{
"type": "default",
"script": "ct/homebridge.sh",
"resources": {
"cpu": "1",
"ram": "1024",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "admin",
"password": "admin"
},
"notes": []
}

39
json/homepage.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "Homepage",
"slug": "homepage",
"categories": [
15
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "3000",
"documentation": "https://gethomepage.dev/latest/configs/",
"website": "https://github.com/benphelps/homepage",
"logo": "https://avatars.githubusercontent.com/u/122929872?v=4",
"description": "Homepage is a self-hosted dashboard solution for centralizing and organizing data and information.",
"install_methods": [
{
"type": "default",
"script": "ct/homepage.sh",
"resources": {
"cpu": "2",
"ram": "1024",
"hdd": "3",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Configuration (bookmarks.yaml, services.yaml, widgets.yaml) path: `/opt/homepage/config/`",
"type": "warning"
}
]
}

39
json/homer.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "Homer",
"slug": "homer",
"categories": [
15
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "8010",
"documentation": null,
"website": "https://github.com/bastienwirtz/homer#---------homer",
"logo": "https://raw.githubusercontent.com/bastienwirtz/homer/main/public/assets/icons/logo.svg",
"description": "Homer is a simple and lightweight static homepage generator that allows you to create and manage a home page for your server. It uses a YAML configuration file to define the layout and content of your homepage, making it easy to set up and customize. The generated homepage is static, meaning it does not require any server-side processing, making it fast and efficient to serve. Homer is designed to be a flexible and low-maintenance solution for organizing and accessing your services and information from a single, centralized location.",
"install_methods": [
{
"type": "default",
"script": "ct/homer.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "2",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Configuration Path: `/opt/homer/assets/config.yml`",
"type": "warning"
}
]
}

39
json/host-backup.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "Proxmox VE Host Backup",
"slug": "host-backup",
"categories": [
1
],
"date_created": "2024-04-29",
"type": "misc",
"updateable": false,
"privileged": false,
"interface_port": null,
"documentation": null,
"website": null,
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/bash-dark.svg",
"description": "This script serves as a versatile backup utility, enabling users to specify both the backup path and the directory they want to work in. This flexibility empowers users to select the specific files and directories they wish to back up, making it compatible with a wide range of hosts, not limited to Proxmox.",
"install_methods": [
{
"type": "default",
"script": "misc/host-backup.sh",
"resources": {
"cpu": null,
"ram": null,
"hdd": null,
"os": null,
"version": null
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Execute within the Proxmox shell",
"type": "warning"
}
]
}

34
json/hyperhdr.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "HyperHDR",
"slug": "hyperhdr",
"categories": [
0
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": true,
"interface_port": "8090",
"documentation": null,
"website": "https://github.com/awawa-dev/HyperHDR",
"logo": "https://raw.githubusercontent.com/awawa-dev/HyperHDR/master/resources/icons/hyperhdr-icon-256px.png",
"description": "HyperHDR is a highly optimized open source ambient lighting implementation based on modern digital video and audio stream analysis.",
"install_methods": [
{
"type": "default",
"script": "ct/hyperhdr.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/hyperion.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Hyperion",
"slug": "hyperion",
"categories": [
0
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "8090",
"documentation": null,
"website": null,
"logo": "https://github.com/hyperion-project/hyperion.ng/raw/master/doc/logo_dark.png?raw=true",
"description": "Hyperion is an opensource Ambient Lighting implementation. It supports many LED devices and video grabbers.",
"install_methods": [
{
"type": "default",
"script": "ct/hyperion.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "2",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/influxdb.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "InfluxDB",
"slug": "influxdb",
"categories": [
5
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "8086",
"documentation": null,
"website": "https://www.influxdata.com/",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/influx.svg",
"description": "InfluxDB is designed to handle high write and query loads, and is optimized for storing and analyzing time-stamped data, such as metrics, events, and logs. InfluxDB supports SQL-like query language and has a built-in HTTP API for data ingestion and retrieval. It's commonly used for IoT and industrial applications where time-series data is involved.\r\n\r\nTelegraf is a server agent that collects, processes, and aggregates metrics and events data from different sources, such as systems, databases, and APIs, and outputs the data to various outputs, such as InfluxDB, Prometheus, Elasticsearch, and many others.",
"install_methods": [
{
"type": "default",
"script": "ct/influxdb.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "8",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/iobroker.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "ioBroker",
"slug": "iobroker",
"categories": [
3
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "8081",
"documentation": null,
"website": "https://www.iobroker.net/#en/intro",
"logo": "https://raw.githubusercontent.com/ioBroker/ioBroker/master/img/logos/ioBroker_Logo_256px.png",
"description": "ioBroker is an open-source platform for building and managing smart home automation systems. It provides a centralized control and management interface for connected devices, sensors, and other IoT devices. ioBroker integrates with a wide range of popular smart home systems, devices, and services, making it easy to automate tasks and processes, monitor and control devices, and collect and analyze data from a variety of sources. With its flexible architecture and easy-to-use interface, ioBroker is designed to make it simple for users to build and customize their own smart home automation systems, regardless of their technical background or experience.",
"install_methods": [
{
"type": "default",
"script": "ct/iobroker.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "8",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

39
json/iventoy.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "iVentoy",
"slug": "iventoy",
"categories": [
11
],
"date_created": "2024-05-16",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "26000",
"documentation": null,
"website": "https://www.iventoy.com/",
"logo": "https://www.iventoy.com/static/img/iventoy.png",
"description": "iVentoy is an upgraded PXE server that allows simultaneous OS booting and installation on multiple machines via network. It is user-friendly, requiring only the placement of ISO files in a designated folder and selecting PXE boot on the client machine. iVentoy supports x86 Legacy BIOS, IA32 UEFI, x86_64 UEFI, and ARM64 UEFI modes. It is compatible with over 110 OS types, including Windows, WinPE, Linux, and VMware.",
"install_methods": [
{
"type": "default",
"script": "ct/iventoy.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "2",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Container must be privileged.",
"type": "warning"
}
]
}

34
json/jackett.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Jackett",
"slug": "jackett",
"categories": [
16
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "9117",
"documentation": null,
"website": "https://github.com/Jackett/Jackett",
"logo": "https://raw.githubusercontent.com/Jackett/Jackett/master/src/Jackett.Common/Content/jacket_medium.png",
"description": "Jackett supports a wide range of trackers, including popular ones like The Pirate Bay, RARBG, and Torrentz2, as well as many private trackers. It can be integrated with several BitTorrent clients, including qBittorrent, Deluge, and uTorrent, among others.",
"install_methods": [
{
"type": "default",
"script": "ct/jackett.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "2",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

43
json/jellyfin.json Normal file
View File

@ -0,0 +1,43 @@
{
"name": "Jellyfin Media Server",
"slug": "jellyfin",
"categories": [
12
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "8096",
"documentation": null,
"website": null,
"logo": "https://github.com/home-assistant/brands/blob/master/core_integrations/jellyfin/icon.png?raw=true",
"description": null,
"install_methods": [
{
"type": "default",
"script": "ct/jellyfin.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "8",
"os": "ubuntu",
"version": "22.04"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "With Privileged/Unprivileged Hardware Acceleration Support",
"type": "warning"
},
{
"text": "FFmpeg path: /usr/lib/jellyfin-ffmpeg/ffmpeg",
"type": "warning"
}
]
}

34
json/jellyseerr.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Jellyseerr",
"slug": "jellyseerr",
"categories": [
12
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "5055",
"documentation": null,
"website": "https://github.com/Fallenbagel/jellyseerr",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/jellyseerr.svg",
"description": "Jellyseerr is a free and open source software application for managing requests for your media library. It is a a fork of Overseerr built to bring support for Jellyfin & Emby media servers.",
"install_methods": [
{
"type": "default",
"script": "ct/jellyseerr.sh",
"resources": {
"cpu": "4",
"ram": "4096",
"hdd": "8",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/kavita.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Kavita",
"slug": "kavita",
"categories": [
14
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "5000",
"documentation": null,
"website": "https://www.kavitareader.com/",
"logo": "https://raw.githubusercontent.com/Kareadita/Kavita/develop/Logo/kavita.svg",
"description": "Kavita is a fast, feature rich, cross platform reading server. Built with a focus for manga, and the goal of being a full solution for all your reading needs.",
"install_methods": [
{
"type": "default",
"script": "ct/kavita.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "8",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

39
json/kernel-clean.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "Proxmox VE Kernel Clean",
"slug": "kernel-clean",
"categories": [
1
],
"date_created": "2024-04-29",
"type": "misc",
"updateable": false,
"privileged": false,
"interface_port": null,
"documentation": null,
"website": null,
"logo": "https://raw.githubusercontent.com/home-assistant/brands/master/core_integrations/proxmoxve/icon.png",
"description": "Cleaning unused kernel images is beneficial for reducing the length of the GRUB menu and freeing up disk space. By removing old, unused kernels, the system is able to conserve disk space and streamline the boot process.",
"install_methods": [
{
"type": "default",
"script": "misc/kernel-clean.sh",
"resources": {
"cpu": null,
"ram": null,
"hdd": null,
"os": null,
"version": null
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Execute within the Proxmox shell",
"type": "warning"
}
]
}

39
json/kernel-pin.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "Proxmox VE Kernel Pin",
"slug": "kernel-pin",
"categories": [
1
],
"date_created": "2024-05-08",
"type": "misc",
"updateable": false,
"privileged": false,
"interface_port": null,
"documentation": null,
"website": null,
"logo": "https://raw.githubusercontent.com/home-assistant/brands/master/core_integrations/proxmoxve/icon.png",
"description": "Kernel Pin is an essential tool for effortlessly managing kernel pinning and unpinning.",
"install_methods": [
{
"type": "default",
"script": "misc/kernel-pin.sh",
"resources": {
"cpu": null,
"ram": null,
"hdd": null,
"os": null,
"version": null
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Execute within the Proxmox shell",
"type": "warning"
}
]
}

39
json/keycloak.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "Keycloak",
"slug": "keycloak",
"categories": [
11
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "8080",
"documentation": null,
"website": "https://www.keycloak.org/",
"logo": "https://www.keycloak.org/resources/images/logo.svg",
"description": "Keycloak is an open-source identity and access management solution that provides centralized authentication and authorization for modern applications and services. It enables organizations to secure their applications and services with a single sign-on (SSO) solution, reducing the need for users to remember multiple login credentials. Keycloak supports various authentication protocols, including SAML, OAuth, and OpenID Connect, and integrates with a wide range of applications and services. With Keycloak, administrators can manage user identities, define security policies, and monitor access to their applications and services. The software is designed to be scalable, flexible, and easy to use, making it a valuable tool for enhancing the security and usability of modern applications and services.",
"install_methods": [
{
"type": "default",
"script": "ct/keycloak.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "First start can take a few minutes",
"type": "warning"
}
]
}

34
json/kubo.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Kubo",
"slug": "kubo",
"categories": [
16
],
"date_created": "2024-06-27",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": null,
"documentation": null,
"website": "https://github.com/ipfs/kubo",
"logo": "https://user-images.githubusercontent.com/157609/250148884-d6d12db8-fdcf-4be3-8546-2550b69845d8.png",
"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": [
{
"type": "default",
"script": "ct/kubo.sh",
"resources": {
"cpu": "2",
"ram": "4096",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/lazylibrarian.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "LazyLibrarian",
"slug": "lazylibrarian",
"categories": [
12
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "5299",
"documentation": null,
"website": "https://gitlab.com/LazyLibrarian/LazyLibrarian",
"logo": "https://gitlab.com/uploads/-/system/project/avatar/9317860/ll.png",
"description": "LazyLibrarian is a SickBeard, CouchPotato, Headphones-like application for ebooks, audiobooks and magazines.",
"install_methods": [
{
"type": "default",
"script": "ct/lazylibrarian.sh",
"resources": {
"cpu": "2",
"ram": "1024",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/lidarr.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Lidarr",
"slug": "lidarr",
"categories": [
12
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "8686",
"documentation": null,
"website": "https://lidarr.audio/",
"logo": "https://raw.githubusercontent.com/Lidarr/Lidarr/develop/Logo/256.png",
"description": "Lidarr is a music management tool designed for Usenet and BitTorrent users. It allows users to manage and organize their music collection with ease. Lidarr integrates with popular Usenet and BitTorrent clients, such as Sonarr and Radarr, to automate the downloading and organizing of music files. The software provides a web-based interface for managing and organizing music, making it easy to search and find songs, albums, and artists. Lidarr also supports metadata management, including album art, artist information, and lyrics, making it easy for users to keep their music collection organized and up-to-date. The software is designed to be easy to use and provides a simple and intuitive interface for managing and organizing music collections, making it a valuable tool for music lovers who want to keep their collection organized and up-to-date. With Lidarr, users can enjoy their music collection from anywhere, making it a powerful tool for managing and sharing music files.",
"install_methods": [
{
"type": "default",
"script": "ct/lidarr.sh",
"resources": {
"cpu": "2",
"ram": "1024",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

39
json/linkwarden.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "Linkwarden",
"slug": "linkwarden",
"categories": [
15
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "3000",
"documentation": null,
"website": "https://linkwarden.app/",
"logo": "https://raw.githubusercontent.com/linkwarden/linkwarden/main/assets/logo.png",
"description": "Linkwarden is a fully self-hostable, open-source collaborative bookmark manager to collect, organize and archive webpages.",
"install_methods": [
{
"type": "default",
"script": "ct/linkwarden.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "8",
"os": "ubuntu",
"version": "22.04"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Show Database/Adminer Credentials: `cat linkwarden.creds`",
"type": "warning"
}
]
}

34
json/lldap.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "lldap",
"slug": "lldap",
"categories": [
11
],
"date_created": "2024-08-06",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "17170",
"documentation": null,
"website": "https://github.com/lldap/lldap",
"logo": "https://avatars.githubusercontent.com/u/129409591?s=64&v=4",
"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": [
{
"type": "default",
"script": "ct/lldap.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "admin",
"password": "password"
},
"notes": []
}

39
json/mafl.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "Mafl",
"slug": "mafl",
"categories": [
15
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "3000",
"documentation": null,
"website": "https://mafl.hywax.space/",
"logo": "https://raw.githubusercontent.com/hywax/mafl/main/docs/public/logotype.svg",
"description": "Mafl is an intuitive service for organizing your homepage. Customize Mafl to your individual needs and work even more efficiently!",
"install_methods": [
{
"type": "default",
"script": "ct/mafl.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "6",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Configuration Path: `/opt/mafl/data/config.yml`\r\n",
"type": "warning"
}
]
}

39
json/magicmirror.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "MagicMirror Server",
"slug": "magicmirror",
"categories": [
0
],
"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://github.com/MichMich/MagicMirror/raw/master/.github/header.png",
"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": "warning"
}
]
}

34
json/mariadb.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Mariadb",
"slug": "mariadb",
"categories": [
5
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "3306",
"documentation": null,
"website": "https://mariadb.org/",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/mariadb.svg",
"description": "MariaDB is a fork of the popular MySQL database management system that is developed and maintained by the open-source community. It is also commercially supported, offering enterprise-level features and support for organizations that require them. MariaDB aims to maintain high compatibility with MySQL, ensuring a drop-in replacement capability.",
"install_methods": [
{
"type": "default",
"script": "ct/mariadb.sh",
"resources": {
"cpu": "1",
"ram": "1024",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

39
json/matterbridge.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "Matterbridge",
"slug": "matterbridge",
"categories": [
6
],
"date_created": "2024-06-12",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "8283",
"documentation": null,
"website": "https://github.com/Luligu/matterbridge",
"logo": "https://raw.githubusercontent.com/Luligu/matterbridge/main/frontend/public/matterbridge%20624x624.png",
"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"
}
]
}

34
json/mediamtx.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "MediaMTX",
"slug": "mediamtx",
"categories": [
12
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": null,
"documentation": "https://github.com/bluenviron/mediamtx/blob/main/README.md",
"website": "https://github.com/bluenviron/mediamtx",
"logo": "https://raw.githubusercontent.com/bluenviron/mediamtx/main/logo.png",
"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": [
{
"type": "default",
"script": "ct/mediamtx.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/medusa.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Medusa",
"slug": "medusa",
"categories": [
12
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "8081",
"documentation": null,
"website": "https://pymedusa.com/",
"logo": "https://cdn.jsdelivr.net/gh/pymedusa/medusa.github.io@4360d494/images/logo/new-logo.png",
"description": "Medusa is an automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic: automatic torrent/nzb searching, downloading, and processing at the qualities you want.",
"install_methods": [
{
"type": "default",
"script": "ct/medusa.sh",
"resources": {
"cpu": "2",
"ram": "1024",
"hdd": "6",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/memos.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Memos",
"slug": "memos",
"categories": [
14
],
"date_created": "2024-10-31",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "9030",
"documentation": null,
"website": "https://www.usememos.com/",
"logo": "https://camo.githubusercontent.com/aa5a8cac358e3448ef7bad80fc178699841913ec438ed0ddfe18f867f931d7ee/68747470733a2f2f7777772e7573656d656d6f732e636f6d2f6c6f676f2d726f756e6465642e706e67",
"description": "Memos is an open-source, self-hosted platform designed for fast, privacy-focused note-taking. Users can create, organize, and format notes with Markdown, which are securely stored in a local database. It\u2019s lightweight and customizable, built for quick access and adaptability to individual or team needs.",
"install_methods": [
{
"type": "default",
"script": "ct/memos.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "7",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

34
json/meshcentral.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "MeshCentral",
"slug": "meshcentral",
"categories": [
11
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "80",
"documentation": null,
"website": "https://meshcentral.com/",
"logo": "https://github.com/Ylianst/MeshCentral/blob/master/public/favicon-303x303.png?raw=true",
"description": "MeshCentral is a web-based computer management platform that provides remote control and management capabilities for computers. It allows administrators to manage and control computers over a local network or the internet through a single, centralized web-based interface. With MeshCentral, users can monitor the status of computers, perform remote administration tasks, and control the power state of machines. The software supports various operating systems and provides real-time updates and alerts to keep administrators informed of the status of their systems. MeshCentral is designed to provide an easy-to-use, scalable, and secure solution for remote computer management, making it a valuable tool for IT administrators, helpdesk support, and remote workers.",
"install_methods": [
{
"type": "default",
"script": "ct/meshcentral.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "2",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}

23
json/metadata.json Normal file
View File

@ -0,0 +1,23 @@
{
"categories":
[
{"name": "Miscellaneous", "id": 0, "sort_order": 99.0},
{"name": "Proxmox VE Tools", "id": 1, "sort_order": 1.0},
{"name": "Home Assistant", "id": 2, "sort_order": 2.0},
{"name": "Automation", "id": 3, "sort_order": 3.0},
{"name": "MQTT", "id": 4, "sort_order": 4.0},
{"name": "Database", "id": 5, "sort_order": 5.0},
{"name": "Zigbee - Zwave", "id": 6, "sort_order": 6.0},
{"name": "Monitoring - Analytics", "id": 7, "sort_order": 7.0},
{"name": "Docker - Kubernetes", "id": 8, "sort_order": 8.0},
{"name": "Operating System", "id": 9, "sort_order": 9.0},
{"name": "TurnKey", "id": 10, "sort_order": 10.0},
{"name": "Server - Networking", "id": 11, "sort_order": 11.0},
{"name": "Media - Photo", "id": 12, "sort_order": 12.0},
{"name": "AdBlocker - DNS", "id": 13, "sort_order": 13.0},
{"name": "Document - Notes", "id": 14, "sort_order": 14.0},
{"name": "Dashboards", "id": 15, "sort_order": 15.0},
{"name": "File - Code", "id": 16, "sort_order": 16.0},
{"name": "NVR - DVR", "id": 17, "sort_order": 17.0}
]
}

Some files were not shown because too many files have changed in this diff Show More