21 Commits

Author SHA1 Message Date
ProxMenuxBot 8fb05858c8 Update helpers_cache.json 2026-05-22 12:45:25 +00:00
ProxMenuxBot d0d0f30d64 Update helpers_cache.json 2026-05-21 18:35:52 +00:00
ProxMenuxBot 04185f9a31 Update helpers_cache.json 2026-05-21 13:02:35 +00:00
ProxMenuxBot 5227a1370c Update helpers_cache.json 2026-05-20 12:47:52 +00:00
ProxMenuxBot c33f306944 Update helpers_cache.json 2026-05-19 13:01:03 +00:00
ProxMenuxBot 3306780507 Update helpers_cache.json 2026-05-19 07:09:35 +00:00
ProxMenuxBot 84d7b60cd2 Update helpers_cache.json 2026-05-18 18:34:18 +00:00
ProxMenuxBot 0d435a5d4a Update helpers_cache.json 2026-05-18 13:08:58 +00:00
ProxMenuxBot 4994543d56 Update helpers_cache.json 2026-05-18 07:19:20 +00:00
ProxMenuxBot 026ceab2ef Update helpers_cache.json 2026-05-18 00:31:31 +00:00
ProxMenuxBot c92bf504fb Update helpers_cache.json 2026-05-17 12:17:49 +00:00
ProxMenuxBot a7eac42c9d Update helpers_cache.json 2026-05-17 00:30:19 +00:00
ProxMenuxBot f20550d5f6 Update helpers_cache.json 2026-05-14 18:35:05 +00:00
ProxMenuxBot 742b08c86d Update helpers_cache.json 2026-05-13 12:40:43 +00:00
ProxMenuxBot a85ddcd6c1 Update helpers_cache.json 2026-05-13 00:31:38 +00:00
ProxMenuxBot 758ac4ab62 Update helpers_cache.json 2026-05-12 00:29:10 +00:00
ProxMenuxBot 56e5d7ff54 Update helpers_cache.json 2026-05-11 18:35:26 +00:00
ProxMenuxBot 596a8ba21d Update helpers_cache.json 2026-05-11 12:55:43 +00:00
ProxMenuxBot 19b67b3c8a Update helpers_cache.json 2026-05-11 07:07:56 +00:00
ProxMenuxBot eaa97ce301 Update helpers_cache.json 2026-05-11 00:29:24 +00:00
ProxMenuxBot a05d16a789 Update helpers_cache.json 2026-05-10 12:16:31 +00:00
+603 -95
View File
@@ -344,6 +344,41 @@
"config_path": "/opt/adventurelog/backend/server/.env",
"os": "debian"
},
{
"name": "AFFiNE",
"slug": "affine",
"desc": "Open-source, privacy-first workspace for notes, docs, and knowledge management with offline-first design and end-to-end encryption.",
"script": "ct/affine.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/affine.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/affine.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00012"
],
"category_names": [
"Documents & Notes"
],
"notes": [
"Initial build takes 20-30 minutes due to native module compilation."
],
"warnings": [
"Requires at least 8GB RAM for building and 4GB for runtime."
],
"port": 3010,
"website": "https://affine.pro/",
"documentation": "https://affine.pro/docs",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/affine.webp",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"execute_in": [
"lxc"
],
"config_path": "",
"os": "debian"
},
{
"name": "AgentDVR",
"slug": "agentdvr",
@@ -375,6 +410,46 @@
"config_path": "/opt/agentdvr/agent/Media/XML/config.json",
"os": "debian"
},
{
"name": "AliasVault",
"slug": "aliasvault",
"desc": "AliasVault is an open-source, end-to-end encrypted password manager and email alias service. It features a zero-knowledge architecture where your master password never leaves your device, a built-in SMTP server for alias email addresses, browser extensions with autofill, and native iOS/Android apps.",
"script": "ct/aliasvault.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/aliasvault.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/aliasvault.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00006"
],
"category_names": [
"Authentication & Security"
],
"notes": [
"To receive alias emails, configure your domain's MX record to point to this server and update PRIVATE_EMAIL_DOMAINS in /opt/aliasvault/.env."
],
"warnings": [
"The initial installation builds AliasVault from source and takes 1530 minutes. Do not interrupt the process.",
"The admin password is auto-generated during installation and displayed in the installation output. Save it immediately."
],
"port": 443,
"website": "https://aliasvault.net/",
"documentation": "https://docs.aliasvault.net/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/aliasvault.webp",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"execute_in": [
"lxc"
],
"config_path": "",
"default_credentials": {
"username": "admin",
"password": ""
},
"os": "debian"
},
{
"name": "All Templates",
"slug": "all-templates",
@@ -1277,6 +1352,39 @@
"config_path": "/root/aria2.daemon",
"os": "debian"
},
{
"name": "ARR-Stack",
"slug": "arr-stack",
"desc": "Proxmox VE Helper Scripts for setting up a stack of applications for use with Prowlarr, Sonarr, Radarr, Lidarr, Seerr, and qBittorrent.",
"script": "tools/pve/arr-stack.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/arr-stack.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/tools/pve/arr-stack.sh",
"type": "pve",
"type_id": "1uyjfno0fpf5buh",
"categories": [
"scriptcat00012"
],
"category_names": [
"Documents & Notes"
],
"notes": [
"This script will prompt you to select the applications you want to install and configure the network settings."
],
"warnings": [],
"port": 3010,
"website": "https://community-scripts.org",
"documentation": "community-scripts/ProxmoxVED/blob/main/tools/arr-stack.sh",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/ProxmoxVE.webp",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"execute_in": [
"lxc"
],
"config_path": "",
"os": "debian"
},
{
"name": "Asterisk",
"slug": "asterisk",
@@ -1403,7 +1511,7 @@
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"is_dev": false,
"execute_in": [
"lxc"
],
@@ -1876,7 +1984,7 @@
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"is_dev": false,
"execute_in": [
"lxc"
],
@@ -2658,7 +2766,7 @@
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"is_dev": false,
"execute_in": [
"lxc"
],
@@ -3398,6 +3506,39 @@
"config_path": "/opt/cryptpad/config/config.js",
"os": "debian"
},
{
"name": "CyberChef",
"slug": "cyberchef",
"desc": "The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis",
"script": "ct/cyberchef.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/cyberchef.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/cyberchef.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00006",
"scriptcat00020"
],
"category_names": [
"Authentication & Security",
"AI / Coding & Dev-Tools"
],
"notes": [],
"warnings": [],
"port": 80,
"website": "https://gchq.github.io/CyberChef",
"documentation": "https://github.com/gchq/CyberChef",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/cyberchef.webp",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"execute_in": [
"lxc"
],
"config_path": "",
"os": "debian"
},
{
"name": "Dagu",
"slug": "dagu",
@@ -3564,7 +3705,7 @@
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"is_dev": false,
"execute_in": [
"lxc"
],
@@ -3734,7 +3875,7 @@
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"is_dev": false,
"execute_in": [
"lxc"
],
@@ -3853,10 +3994,10 @@
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00023"
"scriptcat00000"
],
"category_names": [
"Finance & Budgeting"
"Miscellaneous"
],
"notes": [
"Admin credentials are saved in `/root/discourse.creds` inside the container.",
@@ -4119,7 +4260,7 @@
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"is_dev": false,
"execute_in": [
"lxc"
],
@@ -4421,6 +4562,40 @@
"config_path": "",
"os": "debian"
},
{
"name": "Dynacat",
"slug": "dynacat",
"desc": "Dynacat is a lightweight self-hosted dashboard focused on dynamic updates and easy integration with external services.",
"script": "ct/dynacat.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/dynacat.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/dynacat.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00010"
],
"category_names": [
"Dashboards & Frontends"
],
"notes": [
"Configuration file is located at /opt/dynacat/config/dynacat.yml",
"Dynacat listens on port 8080 by default"
],
"warnings": [],
"port": 8080,
"website": "https://github.com/Panonim/dynacat",
"documentation": "https://dynacat.artur.zone/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/dynacat.webp",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"execute_in": [
"lxc"
],
"config_path": "",
"os": "debian"
},
{
"name": "ebusd",
"slug": "ebusd",
@@ -4583,7 +4758,7 @@
],
"warnings": [],
"port": 8080,
"website": "https://github.com/joaovitoriasilva/endurain",
"website": "https://codeberg.org/endurain- project/endurain",
"documentation": "https://docs.endurain.com/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/endurain.webp",
"updateable": true,
@@ -4735,7 +4910,7 @@
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"is_dev": false,
"execute_in": [
"lxc"
],
@@ -4773,6 +4948,41 @@
"config_path": "/root/config/",
"os": "debian"
},
{
"name": "Etherpad",
"slug": "etherpad",
"desc": "Etherpad is a highly customizable real-time collaborative document editor. It lets multiple people edit the same document simultaneously in the browser, with live changes, per-user colors, chat, and a rich plugin ecosystem.",
"script": "ct/etherpad.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/etherpad.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/etherpad.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00012"
],
"category_names": [
"Documents & Notes"
],
"notes": [
"The default install uses an embedded sqlite database at /var/lib/etherpad/etherpad.db — ACID, zero-config, suitable for single-instance homelab use. To use postgres or mysql instead, edit /opt/etherpad-lite/settings.json and switch 'dbType' + 'dbSettings' (Etherpad's ueberdb abstraction supports both).",
"View logs with: journalctl -u etherpad -f",
"Etherpad listens on port 9001. Restart the service after editing settings.json: systemctl restart etherpad"
],
"warnings": [],
"port": 9001,
"website": "https://etherpad.org",
"documentation": "https://etherpad.org/doc",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/etherpad.webp",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"execute_in": [
"lxc"
],
"config_path": "",
"os": "debian"
},
{
"name": "evcc",
"slug": "evcc",
@@ -4984,7 +5194,7 @@
{
"name": "FileBrowser Quantum",
"slug": "filebrowser-quantum",
"desc": "FileBrowser Quantum provides an easy way to access and manage your files from the web. It has has a web page interface that allows you to create secure shared links, users with their own specific permissions and settings, and offers a great viewing experience for many file types. This version is called Quantum because it packs tons of advanced features into a tiny easy to run file. Unlike the majority of alternative options, FileBrowser Quantum is simple to install and easy to configure.",
"desc": "<p>FileBrowser Quantum provides an easy way to access and manage your files from the web. It has a web page interface that allows you to create secure shared links, users with their own specific permissions and settings, and offers a great viewing experience for many file types. This version is called Quantum because it packs tons of advanced features into a tiny easy to run file. Unlike the majority of alternative options, FileBrowser Quantum is simple to install and easy to configure.</p>",
"script": "tools/addon/filebrowser-quantum.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/filebrowser-quantum.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/tools/addon/filebrowser-quantum.sh",
@@ -5022,7 +5232,7 @@
{
"name": "FileBrowser Quantum",
"slug": "filebrowser-quantum",
"desc": "FileBrowser Quantum provides an easy way to access and manage your files from the web. It has has a web page interface that allows you to create secure shared links, users with their own specific permissions and settings, and offers a great viewing experience for many file types. This version is called Quantum because it packs tons of advanced features into a tiny easy to run file. Unlike the majority of alternative options, FileBrowser Quantum is simple to install and easy to configure.",
"desc": "<p>FileBrowser Quantum provides an easy way to access and manage your files from the web. It has a web page interface that allows you to create secure shared links, users with their own specific permissions and settings, and offers a great viewing experience for many file types. This version is called Quantum because it packs tons of advanced features into a tiny easy to run file. Unlike the majority of alternative options, FileBrowser Quantum is simple to install and easy to configure.</p>",
"script": "tools/addon/filebrowser-quantum.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/filebrowser-quantum.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/tools/addon/filebrowser-quantum.sh",
@@ -6710,6 +6920,44 @@
"config_path": "/opt/Heimdall/.env",
"os": "debian"
},
{
"name": "Hermes Agent",
"slug": "hermesagent",
"desc": "Self-improving AI agent by Nous Research. Connects to 15+ LLM providers, executes terminal commands, browses the web, and learns from experience. Supports 16 messaging platforms (Telegram, Discord, Slack, WhatsApp, Signal, Matrix, and more) with persistent memory and autonomous skill creation.",
"script": "ct/hermesagent.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/hermesagent.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/hermesagent.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00020"
],
"category_names": [
"AI / Coding & Dev-Tools"
],
"notes": [
"After container startup, login, switch to the hermes user (su - hermes) and run 'hermes setup' to configure your model provider and gateway server.",
"OpenAI-compatible API server available at http://<container-ip>:8642/v1. API key is stored in /home/hermes/.hermes/.env.",
"Access the web dashboard via SSH tunnel: ssh -fNL 9119:localhost:9119 root@<container-ip>, then open http://localhost:9119"
],
"warnings": [
"Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
"Hermes can execute terminal commands. The agent runs as a dedicated 'hermes' service user for isolation."
],
"port": 0,
"website": "https://hermes-agent.nousresearch.com",
"documentation": "https://hermes-agent.nousresearch.com/docs",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/hermes-agent.webp",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"execute_in": [
"lxc"
],
"config_path": "",
"os": "debian"
},
{
"name": "hev-socks5-server",
"slug": "hev-socks5-server",
@@ -6969,7 +7217,7 @@
"Change the default password after first login!"
],
"port": 3000,
"website": "https://github.com/Pouzor/homelable",
"website": "https://homelable.net/",
"documentation": "https://github.com/Pouzor/homelable/blob/main/INSTALLATION.md",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/homelable.webp",
"updateable": true,
@@ -7488,6 +7736,39 @@
"config_path": "/opt/investbrain/.env",
"os": "debian"
},
{
"name": "Invidious",
"slug": "invidious",
"desc": "A self-hosted alternative frontend for YouTube",
"script": "ct/invidious.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/invidious.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/invidious.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00013"
],
"category_names": [
"Media & Streaming"
],
"notes": [
"Invidious Companion comes pre-installed and is running on port 8082."
],
"warnings": [],
"port": 3000,
"website": "https://invidious.io",
"documentation": "https:/docs.invidious.io",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/invidious.webp",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"execute_in": [
"lxc"
],
"config_path": "",
"os": "debian"
},
{
"name": "InvoiceNinja",
"slug": "invoiceninja",
@@ -9246,7 +9527,7 @@
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"is_dev": false,
"execute_in": [
"lxc"
],
@@ -9446,7 +9727,7 @@
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"is_dev": false,
"execute_in": [
"lxc"
],
@@ -10615,8 +10896,8 @@
"notes": [],
"warnings": [],
"port": 8090,
"website": "https://mylarcomics.com/",
"documentation": "https://mylarcomics.com/docs/introduction/",
"website": "https://mylar.nerdfirehurricane.com/",
"documentation": "https://mylar.nerdfirehurricane.com/docs/introduction",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/mylar3.webp",
"updateable": true,
"privileged": false,
@@ -11181,6 +11462,45 @@
},
"os": "debian"
},
{
"name": "Nezha",
"slug": "nezha",
"desc": "Nezha is a lightweight server and website monitoring dashboard with real-time status, alerts, and remote operation features.",
"script": "ct/nezha.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/nezha.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/nezha.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00009"
],
"category_names": [
"Monitoring & Analytics"
],
"notes": [
"Dashboard is exposed on port 8008 by default."
],
"warnings": [
"Change the default admin password immediately after first login."
],
"port": 8008,
"website": "https://nezha.wiki/en_US/",
"documentation": "https://nezha.wiki/en_US/guide/dashboard.html",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/nezha.webp",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"execute_in": [
"lxc"
],
"config_path": "",
"default_credentials": {
"username": "admin",
"password": "admin"
},
"os": "debian"
},
{
"name": "Nginx UI",
"slug": "nginx-ui",
@@ -12770,7 +13090,9 @@
"AI / Coding & Dev-Tools"
],
"notes": [],
"warnings": [],
"warnings": [
"This repo is currently not maintained. The Maintainer working on a full rewriting of the entire codebase with a more stable, up-to-date architecture."
],
"port": 3000,
"website": "https://github.com/clusterzx/paperless-ai",
"documentation": "https://github.com/clusterzx/paperless-ai/wiki/1.-Home",
@@ -13195,37 +13517,6 @@
"config_path": "",
"os": "debian"
},
{
"name": "Pf2eTools",
"slug": "pf2etools",
"desc": "Pf2eTools is an open-source website aiming to provide tools and information for Pathfinder 2nd Edition players and gamemasters. It's built using basic web technologies to ensure wide compatibility, and utilises client-side caching for speed, efficiency, and offline access.",
"script": "ct/pf2etools.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pf2etools.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/pf2etools.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00024"
],
"category_names": [
"Gaming & Leisure"
],
"notes": [],
"warnings": [],
"port": 80,
"website": "https://pf2etools.com/",
"documentation": "https://github.com/Pf2eToolsOrg/Pf2eTools/wiki",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/pf2etools.webp",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": false,
"execute_in": [
"pve"
],
"config_path": "",
"os": "debian"
},
{
"name": "PhotoPrism",
"slug": "photoprism",
@@ -15228,7 +15519,7 @@
"execute_in": [
"pve"
],
"config_path": "/opt/reitti/.env",
"config_path": "/opt/reitti/application.properties",
"default_credentials": {
"username": "admin",
"password": "admin"
@@ -15969,6 +16260,45 @@
},
"os": "debian"
},
{
"name": "Shiori",
"slug": "shiori",
"desc": "Shiori is a simple self-hosted bookmark manager with web UI and offline archive support, distributed as a single binary.",
"script": "ct/shiori.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/shiori.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/shiori.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00012"
],
"category_names": [
"Documents & Notes"
],
"notes": [
"Data and SQLite database are stored in /opt/shiori/data."
],
"warnings": [
"Change the default account password after first login."
],
"port": 8080,
"website": "https://github.com/go-shiori/shiori",
"documentation": "https://github.com/go-shiori/shiori/tree/master/docs",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/shiori.webp",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"execute_in": [
"lxc"
],
"config_path": "",
"default_credentials": {
"username": "shiori",
"password": "gopher"
},
"os": "debian"
},
{
"name": "Shlink",
"slug": "shlink",
@@ -15998,7 +16328,7 @@
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"is_dev": false,
"execute_in": [
"lxc"
],
@@ -16069,6 +16399,40 @@
"config_path": "",
"os": "debian"
},
{
"name": "Skylite-UX",
"slug": "skylite-ux",
"desc": "Skylite-UX is an open-source, self-hosted family management app with calendar, todos, shopping lists, and user management.",
"script": "ct/skylite-ux.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/skylite-ux.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/skylite-ux.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00019"
],
"category_names": [
"Automation & Scheduling"
],
"notes": [
"Database credentials: `cat ~/skylite-ux.creds`",
"Build process requires ~4GB RAM. Runtime usage is much lower — RAM can be reduced after installation."
],
"warnings": [],
"port": 3000,
"website": "https://github.com/Wetzel402/Skylite-UX",
"documentation": "https://github.com/Wetzel402/Skylite-UX",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/skylite-ux.webp",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"execute_in": [
"lxc"
],
"config_path": "",
"os": "debian"
},
{
"name": "Slskd",
"slug": "slskd",
@@ -16227,7 +16591,7 @@
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"is_dev": false,
"execute_in": [
"lxc"
],
@@ -16468,6 +16832,39 @@
},
"os": "debian"
},
{
"name": "Spliit",
"slug": "spliit",
"desc": "Spliit is a free and open-source alternative to Splitwise for sharing expenses with friends and groups, built with Next.js and PostgreSQL.",
"script": "ct/spliit.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/spliit.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/spliit.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00023"
],
"category_names": [
"Finance & Budgeting"
],
"notes": [
"Database credentials are written to /opt/spliit/.env. To configure a default currency, set NEXT_PUBLIC_DEFAULT_CURRENCY_CODE in /opt/spliit/.env and rebuild: cd /opt/spliit && npm run build && systemctl restart spliit"
],
"warnings": [],
"port": 3000,
"website": "https://spliit.app/",
"documentation": "https://github.com/spliit-app/spliit#readme",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/spliit.webp",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"execute_in": [
"lxc"
],
"config_path": "",
"os": "debian"
},
{
"name": "Split Pro",
"slug": "split-pro",
@@ -16677,6 +17074,39 @@
"config_path": "",
"os": "ubuntu"
},
{
"name": "Squid",
"slug": "squid",
"desc": "Squid is a mature caching and forwarding proxy server that can operate as an authenticated HTTP forward proxy for outbound web traffic. This container deploys Squid with basic authentication, generated initial credentials, and a guided MOTD for simple user management.",
"script": "ct/squid.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/squid.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/squid.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00004"
],
"category_names": [
"Network & Firewall"
],
"notes": [
"Create a proxy user after installation with `htpasswd /etc/squid/passwords <username>`."
],
"warnings": [],
"port": 3128,
"website": "https://www.squid-cache.org/",
"documentation": "https://wiki.squid-cache.org/SquidFaq",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/squid.webp",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"execute_in": [
"lxc"
],
"config_path": "",
"os": "debian"
},
{
"name": "step-ca",
"slug": "step-ca",
@@ -16970,8 +17400,8 @@
"Databases"
],
"notes": [
"SurrealDB web interface is available on port 8000.",
"Default credentials are saved in ~/surrealdb.creds."
"Accessing http://IP:8000 redirects to surrealdb.com/surrealist — this is by design. The hosted Surrealist UI connects back to your local instance. Use http://IP:8000 as the connection URL in Surrealist.",
"The generated root password is stored in /opt/surrealdb/.env."
],
"warnings": [],
"port": 8000,
@@ -17752,6 +18182,41 @@
"config_path": "/opt/tinyauth/.env",
"os": "alpine"
},
{
"name": "Tolgee",
"slug": "tolgee",
"desc": "Tolgee is an open-source localization platform that helps teams manage translations with in-context editing and collaboration features.",
"script": "ct/tolgee.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/tolgee.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/tolgee.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00020"
],
"category_names": [
"AI / Coding & Dev-Tools"
],
"notes": [],
"warnings": [],
"port": 8080,
"website": "https://tolgee.io/",
"documentation": "https://docs.tolgee.io/platform/self_hosting",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/tolgee.webp",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"execute_in": [
"lxc"
],
"config_path": "",
"default_credentials": {
"username": "admin",
"password": "cat /opt/tolgee_data/initial.pwd"
},
"os": "debian"
},
{
"name": "Tor Snowflake",
"slug": "tor-snowflake",
@@ -17976,6 +18441,10 @@
"pve"
],
"config_path": "Debian `/etc/transmission-daemon/settings.json` | Alpine `/var/lib/transmission/config/settings.json`",
"default_credentials": {
"username": "transmission",
"password": "transmission"
},
"os": "debian"
},
{
@@ -18010,6 +18479,10 @@
"pve"
],
"config_path": "Debian `/etc/transmission-daemon/settings.json` | Alpine `/var/lib/transmission/config/settings.json`",
"default_credentials": {
"username": "transmission",
"password": "transmission"
},
"os": "alpine"
},
{
@@ -19642,9 +20115,7 @@
"category_names": [
"Network & Firewall"
],
"notes": [
"This script uses a fork located here: `https://github.com/CrazyWolf13/web-check/` as the original Repository does not provide tagged Github Releases, an issues is open for this: `https://github.com/Lissy93/web-check/issues/248`"
],
"notes": [],
"warnings": [],
"port": 3000,
"website": "https://github.com/lissy93/web-check",
@@ -19699,6 +20170,43 @@
},
"os": "debian"
},
{
"name": "Webtrees",
"slug": "webtrees",
"desc": "webtrees is the web's leading online collaborative genealogy application.",
"script": "ct/webtrees.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/webtrees.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/webtrees.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00000"
],
"category_names": [
"Miscellaneous"
],
"notes": [
"Setup is fully automated. Login credentials are stored in '/root/webtrees.creds' inside the container."
],
"warnings": [],
"port": 80,
"website": "https://webtrees.net/",
"documentation": "https://webtrees.net/install/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/webtrees.webp",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": false,
"execute_in": [
"lxc"
],
"config_path": "",
"default_credentials": {
"username": "Admin",
"password": ""
},
"os": "debian"
},
{
"name": "wger",
"slug": "wger",
@@ -20037,6 +20545,44 @@
"config_path": "/opt/writefreely/config.ini",
"os": "debian"
},
{
"name": "xyOps",
"slug": "xyops",
"desc": "A complete task scheduler and server monitoring system with workflow automation, multi-server management, real-time monitoring, and a built-in satellite agent (xySat) for running jobs on remote servers.",
"script": "ct/xyops.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/xyops.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/xyops.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00019"
],
"category_names": [
"Automation & Scheduling"
],
"notes": [
"A local xySat satellite is started automatically alongside the conductor, allowing jobs to run on this server right away.",
"The WebSocket port 5523 is used for secure wss:// connections. Port 5522 serves the web interface and ws:// connections."
],
"warnings": [],
"port": 5522,
"website": "https://github.com/pixlcore/xyops",
"documentation": "https://github.com/pixlcore/xyops/tree/main/docs",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/xyops.webp",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"execute_in": [
"lxc"
],
"config_path": "",
"default_credentials": {
"username": "admin",
"password": "admin"
},
"os": "debian"
},
{
"name": "Yamtrack",
"slug": "yamtrack",
@@ -20072,44 +20618,6 @@
"config_path": "/opt/yamtrack/src/.env",
"os": "debian"
},
{
"name": "YOURLS",
"slug": "yourls",
"desc": "YOURLS (Your Own URL Shortener) is a set of PHP scripts that allows you to run your own URL shortener with full control over data, detailed stats, analytics, and plugin support.",
"script": "ct/yourls.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/yourls.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/yourls.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00000"
],
"category_names": [
"Miscellaneous"
],
"notes": [
"After installation, visit /admin/install.php once to initialize the database and complete setup.",
"The admin password is shown at the end of the installation log."
],
"warnings": [],
"port": 80,
"website": "https://yourls.org/",
"documentation": "https://yourls.org/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/yourls.webp",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"execute_in": [
"lxc"
],
"config_path": "/opt/yourls/user/config.php",
"default_credentials": {
"username": "admin",
"password": "Generated during install"
},
"os": "debian"
},
{
"name": "yt-dlp-webui",
"slug": "yt-dlp-webui",