mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-27 20:06:52 +00:00
5075 lines
235 KiB
JSON
5075 lines
235 KiB
JSON
[
|
|
{
|
|
"name": "2FAuth",
|
|
"slug": "2fauth",
|
|
"desc": "2FAuth is a web based self-hosted alternative to One Time Passcode (OTP) generators like Google Authenticator, designed for both mobile and desktop. It aims to ease you perform your 2FA authentication steps whatever the device you handle, with a clean and suitable interface.",
|
|
"script": "ct/2fauth.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/2fauth.sh",
|
|
"categories": [
|
|
6
|
|
],
|
|
"notes": [
|
|
"Database credentials: `cat ~/2FAuth.creds`",
|
|
"The very first account created is automatically set up as an administrator account."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Actual Budget",
|
|
"slug": "actualbudget",
|
|
"desc": "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.",
|
|
"script": "ct/actualbudget.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/actualbudget.sh",
|
|
"categories": [
|
|
23
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Proxmox VE LXC Tag",
|
|
"slug": "add-iptag",
|
|
"desc": "This script automatically adds IP address as tags to LXC containers or VM's using a systemd service. The service also updates the tags if a LXC/VM IP address is changed.",
|
|
"script": "tools/pve/add-iptag.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/add-iptag.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Execute within the Proxmox shell",
|
|
"Configuration: `nano /opt/iptag/iptag.conf`. iptag.service must be restarted after change.",
|
|
"The Proxmox Node must contain ipcalc and net-tools. `apt-get install -y ipcalc net-tools`"
|
|
],
|
|
"type": "pve"
|
|
},
|
|
{
|
|
"name": "NetBird",
|
|
"slug": "add-netbird-lxc",
|
|
"desc": "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.",
|
|
"script": "tools/addon/add-netbird-lxc.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/add-netbird-lxc.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"After the script finishes, reboot the LXC then run `netbird up` in the LXC console",
|
|
"Execute within the Proxmox main shell",
|
|
"The script only works in Debian/Ubuntu, not in Alpine!"
|
|
],
|
|
"type": "addon"
|
|
},
|
|
{
|
|
"name": "Tailscale",
|
|
"slug": "add-tailscale-lxc",
|
|
"desc": "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.",
|
|
"script": "tools/addon/add-tailscale-lxc.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/add-tailscale-lxc.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"After the script finishes, reboot the LXC then run `tailscale up` in the LXC console",
|
|
"Execute within the Proxmox host shell"
|
|
],
|
|
"type": "addon"
|
|
},
|
|
{
|
|
"name": "AdGuard Home",
|
|
"slug": "adguard",
|
|
"desc": "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.",
|
|
"script": "ct/adguard.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/adguard.sh",
|
|
"categories": [
|
|
5
|
|
],
|
|
"notes": [
|
|
"Adguard Home can be updated via the user interface."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "AdventureLog",
|
|
"slug": "adventurelog",
|
|
"desc": "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.",
|
|
"script": "ct/adventurelog.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/adventurelog.sh",
|
|
"categories": [
|
|
24
|
|
],
|
|
"notes": [
|
|
"AdventureLog uses an initial local IP, if you change your LXC-IP, you need to change the IP here: `/opt/adventurelog/backend/server/.env` and here: `/opt/adventurelog/frontend/.env`",
|
|
"Use `cat ~/adventurelog.creds` to see login credentials."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "AgentDVR",
|
|
"slug": "agentdvr",
|
|
"desc": "AgentDVR a new video surveillance solution for the Internet Of Things.",
|
|
"script": "ct/agentdvr.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/agentdvr.sh",
|
|
"categories": [
|
|
15
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "All Templates",
|
|
"slug": "all-templates",
|
|
"desc": "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.",
|
|
"script": "tools/addon/all-templates.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/all-templates.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Resource and network settings are adjustable post LXC creation."
|
|
],
|
|
"type": "addon"
|
|
},
|
|
{
|
|
"name": "Alpine-IT-Tools",
|
|
"slug": "alpine-it-tools",
|
|
"desc": "IT-Tools is a web-based suite of utilities designed to streamline and simplify various IT tasks, providing tools for developers and system administrators to manage their workflows efficiently.",
|
|
"script": "ct/alpine-it-tools.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-it-tools.sh",
|
|
"categories": [
|
|
20
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Alpine-Tinyauth",
|
|
"slug": "alpine-tinyauth",
|
|
"desc": "Tinyauth is a simple authentication middleware that adds simple username/password login or OAuth with Google, Github and any generic provider to all of your docker apps.",
|
|
"script": "ct/alpine-tinyauth.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-tinyauth.sh",
|
|
"categories": [
|
|
6
|
|
],
|
|
"notes": [
|
|
"The default credentials are located in `/opt/tinyauth/credentials.txt`."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Alpine",
|
|
"slug": "alpine",
|
|
"desc": "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.",
|
|
"script": "ct/alpine.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine.sh",
|
|
"categories": [
|
|
2
|
|
],
|
|
"notes": [
|
|
"To Update Alpine: `apk -U upgrade`"
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": "alpine"
|
|
}
|
|
},
|
|
{
|
|
"name": "Apache-Cassandra",
|
|
"slug": "apache-cassandra",
|
|
"desc": "Apache-Cassandra is an open source NoSQL distributed database trusted by thousands of companies for scalability and high availability without compromising performance.",
|
|
"script": "ct/apache-cassandra.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/apache-cassandra.sh",
|
|
"categories": [
|
|
8
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Apache-CouchDB",
|
|
"slug": "apache-couchdb",
|
|
"desc": "Apache-CouchDB Seamless multi-master sync, that scales from Big Data to Mobile, with an Intuitive HTTP/JSON API and designed for Reliability.",
|
|
"script": "ct/apache-couchdb.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/apache-couchdb.sh",
|
|
"categories": [
|
|
8
|
|
],
|
|
"notes": [
|
|
"Show Login Credentials: `cat CouchDB.creds`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Apache Guacamole",
|
|
"slug": "apache-guacamole",
|
|
"desc": "Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.",
|
|
"script": "ct/apache-guacamole.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/apache-guacamole.sh",
|
|
"categories": [
|
|
0
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "guacadmin",
|
|
"password": "guacadmin"
|
|
}
|
|
},
|
|
{
|
|
"name": "Apache Tika",
|
|
"slug": "apache-tika",
|
|
"desc": "The Apache Tika\u2122 toolkit detects and extracts metadata and text from over a thousand different file types (such as PPT, XLS, and PDF). All of these file types can be parsed through a single interface, making Tika useful for search engine indexing, content analysis, translation, and much more.",
|
|
"script": "ct/apache-tika.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/apache-tika.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [
|
|
"Configuration file is not created at install time. Example is at: `https://cwiki.apache.org/confluence/display/TIKA/TikaServer+in+Tika+2.x`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Apache Tomcat",
|
|
"slug": "apache-tomcat",
|
|
"desc": "Apache Tomcat is an open-source application server that runs Java Servlets and JavaServer Pages (JSP). It allows developers to deploy and manage Java web applications by handling HTTP requests and serving dynamic content. Tomcat is widely used for lightweight web applications and supports various Java EE features like WebSockets and JNDI.",
|
|
"script": "ct/apache-tomcat.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/apache-tomcat.sh",
|
|
"categories": [
|
|
10
|
|
],
|
|
"notes": [
|
|
"User can select which Adoptium JDK should be used for the selected Tomcat version (9, 10.1 or 11). "
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Apt-Cacher-NG",
|
|
"slug": "apt-cacher-ng",
|
|
"desc": "Apt-Cacher-NG is a caching proxy. Specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions.",
|
|
"script": "ct/apt-cacher-ng.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/apt-cacher-ng.sh",
|
|
"categories": [
|
|
4
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "ArchiveBox",
|
|
"slug": "archivebox",
|
|
"desc": "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...",
|
|
"script": "ct/archivebox.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/archivebox.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "archivebox",
|
|
"password": "helper-scripts.com"
|
|
}
|
|
},
|
|
{
|
|
"name": "Arch Linux",
|
|
"slug": "archlinux-vm",
|
|
"desc": "Arch Linux is a highly customizable, independent Linux distribution that gives users complete control over their system. Known for its rolling release model, Arch Linux is always up-to-date with the latest software. It's favored by experienced users who appreciate its minimalist approach, demanding a hands-on installation and configuration process. This level of control and flexibility makes it a popular choice for those who want to tailor their Linux system to their exact needs.",
|
|
"script": "vm/archlinux-vm.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/archlinux-vm.sh",
|
|
"categories": [
|
|
2
|
|
],
|
|
"notes": [
|
|
"doesnt work with lvm and lvmthin disks!"
|
|
],
|
|
"type": "vm"
|
|
},
|
|
{
|
|
"name": "Argus",
|
|
"slug": "argus",
|
|
"desc": "Argus will query websites at a user defined interval for new software releases and then trigger Gotify/Slack/Other notification(s) and/or WebHook(s) when one has been found. For example, you could set it to monitor the Argus repo (release-argus/argus). This will query the GitHub API and track the tag_name variable. When this variable changes from what it was on a previous query, a GitHub-style WebHook could be sent that triggers something (like AWX) to update Argus on your server.",
|
|
"script": "ct/argus.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/argus.sh",
|
|
"categories": [
|
|
11
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Aria2",
|
|
"slug": "aria2",
|
|
"desc": "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.",
|
|
"script": "ct/aria2.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/aria2.sh",
|
|
"categories": [
|
|
11
|
|
],
|
|
"notes": [
|
|
"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": "ct"
|
|
},
|
|
{
|
|
"name": "Asterisk",
|
|
"slug": "asterisk",
|
|
"desc": "Asterisk is an open-source framework for building communications applications, most commonly used as a phone system (PBX). Developed by Digium (now part of Sangoma), it turns a standard computer into a powerful telephony server.",
|
|
"script": "ct/asterisk.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/asterisk.sh",
|
|
"categories": [
|
|
0
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Audiobookshelf",
|
|
"slug": "audiobookshelf",
|
|
"desc": "Audiobookshelf is a Self-hosted audiobook and podcast server.",
|
|
"script": "ct/audiobookshelf.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/audiobookshelf.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Authelia",
|
|
"slug": "authelia",
|
|
"desc": "Authelia is an open-source authentication and authorization server and portal fulfilling the identity and access management (IAM) role of information security in providing multi-factor authentication and single sign-on (SSO) for your applications via a web portal. It acts as a companion for common reverse proxies.",
|
|
"script": "ct/authelia.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/authelia.sh",
|
|
"categories": [
|
|
6
|
|
],
|
|
"notes": [
|
|
"During installation, you will have to input your domain (ex. domain.com). Authelia will use auth.domain.com"
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "authelia",
|
|
"password": "authelia"
|
|
}
|
|
},
|
|
{
|
|
"name": "Autobrr",
|
|
"slug": "autobrr",
|
|
"desc": "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.",
|
|
"script": "ct/autobrr.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/autobrr.sh",
|
|
"categories": [
|
|
14
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Baby Buddy",
|
|
"slug": "babybuddy",
|
|
"desc": "Baby Buddy is an open-source web application designed to assist caregivers in tracking various aspects of a baby's daily routine, including sleep, feedings, diaper changes, tummy time, and more. By recording this data, caregivers can better understand and anticipate their baby's needs, reducing guesswork in daily care. The application offers a user-friendly dashboard for data entry and visualization, supports multiple users, and provides features like timers and reminders. Additionally, Baby Buddy can be integrated with platforms like Home Assistant and Grafana for enhanced functionality.",
|
|
"script": "ct/babybuddy.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/babybuddy.sh",
|
|
"categories": [
|
|
23
|
|
],
|
|
"notes": [
|
|
"for private SSL setup visit: `https://github.com/babybuddy/babybuddy/blob/master/docs/setup/ssl.md`"
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "admin"
|
|
}
|
|
},
|
|
{
|
|
"name": "Backrest",
|
|
"slug": "backrest",
|
|
"desc": "Backrest is a web-accessible backup solution built on top of restic and providing a WebUI which wraps the restic CLI and makes it easy to create repos, browse snapshots, and restore files. Additionally, Backrest can run in the background and take an opinionated approach to scheduling snapshots and orchestrating repo health operations.",
|
|
"script": "ct/backrest.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/backrest.sh",
|
|
"categories": [
|
|
7
|
|
],
|
|
"notes": [
|
|
"`cat ~/.ssh/id_ed25519.pub` to view ssh public key. This key is used to authenticate with sftp targets. You can add this key on the sftp server."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Ba\u00efkal",
|
|
"slug": "baikal",
|
|
"desc": "Ba\u00efkal is a lightweight CalDAV+CardDAV server. It offers an extensive web interface with easy management of users, address books and calendars.",
|
|
"script": "ct/baikal.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/baikal.sh",
|
|
"categories": [
|
|
0
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "Admin",
|
|
"password": null
|
|
}
|
|
},
|
|
{
|
|
"name": "Barcode Buddy",
|
|
"slug": "barcode-buddy",
|
|
"desc": "Barcode Buddy for Grocy is an extension for Grocy, allowing to pass barcodes to Grocy. It supports barcodes for products and chores. If you own a physical barcode scanner, it can be integrated, so that all barcodes scanned are automatically pushed to BarcodeBuddy/Grocy.",
|
|
"script": "ct/barcode-buddy.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/barcode-buddy.sh",
|
|
"categories": [
|
|
24
|
|
],
|
|
"notes": [
|
|
"After install enable the option \"Use Redis cache\" on the settings page."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Bazarr",
|
|
"slug": "bazarr",
|
|
"desc": "Bazarr is a companion application to Sonarr and Radarr that manages and downloads subtitles based on your requirements.",
|
|
"script": "ct/bazarr.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/bazarr.sh",
|
|
"categories": [
|
|
14
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Beszel",
|
|
"slug": "beszel",
|
|
"desc": "A lightweight server monitoring platform that provides Docker statistics, historical data, and alert functions\n ",
|
|
"script": "ct/beszel.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/beszel.sh",
|
|
"categories": [
|
|
9
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Bitmagnet",
|
|
"slug": "bitmagnet",
|
|
"desc": "A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.",
|
|
"script": "ct/bitmagnet.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/bitmagnet.sh",
|
|
"categories": [
|
|
11
|
|
],
|
|
"notes": [
|
|
"During installation you will be asked to enter your TMDB API key, if you wanna use it. Make sure you have it ready."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Blocky",
|
|
"slug": "blocky",
|
|
"desc": "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.",
|
|
"script": "ct/blocky.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/blocky.sh",
|
|
"categories": [
|
|
5
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "BookStack",
|
|
"slug": "bookstack",
|
|
"desc": "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.",
|
|
"script": "ct/bookstack.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/bookstack.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [
|
|
"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": "ct",
|
|
"default_credentials": {
|
|
"username": "admin@admin.com",
|
|
"password": "password"
|
|
}
|
|
},
|
|
{
|
|
"name": "BunkerWeb",
|
|
"slug": "bunkerweb",
|
|
"desc": "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.",
|
|
"script": "ct/bunkerweb.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/bunkerweb.sh",
|
|
"categories": [
|
|
6
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "ByteStash",
|
|
"slug": "bytestash",
|
|
"desc": "ByteStash is a self-hosted web application designed to store, organise, and manage your code snippets efficiently. With support for creating, editing, and filtering snippets, ByteStash helps you keep track of your code in one secure place.",
|
|
"script": "ct/bytestash.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/bytestash.sh",
|
|
"categories": [
|
|
20
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Caddy",
|
|
"slug": "caddy",
|
|
"desc": "Caddy is a powerful, extensible platform to serve your sites, services, and apps, written in Go.",
|
|
"script": "ct/caddy.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/caddy.sh",
|
|
"categories": [
|
|
21
|
|
],
|
|
"notes": [
|
|
"xcaddy needs to be updated manually after a caddy update!",
|
|
"if you need an internal module run: `caddy add-package PACKAGENAME`",
|
|
"if you need an external module run: `xcaddy build --with github.com/caddy-dns/cloudflare`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Calibre-Web",
|
|
"slug": "calibre-web",
|
|
"desc": "Calibre-Web is a web app for browsing, reading and downloading eBooks stored in a Calibre database.",
|
|
"script": "ct/calibre-web.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/calibre-web.sh",
|
|
"categories": [
|
|
11
|
|
],
|
|
"notes": [
|
|
"Add Calibre-Web Extras via `update`"
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "admin123"
|
|
}
|
|
},
|
|
{
|
|
"name": "CasaOS",
|
|
"slug": "casaos",
|
|
"desc": "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.",
|
|
"script": "ct/casaos.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/casaos.sh",
|
|
"categories": [
|
|
2
|
|
],
|
|
"notes": [
|
|
"If the LXC is created Privileged, the script will automatically set up USB passthrough.",
|
|
"WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Change Detection",
|
|
"slug": "changedetection",
|
|
"desc": "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.",
|
|
"script": "ct/changedetection.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/changedetection.sh",
|
|
"categories": [
|
|
24
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Channels DVR Server",
|
|
"slug": "channels",
|
|
"desc": "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.",
|
|
"script": "ct/channels.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/channels.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [
|
|
"WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Checkmk",
|
|
"slug": "checkmk",
|
|
"desc": "Checkmk is an IT monitoring software that tracks the health and performance of your systems, networks, servers, applications, and cloud services. It provides real-time insights, alerts for issues, and tools for troubleshooting, helping ensure smooth operations across your infrastructure.",
|
|
"script": "ct/checkmk.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/checkmk.sh",
|
|
"categories": [
|
|
9
|
|
],
|
|
"notes": [
|
|
"Login Credentials : `cat ~/checkmk.creds`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Proxmox VE LXC Cleaner",
|
|
"slug": "clean-lxcs",
|
|
"desc": "This script provides options to delete logs and cache, and repopulate apt lists for Ubuntu and Debian systems.",
|
|
"script": "tools/pve/clean-lxcs.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/clean-lxcs.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Execute within the Proxmox shell"
|
|
],
|
|
"type": "pve"
|
|
},
|
|
{
|
|
"name": "Proxmox Clean Orphaned LVM",
|
|
"slug": "clean-orphaned-lvm",
|
|
"desc": "This script helps Proxmox users identify and remove orphaned LVM volumes that are no longer associated with any VM or LXC container. It scans all LVM volumes, detects unused ones, and provides an interactive prompt to delete them safely. System-critical volumes like root, swap, and data are excluded to prevent accidental deletion.",
|
|
"script": "tools/pve/clean-orphaned-lvm.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/clean-orphaned-lvm.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Execute within the Proxmox shell"
|
|
],
|
|
"type": "pve"
|
|
},
|
|
{
|
|
"name": "Cloudflare-DDNS",
|
|
"slug": "cloudflare-ddns",
|
|
"desc": "A feature-rich and robust Cloudflare DDNS updater with a small footprint. The program will detect your machine\u2019s public IP addresses and update DNS records using the Cloudflare API",
|
|
"script": "ct/cloudflare-ddns.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/cloudflare-ddns.sh",
|
|
"categories": [
|
|
4
|
|
],
|
|
"notes": [
|
|
"To setup the updater you must have the Cloudflare Token and the domains, please read the Github documentation at `https://github.com/favonia/cloudflare-ddns?tab=readme-ov-file#-step-1-updating-the-compose-file` (only the expandable section)",
|
|
"To update the configuration edit `/etc/systemd/system/cloudflare-ddns.service`. After edit please restart with `systemctl restart cloudflare-ddns`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Cloudflared",
|
|
"slug": "cloudflared",
|
|
"desc": "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.",
|
|
"script": "ct/cloudflared.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/cloudflared.sh",
|
|
"categories": [
|
|
4
|
|
],
|
|
"notes": [
|
|
"With an option to configure cloudflared as a DNS-over-HTTPS (DoH) proxy"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Cockpit",
|
|
"slug": "cockpit",
|
|
"desc": "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.",
|
|
"script": "ct/cockpit.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/cockpit.sh",
|
|
"categories": [
|
|
10
|
|
],
|
|
"notes": [
|
|
"Set a root password if using autologin. This will be the Cockpit password.`sudo passwd root`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Coder Code Server",
|
|
"slug": "coder-code-server",
|
|
"desc": "Coder Code Server is an open-source project that enables you to run Visual Studio Code (VS Code) on a remote machine, such as a desktop PC or virtual server. It serves a web-based version of VS Code that you can access from any browser via a URL, allowing remote development without needing an SSH connection. Unlike the official VS Code Server used by vscode.dev for Remote Tunnels, code-server is developed by Coder and operates independently, providing similar capabilities through a self-hosted solution.",
|
|
"script": "tools/addon/coder-code-server.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/coder-code-server.sh",
|
|
"categories": [
|
|
1,
|
|
20,
|
|
11
|
|
],
|
|
"notes": [
|
|
"Execute within an existing LXC Console"
|
|
],
|
|
"type": "addon"
|
|
},
|
|
{
|
|
"name": "CommaFeed",
|
|
"slug": "commafeed",
|
|
"desc": "CommaFeed is a Google Reader inspired self-hosted RSS reader.",
|
|
"script": "ct/commafeed.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/commafeed.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "admin"
|
|
}
|
|
},
|
|
{
|
|
"name": "Configarr",
|
|
"slug": "configarr",
|
|
"desc": "Configarr is an open-source tool designed to simplify configuration and synchronization for Sonarr and Radarr (and other experimental). It integrates with TRaSH Guides to automate updates of custom formats, quality profiles, and other settings, while also supporting user-defined configurations.",
|
|
"script": "ct/configarr.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/configarr.sh",
|
|
"categories": [
|
|
14
|
|
],
|
|
"notes": [
|
|
"change secrets file /opt/configarr/secrets.yml"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "ConvertX",
|
|
"slug": "convertx",
|
|
"desc": "ConvertX is a self-hosted online file converter supporting over 1000 formats, including images, audio, video, documents, and more, powered by FFmpeg, GraphicsMagick, and other libraries.",
|
|
"script": "ct/convertx.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/convertx.sh",
|
|
"categories": [
|
|
9
|
|
],
|
|
"notes": [
|
|
"Complete setup via the web interface at http://<container-ip>:3000. Create and secure the admin account immediately."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Cosmos",
|
|
"slug": "cosmos",
|
|
"desc": "Cosmos Cloud is a self-hosting platform that automates maintenance and security. It offers an app marketplace, reverse proxy management, container control, VPN integration, real-time monitoring, and disk management. Security features include SSO, anti-DDoS, and encryption. It simplifies self-hosting for all users.",
|
|
"script": "ct/cosmos.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/cosmos.sh",
|
|
"categories": [
|
|
2,
|
|
3
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Crafty Controller",
|
|
"slug": "crafty-controller",
|
|
"desc": "Crafty Controller is a free and open-source Minecraft launcher and manager that allows users to start and administer Minecraft servers from a user-friendly interface. The interface is run as a self-hosted web server that is accessible to devices on the local network by default and can be port forwarded to provide external access outside of your local network. Crafty is designed to be easy to install and use, requiring only a bit of technical knowledge and a desire to learn to get started. Crafty Controller is still actively being developed by Arcadia Technology and we are continually making major improvements to the software.\n\nCrafty Controller is a feature rich panel that allows you to create and run servers, manage players, run commands, change server settings, view and edit server files, and make backups. With the help of Crafty Controller managing a large number of Minecraft servers on separate versions is easy and intuitive to do.",
|
|
"script": "ct/crafty-controller.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/crafty-controller.sh",
|
|
"categories": [
|
|
24
|
|
],
|
|
"notes": [
|
|
"Show password: `cat ~/crafty-controller.creds`"
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": null
|
|
}
|
|
},
|
|
{
|
|
"name": "Proxmox VE Cron LXC Updater",
|
|
"slug": "cron-update-lxcs",
|
|
"desc": "This script will add/remove a crontab schedule that updates all LXCs every Sunday at midnight.",
|
|
"script": "tools/pve/cron-update-lxcs.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/cron-update-lxcs.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Execute within the Proxmox shell",
|
|
"To exclude LXCs from updating, edit the crontab using `crontab -e` and add CTID as shown in the example below:\n\n\n\n`0 0 * * 0 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/update-lxcs-cron.sh)\" -s 103 111 >>/var/log/update-lxcs-cron.log 2>/dev/null`"
|
|
],
|
|
"type": "pve"
|
|
},
|
|
{
|
|
"name": "Cronicle Primary",
|
|
"slug": "cronicle",
|
|
"desc": "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.",
|
|
"script": "ct/cronicle.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/cronicle.sh",
|
|
"categories": [
|
|
19
|
|
],
|
|
"notes": [
|
|
"Primary and Worker Private Keys Must Match in the config file"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "cross-seed",
|
|
"slug": "cross-seed",
|
|
"desc": "cross-seed is an app designed to help you download torrents that you can cross seed based on your existing torrents. It is designed to match conservatively to minimize manual intervention.",
|
|
"script": "ct/cross-seed.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/cross-seed.sh",
|
|
"categories": [
|
|
14
|
|
],
|
|
"notes": [
|
|
"After the installation cross-seed will fail to start with an empty configuration. To fix this, edit the config file to properly configure cross-seed, then restart by running `systemctl restart cross-seed`."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "CrowdSec",
|
|
"slug": "crowdsec",
|
|
"desc": "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.",
|
|
"script": "tools/addon/crowdsec.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/crowdsec.sh",
|
|
"categories": [
|
|
6
|
|
],
|
|
"notes": [
|
|
"Execute within an existing LXC Console. Debian only!"
|
|
],
|
|
"type": "addon"
|
|
},
|
|
{
|
|
"name": "CryptPad",
|
|
"slug": "cryptpad",
|
|
"desc": "CryptPad is a collaboration suite that is end-to-end encrypted and open-source. It is designed to facilitate collaboration by synchronizing changes to documents in real time. Since all the user data is encrypted, in the event of a breach, attackers have no way of accessing the stored content",
|
|
"script": "ct/cryptpad.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/cryptpad.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [
|
|
"After installation finishes, `systemctl status cryptpad.service` to get token URL which you can use to create admin account"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Daemon Sync Server",
|
|
"slug": "daemonsync",
|
|
"desc": "Sync files from app to server, share photos & videos, back up your data and stay secure inside local network.",
|
|
"script": "ct/daemonsync.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/daemonsync.sh",
|
|
"categories": [
|
|
19
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Dashy",
|
|
"slug": "dashy",
|
|
"desc": "Dashy is a solution that helps you organize your self-hosted services by centralizing access to them through a single interface.",
|
|
"script": "ct/dashy.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/dashy.sh",
|
|
"categories": [
|
|
10
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Debian 12",
|
|
"slug": "debian-vm",
|
|
"desc": "Debian Linux is a distribution that emphasizes free software. It supports many hardware platforms",
|
|
"script": "vm/debian-vm.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/debian-vm.sh",
|
|
"categories": [
|
|
2
|
|
],
|
|
"notes": [
|
|
"VM has no root password set. To login type in user `root` and just press enter",
|
|
"After installation, checkout: \u00b4https://github.com/community-scripts/ProxmoxVE/discussions/836\u00b4 for useful Debian commands"
|
|
],
|
|
"type": "vm"
|
|
},
|
|
{
|
|
"name": "Debian",
|
|
"slug": "debian",
|
|
"desc": "Debian Linux is a distribution that emphasizes free software. It supports many hardware platforms.",
|
|
"script": "ct/debian.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/debian.sh",
|
|
"categories": [
|
|
2
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "deCONZ",
|
|
"slug": "deconz",
|
|
"desc": "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.",
|
|
"script": "ct/deconz.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/deconz.sh",
|
|
"categories": [
|
|
17
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Deluge",
|
|
"slug": "deluge",
|
|
"desc": "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.",
|
|
"script": "ct/deluge.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/deluge.sh",
|
|
"categories": [
|
|
11
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": "deluge"
|
|
}
|
|
},
|
|
{
|
|
"name": "Docker",
|
|
"slug": "docker-vm",
|
|
"desc": "Docker is an open-source project for automating the deployment of applications as portable, self-sufficient containers. This Template includes Docker Engine and Docker Compose Plugin.",
|
|
"script": "vm/docker-vm.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/docker-vm.sh",
|
|
"categories": [
|
|
2,
|
|
3
|
|
],
|
|
"notes": [
|
|
"After the script completes, click on the VM, then on the Summary or Console tab to find the VM IP.",
|
|
"This Script works on amd64 and arm64 Architecture."
|
|
],
|
|
"type": "vm",
|
|
"default_credentials": {
|
|
"username": "root",
|
|
"password": "docker"
|
|
}
|
|
},
|
|
{
|
|
"name": "Docker",
|
|
"slug": "docker",
|
|
"desc": "Docker is an open-source project for automating the deployment of applications as portable, self-sufficient containers.",
|
|
"script": "ct/docker.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/docker.sh",
|
|
"categories": [
|
|
3
|
|
],
|
|
"notes": [
|
|
"If the LXC is created Privileged, the script will automatically set up USB passthrough.",
|
|
"Run Compose V2 by replacing the hyphen (-) with a space, using `docker compose`, instead of `docker-compose`.",
|
|
"Options to Install Portainer and/or Docker Compose V2"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Dockge",
|
|
"slug": "dockge",
|
|
"desc": "Dockge is a fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager.",
|
|
"script": "ct/dockge.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/dockge.sh",
|
|
"categories": [
|
|
3
|
|
],
|
|
"notes": [
|
|
"Options to add Immich and/or Home Assistant",
|
|
"If the LXC is created Privileged, the script will automatically set up USB passthrough."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Docmost",
|
|
"slug": "docmost",
|
|
"desc": "Open-source collaborative wiki and documentation software Create, collaborate, and share knowledge seamlessly with Docmost. Ideal for managing your wiki, knowledge-base, documentation and a lot more.",
|
|
"script": "ct/docmost.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/docmost.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Documenso",
|
|
"slug": "documenso",
|
|
"desc": "Signing documents digitally should be fast and easy and should be the best practice for every document signed worldwide. This is technically quite easy today, but it also introduces a new party to every signature: The signing tool providers. While this is not a problem in itself, it should make us think about how we want these providers of trust to work. Documenso aims to be the world's most trusted document-signing tool. This trust is built by empowering you to self-host Documenso and review how it works under the hood.",
|
|
"script": "ct/documenso.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/documenso.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "helper-scripts@local.com",
|
|
"password": "helper-scripts"
|
|
}
|
|
},
|
|
{
|
|
"name": "Dolibarr",
|
|
"slug": "dolibarr",
|
|
"desc": "Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). it's an open source Web application (written in PHP) designed for businesses of any sizes, foundations and freelancers.",
|
|
"script": "ct/dolibarr.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/dolibarr.sh",
|
|
"categories": [
|
|
25
|
|
],
|
|
"notes": [
|
|
"Database credentials: `cat ~/dolibarr.creds`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Dotnet ASP Web API",
|
|
"slug": "dotnetaspwebapi",
|
|
"desc": "Automatically setup a ASP.NET server up, as well as a FTP server so you can publish to this container from Visual Studio.",
|
|
"script": "ct/dotnetaspwebapi.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/dotnetaspwebapi.sh",
|
|
"categories": [
|
|
20
|
|
],
|
|
"notes": [
|
|
"FTP server credentials: `cat ~/ftp.creds`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Duplicati",
|
|
"slug": "duplicati",
|
|
"desc": "Duplicati is a free, open-source backup solution that offers zero-trust, fully encrypted backups for your data.",
|
|
"script": "ct/duplicati.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/duplicati.sh",
|
|
"categories": [
|
|
7
|
|
],
|
|
"notes": [
|
|
"Admin password and database encryption key: `cat ~/duplicati.creds`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Element Synapse",
|
|
"slug": "elementsynapse",
|
|
"desc": "Synapse is an open source Matrix homeserver implementation, written and maintained by Element. Matrix is the open standard for secure and interoperable real time communications. You can directly run and manage the source code in this repository, available under an AGPL license. There is no support provided from Element unless you have a subscription.",
|
|
"script": "ct/elementsynapse.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/elementsynapse.sh",
|
|
"categories": [
|
|
4
|
|
],
|
|
"notes": [
|
|
"Type `cat ~/matrix.creds` to see admin username/password.",
|
|
"Synapse-Admin is running on port 5173"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Emby Media Server",
|
|
"slug": "emby",
|
|
"desc": "Emby brings together your personal videos, music, photos, and live television.",
|
|
"script": "ct/emby.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/emby.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [
|
|
"With Privileged/Unprivileged Hardware Acceleration Support"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "EMQX",
|
|
"slug": "emqx",
|
|
"desc": "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.",
|
|
"script": "ct/emqx.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/emqx.sh",
|
|
"categories": [
|
|
18
|
|
],
|
|
"notes": [
|
|
"Setup-Steps: Access Control \u27a1 Authentication \u27a1 Create \u27a1 Next \u27a1 Next \u27a1 Create \u27a1 Users \u27a1 Add \u27a1 Username / Password (to authenicate with MQTT) \u27a1 Save. You're now ready to enjoy a high-performance MQTT Broker."
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "public"
|
|
}
|
|
},
|
|
{
|
|
"name": "ErsatzTV",
|
|
"slug": "ersatztv",
|
|
"desc": "ErsatzTV is software for configuring and streaming custom live channels using your media library.",
|
|
"script": "ct/ersatztv.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/ersatztv.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "ESPHome",
|
|
"slug": "esphome",
|
|
"desc": "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.",
|
|
"script": "ct/esphome.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/esphome.sh",
|
|
"categories": [
|
|
16
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "evcc",
|
|
"slug": "evcc",
|
|
"desc": "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.",
|
|
"script": "ct/evcc.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/evcc.sh",
|
|
"categories": [
|
|
16
|
|
],
|
|
"notes": [
|
|
"To configure evcc, type `cd /etc` followed by `evcc configure` in the evcc LXC shell"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Excalidraw",
|
|
"slug": "excalidraw",
|
|
"desc": "An open source virtual hand-drawn style whiteboard. Collaborative and end-to-end encrypted.",
|
|
"script": "ct/excalidraw.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/excalidraw.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Fenrus",
|
|
"slug": "fenrus",
|
|
"desc": "A personal home page for quick access to all your personal apps/sites.",
|
|
"script": "ct/fenrus.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/fenrus.sh",
|
|
"categories": [
|
|
10
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "FHEM",
|
|
"slug": "fhem",
|
|
"desc": "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.",
|
|
"script": "ct/fhem.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/fhem.sh",
|
|
"categories": [
|
|
16
|
|
],
|
|
"notes": [
|
|
"If the LXC is created Privileged, the script will automatically set up USB passthrough."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"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.",
|
|
"script": "tools/addon/filebrowser-quantum.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/filebrowser-quantum.sh",
|
|
"categories": [
|
|
1,
|
|
11
|
|
],
|
|
"notes": [],
|
|
"type": "addon",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "helper-scripts.com"
|
|
}
|
|
},
|
|
{
|
|
"name": "File Browser",
|
|
"slug": "filebrowser",
|
|
"desc": "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.",
|
|
"script": "tools/addon/filebrowser.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/filebrowser.sh",
|
|
"categories": [
|
|
1,
|
|
11
|
|
],
|
|
"notes": [
|
|
"Execute within an existing LXC Console"
|
|
],
|
|
"type": "addon",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "helper-scripts.com"
|
|
}
|
|
},
|
|
{
|
|
"name": "FileFlows",
|
|
"slug": "fileflows",
|
|
"desc": "FileFlows is a powerful, open-source tool for automating media file processing workflows, including encoding, decoding, and media management. It offers an intuitive GUI and extensive plugin support, making it ideal for tasks like video transcoding, organizing, and managing large media libraries.",
|
|
"script": "ct/fileflows.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/fileflows.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [
|
|
"With Privileged/Unprivileged Hardware Acceleration Support"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Firefly III",
|
|
"slug": "firefly",
|
|
"desc": "Firefly III is a free, self-hosted tool for managing your finances. Track expenses, plan budgets, and get detailed reports.",
|
|
"script": "ct/firefly.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/firefly.sh",
|
|
"categories": [
|
|
23
|
|
],
|
|
"notes": [
|
|
"Data Importer is at `http://<LXC_IP>/dataimporter/`",
|
|
"Database credentials: `cat ~/firefly.creds`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "FlareSolverr",
|
|
"slug": "flaresolverr",
|
|
"desc": "FlareSolverr is a proxy server to bypass Cloudflare and DDoS-GUARD protection.",
|
|
"script": "ct/flaresolverr.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/flaresolverr.sh",
|
|
"categories": [
|
|
14
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "FlowiseAI",
|
|
"slug": "flowiseai",
|
|
"desc": "FlowiseAI is an open source low-code tool for developers to build customized LLM orchestration flow & AI agents",
|
|
"script": "ct/flowiseai.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/flowiseai.sh",
|
|
"categories": [
|
|
20
|
|
],
|
|
"notes": [
|
|
"Application takes long time to install. Please be patient!"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Fluid-Calendar",
|
|
"slug": "fluid-calendar",
|
|
"desc": "The open-source intelligent calendar that adapts to your workflow. Experience seamless task scheduling powered by AI, designed to make your time management effortless.",
|
|
"script": "ct/fluid-calendar.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/fluid-calendar.sh",
|
|
"categories": [
|
|
19,
|
|
0
|
|
],
|
|
"notes": [
|
|
"Creds: cat ~/fluid-calendar.creds"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Forgejo",
|
|
"slug": "forgejo",
|
|
"desc": "Forgejo is an open-source, self-hosted Git service that allows individuals and teams to manage their code repositories.",
|
|
"script": "ct/forgejo.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/forgejo.sh",
|
|
"categories": [
|
|
20
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "FreePBX",
|
|
"slug": "freepbx",
|
|
"desc": "FreePBX is a web-based open-source graphical user interface that manages Asterisk, a voice over IP and telephony server.",
|
|
"script": "ct/freepbx.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/freepbx.sh",
|
|
"categories": [
|
|
0
|
|
],
|
|
"notes": [
|
|
"This script uses the official FreePBX install script. Check it here: https://github.com/FreePBX/sng_freepbx_debian_install"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "FreshRSS",
|
|
"slug": "freshrss",
|
|
"desc": "FreshRSS is a self-hosted RSS and Atom feed aggregator that lets users collect, organize, and read from multiple sources in one place. It is lightweight, easy to work with, powerful, and customizable.",
|
|
"script": "ct/freshrss.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/freshrss.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [
|
|
"Database credentials: `cat ~/freshrss.creds`",
|
|
"Per FreshRSS documentation, a cron job to actualize FreshRSS will be setup at `/etc/cron.d/freshrss-actualize`. This can be adjusted as needed"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Frigate",
|
|
"slug": "frigate",
|
|
"desc": "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.",
|
|
"script": "ct/frigate.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/frigate.sh",
|
|
"categories": [
|
|
15
|
|
],
|
|
"notes": [
|
|
"Discussions (explore more advanced methods): `https://github.com/tteck/Proxmox/discussions/2711`",
|
|
"go2rtc Interface port:`1984`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Proxmox VE LXC Filesystem Trim",
|
|
"slug": "fstrim",
|
|
"desc": "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.",
|
|
"script": "tools/pve/fstrim.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/fstrim.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Execute within the Proxmox shell",
|
|
"This is designed to work with SSDs on ext4 filesystems only."
|
|
],
|
|
"type": "pve"
|
|
},
|
|
{
|
|
"name": "Fumadocs",
|
|
"slug": "fumadocs",
|
|
"desc": "Fumadocs is a flexible and high-performance framework for creating well-structured documentation websites using Next.js. It allows developers to write content and transform it into structured data. Fumadocs supports various content sources, including MDX and Content Collections, and integrates search solutions like Orama and Algolia. It also provides interactive components to enhance the user experience.",
|
|
"script": "ct/fumadocs.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/fumadocs.sh",
|
|
"categories": [
|
|
10
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "gatus",
|
|
"slug": "gatus",
|
|
"desc": "Gatus is a developer-oriented health dashboard that gives you the ability to monitor your services using HTTP, ICMP, TCP, and even DNS queries as well as evaluate the result of said queries by using a list of conditions on values like the status code, the response time, the certificate expiration, the body and many others. The icing on top is that each of these health checks can be paired with alerting via Slack, Teams, PagerDuty, Discord, Twilio and many more.",
|
|
"script": "ct/gatus.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/gatus.sh",
|
|
"categories": [
|
|
9
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Ghost",
|
|
"slug": "ghost",
|
|
"desc": "Ghost is a powerful app for professional publishers to create, share, and grow a business around their content. It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members.",
|
|
"script": "ct/ghost.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/ghost.sh",
|
|
"categories": [
|
|
25
|
|
],
|
|
"notes": [
|
|
"To run Ghost-CLI commands, first set a password for the ghost-user by running `sudo passwd ghost-user`. Then, switch to the ghost-user with `sudo -su ghost-user`."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Gitea-Mirror",
|
|
"slug": "gitea-mirror",
|
|
"desc": "Gitea Mirror auto-syncs GitHub repos to your self-hosted Gitea, with a sleek Web UI and easy Docker deployment. ",
|
|
"script": "ct/gitea-mirror.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/gitea-mirror.sh",
|
|
"categories": [
|
|
7
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Gitea",
|
|
"slug": "gitea",
|
|
"desc": "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.",
|
|
"script": "ct/gitea.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/gitea.sh",
|
|
"categories": [
|
|
20
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Glance",
|
|
"slug": "glance",
|
|
"desc": "A self-hosted dashboard that puts all your feeds in one place",
|
|
"script": "ct/glance.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/glance.sh",
|
|
"categories": [
|
|
9
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Glances",
|
|
"slug": "glances",
|
|
"desc": "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.",
|
|
"script": "tools/addon/glances.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/glances.sh",
|
|
"categories": [
|
|
9
|
|
],
|
|
"notes": [
|
|
"Execute within an existing LXC Console",
|
|
"WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing."
|
|
],
|
|
"type": "addon"
|
|
},
|
|
{
|
|
"name": "GLPI",
|
|
"slug": "glpi",
|
|
"desc": "GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing.",
|
|
"script": "ct/glpi.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/glpi.sh",
|
|
"categories": [
|
|
25
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "glpi",
|
|
"password": "glpi"
|
|
}
|
|
},
|
|
{
|
|
"name": "go2rtc",
|
|
"slug": "go2rtc",
|
|
"desc": "go2rtc is the ultimate camera streaming application with support RTSP, WebRTC, HomeKit, FFmpeg, RTMP, etc.",
|
|
"script": "ct/go2rtc.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/go2rtc.sh",
|
|
"categories": [
|
|
15
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Gokapi",
|
|
"slug": "gokapi",
|
|
"desc": "Gokapi is a lightweight server to share files, which expire after a set amount of downloads or days.",
|
|
"script": "ct/gokapi.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/gokapi.sh",
|
|
"categories": [
|
|
11
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "GoMFT",
|
|
"slug": "gomft",
|
|
"desc": "GoMFT is a web-based managed file transfer application built with Go, leveraging rclone for robust file transfer capabilities. It provides a user-friendly interface for configuring, scheduling, and monitoring file transfers across various storage providers.",
|
|
"script": "ct/gomft.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/gomft.sh",
|
|
"categories": [
|
|
7
|
|
],
|
|
"notes": [
|
|
"For additional configuration options check the documentation."
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin@example.com",
|
|
"password": "admin"
|
|
}
|
|
},
|
|
{
|
|
"name": "Gotify",
|
|
"slug": "gotify",
|
|
"desc": "Gotify is a simple server for sending and receiving messages",
|
|
"script": "ct/gotify.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/gotify.sh",
|
|
"categories": [
|
|
19
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "admin"
|
|
}
|
|
},
|
|
{
|
|
"name": "Grafana",
|
|
"slug": "grafana",
|
|
"desc": "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.",
|
|
"script": "ct/grafana.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/grafana.sh",
|
|
"categories": [
|
|
9
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "admin"
|
|
}
|
|
},
|
|
{
|
|
"name": "Graylog",
|
|
"slug": "graylog",
|
|
"desc": "Graylog is an open-source log management and analysis platform that centralizes and processes log data from various sources, enabling real-time search, analysis, and alerting for IT infrastructure monitoring and troubleshooting.",
|
|
"script": "ct/graylog.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/graylog.sh",
|
|
"categories": [
|
|
9
|
|
],
|
|
"notes": [
|
|
"Initial Setup credentials: `tail /var/log/graylog-server/server.log` after the server starts for the first time.",
|
|
"Type `cat ~/graylog.creds` to get admin password that you use to log in AFTER the Initial Setup"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Grist",
|
|
"slug": "grist",
|
|
"desc": "Grist is a modern, open source spreadsheet that goes beyond the grid",
|
|
"script": "ct/grist.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/grist.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "grocy",
|
|
"slug": "grocy",
|
|
"desc": "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.",
|
|
"script": "ct/grocy.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/grocy.sh",
|
|
"categories": [
|
|
24
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "admin"
|
|
}
|
|
},
|
|
{
|
|
"name": "Habitica",
|
|
"slug": "habitica",
|
|
"desc": "Habitica is an open-source habit-building program that treats your life like a role-playing game. Level up as you succeed, lose HP as you fail, and earn Gold to buy weapons and armor!",
|
|
"script": "ct/habitica.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/habitica.sh",
|
|
"categories": [
|
|
24
|
|
],
|
|
"notes": [
|
|
"It takes a minute or two after installation for web UI to start, please be patient."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Home Assistant OS",
|
|
"slug": "haos-vm",
|
|
"desc": "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.",
|
|
"script": "vm/haos-vm.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/haos-vm.sh",
|
|
"categories": [
|
|
16
|
|
],
|
|
"notes": [
|
|
"The disk must have a minimum size of 32GB and its size cannot be changed during the creation of the VM.",
|
|
"After the script completes, click on the VM, then on the Summary or Console tab to find the VM IP."
|
|
],
|
|
"type": "vm"
|
|
},
|
|
{
|
|
"name": "Headscale",
|
|
"slug": "headscale",
|
|
"desc": "An open source, self-hosted implementation of the Tailscale control server",
|
|
"script": "ct/headscale.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/headscale.sh",
|
|
"categories": [
|
|
4
|
|
],
|
|
"notes": [
|
|
"Configuration settings: `/etc/headscale/config.yaml`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Heimdall Dashboard",
|
|
"slug": "heimdall-dashboard",
|
|
"desc": "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.",
|
|
"script": "ct/heimdall-dashboard.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/heimdall-dashboard.sh",
|
|
"categories": [
|
|
10
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "hev-socks5-server",
|
|
"slug": "hev-socks5-server",
|
|
"desc": "HevSocks5Server is a simple, lightweight socks5 server.",
|
|
"script": "ct/hev-socks5-server.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/hev-socks5-server.sh",
|
|
"categories": [
|
|
4
|
|
],
|
|
"notes": [
|
|
"Default credentials: `cat /root/hev.creds`",
|
|
"Config stored at `/etc/hev-socks5-server/main.yml`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "HiveMQ CE",
|
|
"slug": "hivemq",
|
|
"desc": "HiveMQ CE is a Java-based open source MQTT broker that fully supports MQTT 3.x and MQTT 5.",
|
|
"script": "ct/hivemq.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/hivemq.sh",
|
|
"categories": [
|
|
18
|
|
],
|
|
"notes": [
|
|
"To check if HiveMQ is listening to the default port for MQTT `lsof -i :1883`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Homarr",
|
|
"slug": "homarr",
|
|
"desc": "Homarr is a sleek, modern dashboard that puts all of your apps and services at your fingertips.",
|
|
"script": "ct/homarr.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/homarr.sh",
|
|
"categories": [
|
|
10
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Home Assistant Core",
|
|
"slug": "homeassistant-core",
|
|
"desc": "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.",
|
|
"script": "ct/homeassistant-core.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/homeassistant-core.sh",
|
|
"categories": [
|
|
16
|
|
],
|
|
"notes": [
|
|
"If the LXC is created Privileged, the script will automatically set up USB passthrough.",
|
|
"Requires PVE 8.2.2 with kernel 6.8.4-3-pve or newer",
|
|
"Deprecation-Warning: This Core-based setup will be deprecated by August 2025. Use Home Assistant OS is strongly recommended to ensure long-term stability and updates.",
|
|
"config path: `/root/.homeassistant`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Home Assistant Container",
|
|
"slug": "homeassistant",
|
|
"desc": "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.",
|
|
"script": "ct/homeassistant.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/homeassistant.sh",
|
|
"categories": [
|
|
16
|
|
],
|
|
"notes": [
|
|
"If the LXC is created Privileged, the script will automatically set up USB passthrough.",
|
|
"config path: `/var/lib/docker/volumes/hass_config/_data`",
|
|
"Portainer interface: $IP: 9443 - User & password must be set manually within 5 minutes, otherwise a restart of Portainer is required!",
|
|
"WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "HomeBox",
|
|
"slug": "homebox",
|
|
"desc": "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.",
|
|
"script": "ct/homebox.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/homebox.sh",
|
|
"categories": [
|
|
24
|
|
],
|
|
"notes": [
|
|
".env file location: `/opt/.env`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Homebridge",
|
|
"slug": "homebridge",
|
|
"desc": "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.",
|
|
"script": "ct/homebridge.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/homebridge.sh",
|
|
"categories": [
|
|
16
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "admin"
|
|
}
|
|
},
|
|
{
|
|
"name": "Homepage",
|
|
"slug": "homepage",
|
|
"desc": "Homepage is a self-hosted dashboard solution for centralizing and organizing data and information.",
|
|
"script": "ct/homepage.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/homepage.sh",
|
|
"categories": [
|
|
10
|
|
],
|
|
"notes": [
|
|
"Configuration (bookmarks.yaml, services.yaml, widgets.yaml) path: `/opt/homepage/config/`",
|
|
"Add additional allowed hosts to `/opt/homepage/.env`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Homer",
|
|
"slug": "homer",
|
|
"desc": "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.",
|
|
"script": "ct/homer.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/homer.sh",
|
|
"categories": [
|
|
10
|
|
],
|
|
"notes": [
|
|
"Configuration Path: `/opt/homer/assets/config.yml`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Proxmox VE Host Backup",
|
|
"slug": "host-backup",
|
|
"desc": "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.",
|
|
"script": "tools/pve/host-backup.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/host-backup.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Execute within the Proxmox shell",
|
|
"A backup is rendered ineffective when it remains stored on the host"
|
|
],
|
|
"type": "pve"
|
|
},
|
|
{
|
|
"name": "Huntarr",
|
|
"slug": "huntarr",
|
|
"desc": "Huntarr is a tool that automates the search for missing or low-quality media content in your collection. It works seamlessly with applications like Sonarr, Radarr, Lidarr, Readarr, and Whisparr, enhancing their functionality with continuous background scans to identify and update missed or outdated content. Through a user-friendly web interface accessible on port 9705, Huntarr provides real-time statistics, log views, and extensive configuration options. The software is especially useful for users who want to keep their media library up to date by automatically searching for missing episodes or higher-quality versions. Huntarr is well-suited for self-hosted environments and can easily run in LXC containers or Docker setups.",
|
|
"script": "ct/huntarr.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/huntarr.sh",
|
|
"categories": [
|
|
14
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "HyperHDR",
|
|
"slug": "hyperhdr",
|
|
"desc": "HyperHDR is a highly optimized open source ambient lighting implementation based on modern digital video and audio stream analysis.",
|
|
"script": "ct/hyperhdr.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/hyperhdr.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Hyperion",
|
|
"slug": "hyperion",
|
|
"desc": "Hyperion is an opensource Ambient Lighting implementation. It supports many LED devices and video grabbers.",
|
|
"script": "ct/hyperion.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/hyperion.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Immich",
|
|
"slug": "immich",
|
|
"desc": "High performance self-hosted photo and video management solution.",
|
|
"script": "ct/immich.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/immich.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [
|
|
"During installation, you will be prompted with the option to install Intel OpenVINO for hardware-accelerated machine-learning. If you opt in, increase your LXC RAM after installation, as OpenVINO is memory-intensive",
|
|
"HW-accelerated video transcoding is supported, but must be enabled in Immich Settings",
|
|
"To change upload location, edit 'IMMICH_MEDIA_LOCATION' in `/opt/immich/.env`, and create the symlink 'upload' in /opt/immich/app & /opt/immich/app/machine-learning to your new upload location",
|
|
"Logs: `/var/log/immich`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "InfluxDB",
|
|
"slug": "influxdb",
|
|
"desc": "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.",
|
|
"script": "ct/influxdb.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/influxdb.sh",
|
|
"categories": [
|
|
8
|
|
],
|
|
"notes": [
|
|
"Port for V1: 8888",
|
|
"Port for V2: 8086"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "InspIRCd 4",
|
|
"slug": "inspircd",
|
|
"desc": "InspIRCd is a modular C++ Internet Relay Chat (IRC) server for UNIX-like and Windows systems.",
|
|
"script": "ct/inspircd.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/inspircd.sh",
|
|
"categories": [
|
|
24
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "InvenTree",
|
|
"slug": "inventree",
|
|
"desc": "InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is designed to be lightweight and easy to use for SME or hobbyist applications.",
|
|
"script": "ct/inventree.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/inventree.sh",
|
|
"categories": [
|
|
25
|
|
],
|
|
"notes": [
|
|
"Please read the documentation for your configuration needs."
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "`cat /etc/inventree/admin_password.txt`"
|
|
}
|
|
},
|
|
{
|
|
"name": "ioBroker",
|
|
"slug": "iobroker",
|
|
"desc": "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.",
|
|
"script": "ct/iobroker.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/iobroker.sh",
|
|
"categories": [
|
|
16
|
|
],
|
|
"notes": [
|
|
"WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "iVentoy",
|
|
"slug": "iventoy",
|
|
"desc": "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.",
|
|
"script": "ct/iventoy.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/iventoy.sh",
|
|
"categories": [
|
|
2
|
|
],
|
|
"notes": [
|
|
"Container must be privileged."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Jackett",
|
|
"slug": "jackett",
|
|
"desc": "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.",
|
|
"script": "ct/jackett.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/jackett.sh",
|
|
"categories": [
|
|
11
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Jellyfin Media Server",
|
|
"slug": "jellyfin",
|
|
"desc": "Jellyfin is a free and open-source media server and suite of multimedia applications designed to organize, manage, and share digital media files to networked devices.",
|
|
"script": "ct/jellyfin.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/jellyfin.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [
|
|
"With Privileged/Unprivileged Hardware Acceleration Support",
|
|
"FFmpeg path: /usr/lib/jellyfin-ffmpeg/ffmpeg"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Jellyseerr",
|
|
"slug": "jellyseerr",
|
|
"desc": "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.",
|
|
"script": "ct/jellyseerr.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/jellyseerr.sh",
|
|
"categories": [
|
|
14
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Jenkins",
|
|
"slug": "jenkins",
|
|
"desc": "Jenkins provides hundreds of plugins to support building, deploying and automating any project. ",
|
|
"script": "ct/jenkins.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/jenkins.sh",
|
|
"categories": [
|
|
22
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Jupyter Notebook",
|
|
"slug": "jupyternotebook",
|
|
"desc": "The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.",
|
|
"script": "ct/jupyternotebook.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/jupyternotebook.sh",
|
|
"categories": [
|
|
20
|
|
],
|
|
"notes": [
|
|
"To get the token to access the Jupyter Notebook, run the following command: jupyter notebook list."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "karakeep",
|
|
"slug": "karakeep",
|
|
"desc": "karakeep (formerly: hoarder) is an AI-powered bookmarking tool that helps you save and organize your digital content. It automatically tags your links, notes, and images, making them easy to find later. With features like auto-fetching, lists, and full-text search, karakeep is the perfect tool for anyone who wants to keep track of their digital life.",
|
|
"script": "ct/karakeep.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/karakeep.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Kasm",
|
|
"slug": "kasm",
|
|
"desc": "Kasm Workspaces is a container streaming platform that delivers browser-based access to desktops, applications, and web services with enhanced security and scalability.",
|
|
"script": "ct/kasm.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/kasm.sh",
|
|
"categories": [
|
|
9
|
|
],
|
|
"notes": [
|
|
"WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
|
|
"Kasm needs swap (on Proxmox host) and activated FUSE to be installed successfully!",
|
|
"Show password: `cat ~/kasm.creds`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Kavita",
|
|
"slug": "kavita",
|
|
"desc": "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.",
|
|
"script": "ct/kavita.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/kavita.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [
|
|
"To enable folder adding append your lxc.conf on your host with 'lxc.environment: DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1'"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Proxmox VE Kernel Clean",
|
|
"slug": "kernel-clean",
|
|
"desc": "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.",
|
|
"script": "tools/pve/kernel-clean.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/kernel-clean.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Execute within the Proxmox shell"
|
|
],
|
|
"type": "pve"
|
|
},
|
|
{
|
|
"name": "Proxmox VE Kernel Pin",
|
|
"slug": "kernel-pin",
|
|
"desc": "Kernel Pin is an essential tool for effortlessly managing kernel pinning and unpinning.",
|
|
"script": "tools/pve/kernel-pin.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/kernel-pin.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Execute within the Proxmox shell"
|
|
],
|
|
"type": "pve"
|
|
},
|
|
{
|
|
"name": "Keycloak",
|
|
"slug": "keycloak",
|
|
"desc": "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.",
|
|
"script": "ct/keycloak.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/keycloak.sh",
|
|
"categories": [
|
|
6
|
|
],
|
|
"notes": [
|
|
"First start can take a few minutes",
|
|
"This script requires some extra steps after the installation, Please checkout the `https://github.com/community-scripts/ProxmoxVE/discussions/193`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Kimai",
|
|
"slug": "kimai",
|
|
"desc": "Kimai is an open-source time-tracking software designed for freelancers, small teams, and businesses to efficiently track, manage, and analyze work hours. This web-based tool enables users to log their work time with ease, associating entries with specific clients, projects, and tasks.",
|
|
"script": "ct/kimai.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/kimai.sh",
|
|
"categories": [
|
|
25
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin@helper-scripts.com",
|
|
"password": "helper-scripts.com"
|
|
}
|
|
},
|
|
{
|
|
"name": "Koillection",
|
|
"slug": "koillection",
|
|
"desc": "Koillection is a self-hosted collection manager created to keep track of physical (mostly) collections of any kind like books, DVDs, stamps, games... Koillection is meant to be used for any kind of collections and doesn't come with pre-built metadata download. But you can tailor your own HTML scraper, or you can add your own metadata freely.",
|
|
"script": "ct/koillection.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/koillection.sh",
|
|
"categories": [
|
|
24
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Kometa",
|
|
"slug": "kometa",
|
|
"desc": "Kometa (formerly known as Plex Meta Manager) is a powerful tool designed to give you complete control over your media libraries",
|
|
"script": "ct/kometa.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/kometa.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [
|
|
"During installation you will be prompted to input your TMDb key, Plex URL and Plex token. Make sure you have them ready.",
|
|
"Configuration file is at `/opt/kometa/config/config.yml`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Komga",
|
|
"slug": "komga",
|
|
"desc": "A media server for your comics, mangas, BDs, magazines and eBooks. Organize your CBZ, CBR, PDF and EPUB files in different libraries, collections or reading lists. Use the integrated Webreader, the Mihon extension, any OPDS reader, or other integrations. Edit metadata for your series and books.",
|
|
"script": "ct/komga.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/komga.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [
|
|
"Starting Komga (Web UI) may take up to 2 minutes after a restart or fresh installation."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Komodo",
|
|
"slug": "komodo",
|
|
"desc": "Komodo is a build and deployment system that automates the creation of versioned Docker images from Git repositories and facilitates the deployment of Docker containers and Docker Compose setups. It provides features such as build automation triggered by Git pushes, deployment management, and monitoring of uptime and logs across multiple servers. The core API and associated agent are developed in Rust.",
|
|
"script": "ct/komodo.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/komodo.sh",
|
|
"categories": [
|
|
3
|
|
],
|
|
"notes": [
|
|
"After the initial installation: Enter your desired admin user and password and then click on Sign Up"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Kubo",
|
|
"slug": "kubo",
|
|
"desc": "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.",
|
|
"script": "ct/kubo.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/kubo.sh",
|
|
"categories": [
|
|
4
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "LazyLibrarian",
|
|
"slug": "lazylibrarian",
|
|
"desc": "LazyLibrarian is a SickBeard, CouchPotato, Headphones-like application for ebooks, audiobooks and magazines.",
|
|
"script": "ct/lazylibrarian.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/lazylibrarian.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "LibreTranslate",
|
|
"slug": "libretranslate",
|
|
"desc": "Free and Open Source Machine Translation API, entirely self-hosted. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations. Instead, its translation engine is powered by the open source Argos Translate library.",
|
|
"script": "ct/libretranslate.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/libretranslate.sh",
|
|
"categories": [
|
|
0
|
|
],
|
|
"notes": [
|
|
"During the installation, application will download language models used for translation. Depending on how fast your internet/host is, this can take 5-10 minutes.",
|
|
"At every boot of LXC, application will look for updates for language models installed. This can prolong the startup of the LXC."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Lidarr",
|
|
"slug": "lidarr",
|
|
"desc": "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.",
|
|
"script": "ct/lidarr.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/lidarr.sh",
|
|
"categories": [
|
|
14
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Linkwarden",
|
|
"slug": "linkwarden",
|
|
"desc": "Linkwarden is a fully self-hostable, open-source collaborative bookmark manager to collect, organize and archive webpages.",
|
|
"script": "ct/linkwarden.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/linkwarden.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "listmonk",
|
|
"slug": "listmonk",
|
|
"desc": "High performance, self-hosted, newsletter and mailing list manager with a modern dashboard.",
|
|
"script": "ct/listmonk.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/listmonk.sh",
|
|
"categories": [
|
|
0
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "lldap",
|
|
"slug": "lldap",
|
|
"desc": "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.",
|
|
"script": "ct/lldap.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/lldap.sh",
|
|
"categories": [
|
|
6
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "password"
|
|
}
|
|
},
|
|
{
|
|
"name": "LubeLogger",
|
|
"slug": "lubelogger",
|
|
"desc": "Web-Based Vehicle Maintenance and Fuel Mileage Tracker",
|
|
"script": "ct/lubelogger.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/lubelogger.sh",
|
|
"categories": [
|
|
24
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Container LXC Deletion",
|
|
"slug": "lxc-delete",
|
|
"desc": "This script helps manage and delete LXC containers on a Proxmox VE server. It lists all available containers, allowing the user to select one or more for deletion through an interactive menu. Running containers are automatically stopped before deletion, and the user is asked to confirm each action. The script ensures a controlled and efficient container management process.",
|
|
"script": "tools/pve/lxc-delete.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/lxc-delete.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Execute within the Proxmox shell"
|
|
],
|
|
"type": "pve"
|
|
},
|
|
{
|
|
"name": "Lyrion Music Server",
|
|
"slug": "lyrionmusicserver",
|
|
"desc": "Lyrion Music Server is an open-source server software to stream local music collections, internet radio, and music services to Squeezebox and compatible audio players.",
|
|
"script": "ct/lyrionmusicserver.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/lyrionmusicserver.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Mafl",
|
|
"slug": "mafl",
|
|
"desc": "Mafl is an intuitive service for organizing your homepage. Customize Mafl to your individual needs and work even more efficiently!",
|
|
"script": "ct/mafl.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/mafl.sh",
|
|
"categories": [
|
|
10
|
|
],
|
|
"notes": [
|
|
"Configuration Path: `/opt/mafl/data/config.yml`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "MagicMirror Server",
|
|
"slug": "magicmirror",
|
|
"desc": "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.",
|
|
"script": "ct/magicmirror.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/magicmirror.sh",
|
|
"categories": [
|
|
24
|
|
],
|
|
"notes": [
|
|
"Configuration Path: `/opt/magicmirror/config/config.js`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Manage My Damn Life",
|
|
"slug": "managemydamnlife",
|
|
"desc": "Manage My Damn Life (MMDL) is a self-hosted front end for managing your CalDAV tasks and calendars.",
|
|
"script": "ct/managemydamnlife.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/managemydamnlife.sh",
|
|
"categories": [
|
|
0
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Mariadb",
|
|
"slug": "mariadb",
|
|
"desc": "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.",
|
|
"script": "ct/mariadb.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/mariadb.sh",
|
|
"categories": [
|
|
8
|
|
],
|
|
"notes": [
|
|
"This script requires some extra steps after the installation, Please checkout the 'documentation'",
|
|
"Access Adminer Web UI at `http://<CONTAINER_IP>/adminer.php`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Matterbridge",
|
|
"slug": "matterbridge",
|
|
"desc": "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.",
|
|
"script": "ct/matterbridge.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/matterbridge.sh",
|
|
"categories": [
|
|
17
|
|
],
|
|
"notes": [
|
|
"If the LXC is created Privileged, the script will automatically set up USB passthrough.",
|
|
"Updatable via the Matterbridge WebUI"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Mattermost",
|
|
"slug": "mattermost",
|
|
"desc": "Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. It's written in Go and React and runs as a single Linux binary with MySQL or PostgreSQL. It has a slimilar interface and features to Slack or Discord.",
|
|
"script": "ct/mattermost.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/mattermost.sh",
|
|
"categories": [
|
|
25
|
|
],
|
|
"notes": [
|
|
"WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "MediaMTX",
|
|
"slug": "mediamtx",
|
|
"desc": "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.",
|
|
"script": "ct/mediamtx.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/mediamtx.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Medusa",
|
|
"slug": "medusa",
|
|
"desc": "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.",
|
|
"script": "ct/medusa.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/medusa.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Meilisearch",
|
|
"slug": "meilisearch",
|
|
"desc": "Meilisearch is a fast, open-source search engine designed for instant, full-text search with typo tolerance. It provides an API that allows developers to integrate powerful search features into applications. Meilisearch-UI is an optional web-based interface that provides a simple way to interact with Meilisearch, visualize indexed data, and test queries without needing to use the API directly.",
|
|
"script": "ct/meilisearch.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/meilisearch.sh",
|
|
"categories": [
|
|
8
|
|
],
|
|
"notes": [
|
|
"Meilisearch-UI can optionally be installed for a web-based search interface",
|
|
"Meilisearch-UI has early development status and can cause performance issues"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Memos",
|
|
"slug": "memos",
|
|
"desc": "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.",
|
|
"script": "ct/memos.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/memos.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "MeshCentral",
|
|
"slug": "meshcentral",
|
|
"desc": "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.",
|
|
"script": "ct/meshcentral.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/meshcentral.sh",
|
|
"categories": [
|
|
4
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "MeTube",
|
|
"slug": "metube",
|
|
"desc": "MeTube allows you to download videos from YouTube and dozens of other sites.",
|
|
"script": "ct/metube.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/metube.sh",
|
|
"categories": [
|
|
11
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Proxmox VE Processor Microcode",
|
|
"slug": "microcode",
|
|
"desc": "Processor Microcode is a layer of low-level software that runs on the processor and provides patches or updates to its firmware. Microcode updates can fix hardware bugs, improve performance, and enhance security features of the processor.\r\n\r\nIt's important to note that the availability of firmware update mechanisms, such as Intel's Management Engine (ME) or AMD's Platform Security Processor (PSP), may vary depending on the processor and its specific implementation. Therefore, it's recommended to consult the documentation for your processor to confirm whether firmware updates can be applied through the operating system.",
|
|
"script": "tools/pve/microcode.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/microcode.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Execute within the Proxmox shell",
|
|
"After a reboot, you can check whether any microcode updates are currently in effect by running the following command. `journalctl -k | grep -E \"microcode\" | head -n 1`"
|
|
],
|
|
"type": "pve"
|
|
},
|
|
{
|
|
"name": "Mikrotik RouterOS CHR",
|
|
"slug": "mikrotik-routeros",
|
|
"desc": "Mikrotik RouterOS CHR is a Linux-based operating system that transforms a computer into a router. It provides a wide range of features for network routing, firewall, bandwidth management, wireless access point, backhaul link, hotspot gateway, VPN server, and many others. RouterOS is a versatile solution that supports various network configurations, including those with multiple WAN links, hotspots, and VPNs. It is highly customizable, allowing administrators to configure and manage their networks according to their specific requirements. With RouterOS, network administrators can monitor and control the performance and security of their networks, ensuring reliable and secure communication for their users. The software is designed to be easy to use and provides a wide range of tools for network management, making it a valuable solution for small and large networks alike.",
|
|
"script": "vm/mikrotik-routeros.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/mikrotik-routeros.sh",
|
|
"categories": [
|
|
2,
|
|
4
|
|
],
|
|
"notes": [],
|
|
"type": "vm",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "none"
|
|
}
|
|
},
|
|
{
|
|
"name": "Minarca",
|
|
"slug": "minarca",
|
|
"desc": "Minarca is a self-hosted open source data backup software that allows you to manage your computer and server backups for free from a direct online accessible centralized view of your data with easy retrieval.",
|
|
"script": "ct/minarca.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/minarca.sh",
|
|
"categories": [
|
|
7
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "admin123"
|
|
}
|
|
},
|
|
{
|
|
"name": "MinIO",
|
|
"slug": "minio",
|
|
"desc": "MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads.",
|
|
"script": "ct/minio.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/minio.sh",
|
|
"categories": [
|
|
8
|
|
],
|
|
"notes": [
|
|
"Application credentials: `cat ~/minio.creds`"
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "minioadmin",
|
|
"password": null
|
|
}
|
|
},
|
|
{
|
|
"name": "MongoDB",
|
|
"slug": "mongodb",
|
|
"desc": "MongoDB is a NoSQL database that uses a document-oriented data model, storing data in JSON-like documents with dynamic schemas. This design offers flexibility and scalability, making it ideal for handling large volumes of data. MongoDB supports indexing, replication, and load balancing, ensuring high performance and availability, and can distribute data across multiple servers, making it well-suited for big data applications.",
|
|
"script": "ct/mongodb.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/mongodb.sh",
|
|
"categories": [
|
|
8
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Monica",
|
|
"slug": "monica",
|
|
"desc": "Monica is an open-source personal CRM designed to help you manage and strengthen your relationships. It allows you to store important details about your contacts, track interactions, set reminders for special dates, and log activities\u2014all in one secure, private place. Perfect for busy individuals, Monica helps you stay organized, remember meaningful moments, and nurture your connections without ads or data mining. Install it on your own server for full control!",
|
|
"script": "ct/monica.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/monica.sh",
|
|
"categories": [
|
|
24
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin@helper-scripts.com",
|
|
"password": "helper-scripts.com"
|
|
}
|
|
},
|
|
{
|
|
"name": "Proxmox VE Monitor-All",
|
|
"slug": "monitor-all",
|
|
"desc": "This script will add Monitor-All to Proxmox VE, which will monitor the status of all your instances, both containers and virtual machines, excluding templates and user-defined ones, and automatically restart or reset them if they become unresponsive. This is particularly useful if you're experiencing problems with Home Assistant becoming non-responsive every few days/weeks. Monitor-All also maintains a log of the entire process, which can be helpful for troubleshooting and monitoring purposes.\r\n\r\n\ud83d\udec8 Virtual machines without the QEMU guest agent installed must be excluded.\r\n\ud83d\udec8 Prior to generating any new CT/VM not found in this repository, it's necessary to halt Proxmox VE Monitor-All by running systemctl stop ping-instances.",
|
|
"script": "tools/pve/monitor-all.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/monitor-all.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Execute within the Proxmox shell",
|
|
"Virtual machines without the QEMU guest agent installed must be excluded.",
|
|
"Prior to generating any new CT/VM not found in this repository, it's necessary to halt Proxmox VE Monitor-All by running `systemctl stop ping-instances`.",
|
|
"To make setup changes, first stop the service: `systemctl stop ping-instances`",
|
|
"To edit pause time: `nano /usr/local/bin/ping-instances.sh`",
|
|
"To add excluded instances: `nano /etc/systemd/system/ping-instances.service`",
|
|
"After changes have been saved, `systemctl daemon-reload` and start the service: `systemctl start ping-instances`",
|
|
"Monitor-All logs: `cat /var/log/ping-instances.log`"
|
|
],
|
|
"type": "pve"
|
|
},
|
|
{
|
|
"name": "MotionEye NVR",
|
|
"slug": "motioneye",
|
|
"desc": "MotionEye is an open-source, self-hosted network video recording (NVR) software designed to manage and monitor IP cameras. It runs on various platforms such as Linux, Raspberry Pi, and Docker, and offers features such as real-time video streaming, motion detection, and customizable camera views.",
|
|
"script": "ct/motioneye.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/motioneye.sh",
|
|
"categories": [
|
|
15
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "none"
|
|
}
|
|
},
|
|
{
|
|
"name": "MQTT",
|
|
"slug": "mqtt",
|
|
"desc": "Eclipse Mosquitto is an open-source message broker that implements the MQTT (Message Queuing Telemetry Transport) protocol. It is a lightweight and simple-to-use message broker that allows IoT devices and applications to communicate with each other by exchanging messages in real-time. Mosquitto is widely used in IoT applications, due to its low resource requirements and its compatibility with a wide range of devices and platforms",
|
|
"script": "ct/mqtt.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/mqtt.sh",
|
|
"categories": [
|
|
18
|
|
],
|
|
"notes": [
|
|
"You can find post-install info here: `https://github.com/community-scripts/ProxmoxVE/discussions/782`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Mylar3",
|
|
"slug": "mylar3",
|
|
"desc": "Mylar is an automated Comic Book (cbr/cbz) downloader program for use with NZB and torrents.\r\nMylar allows you to create a watchlist of series that it monitors for various things (new issues, updated information, etc). It will grab, sort, and rename downloaded issues. It will also allow you to monitor weekly pull-lists for items belonging to said watchlisted series to download, as well as being able to monitor and maintain story-arcs.",
|
|
"script": "ct/mylar3.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/mylar3.sh",
|
|
"categories": [
|
|
14
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "MySpeed",
|
|
"slug": "myspeed",
|
|
"desc": "MySpeed is a speed test analysis tool that records and displays internet speed metrics for up to 30 days. It offers automated tests using Cron expressions and supports multiple speed test servers (Ookla, LibreSpeed, Cloudflare). MySpeed provides detailed statistics, health check notifications via email or messaging apps, and integrates with Prometheus and Grafana for advanced monitoring.",
|
|
"script": "ct/myspeed.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/myspeed.sh",
|
|
"categories": [
|
|
4
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "MySQL",
|
|
"slug": "mysql",
|
|
"desc": "MySQL is an open-source relational database management system (RDBMS) that uses SQL for managing and manipulating data. It is known for its scalability, reliability, and high performance, making it suitable for small to large-scale applications. Key features include support for ACID transactions, data replication for high availability, and compatibility with various programming languages like Python, PHP, and Java.",
|
|
"script": "ct/mysql.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/mysql.sh",
|
|
"categories": [
|
|
8
|
|
],
|
|
"notes": [
|
|
"Database credentials: `cat mysql.creds`",
|
|
"With an option to install the MySQL 8.4 LTS release instead of MySQL 8.0"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "n8n",
|
|
"slug": "n8n",
|
|
"desc": "n8n is a workflow automation tool that enables users to automate various tasks and processes by connecting various data sources, systems, and services. It provides a visual interface for building workflows, allowing users to easily define and automate complex sequences of actions, such as data processing, conditional branching, and API calls. n8n supports a wide range of integrations, making it a versatile tool for automating a variety of use cases, from simple data processing workflows to complex business processes. With its extendable architecture, n8n is designed to be easily customizable and can be adapted to meet the specific needs of different users and industries.",
|
|
"script": "ct/n8n.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/n8n.sh",
|
|
"categories": [
|
|
16
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Navidrome",
|
|
"slug": "navidrome",
|
|
"desc": "Navidrome is a music server solution that makes your music collection accessible from anywhere. It provides a modern web-based user interface and compatibility with a range of third-party mobile apps for both iOS and Android devices. With Navidrome, users can access their music collection from anywhere, whether at home or on the go. The software supports a variety of music formats, making it easy for users to play their favorite songs and albums. Navidrome provides a simple and user-friendly interface for managing and organizing music collections, making it a valuable tool for music lovers who want to access their music from anywhere. The software is designed to be easy to set up and use, making it a popular choice for those who want to host their own music server and enjoy their music collection from anywhere.",
|
|
"script": "ct/navidrome.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/navidrome.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [
|
|
"To change Navidrome music folder path, `nano /etc/navidrome/navidrome.toml`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Neo4j",
|
|
"slug": "neo4j",
|
|
"desc": "Neo4j is a graph database designed to manage complex data relationships. It uses nodes, relationships, and properties to store and analyze connected data, making it ideal for applications like recommendation engines, fraud detection, and network analysis. Its structure allows for fast querying and deep data insights through native graph storage.",
|
|
"script": "ct/neo4j.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/neo4j.sh",
|
|
"categories": [
|
|
8
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "neo4j",
|
|
"password": "neo4j"
|
|
}
|
|
},
|
|
{
|
|
"name": "NetBox",
|
|
"slug": "netbox",
|
|
"desc": "NetBox is the source of truth for everything on your network, from physical components like power systems and cabling to virtual assets like IP addresses and VLANs. Network automation and observability tools depend on NetBox\u2019s authoritative data to roll out configurations, monitor changes, and accelerate operations across the enterprise",
|
|
"script": "ct/netbox.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/netbox.sh",
|
|
"categories": [
|
|
4
|
|
],
|
|
"notes": [
|
|
"Show login and database credentials: `cat netbox.creds`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Proxmox VE Netdata",
|
|
"slug": "netdata",
|
|
"desc": "Netdata is an open-source, real-time performance monitoring tool designed to provide insights into the performance and health of systems and applications. It is often used by system administrators, DevOps professionals, and developers to monitor and troubleshoot issues on servers and other devices.",
|
|
"script": "tools/addon/netdata.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/netdata.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Execute within the Proxmox shell"
|
|
],
|
|
"type": "addon"
|
|
},
|
|
{
|
|
"name": "Nextcloud",
|
|
"slug": "nextcloud-vm",
|
|
"desc": "TurnKey Nextcloud is an open-source file sharing server and collaboration platform that can store your personal content, like documents and pictures, in a centralized location.",
|
|
"script": "vm/nextcloud-vm.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/nextcloud-vm.sh",
|
|
"categories": [
|
|
2
|
|
],
|
|
"notes": [
|
|
"This VM requires extra installation steps, see install guide at `https://github.com/community-scripts/ProxmoxVE/discussions/144`"
|
|
],
|
|
"type": "vm",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": null
|
|
}
|
|
},
|
|
{
|
|
"name": "NextcloudPi",
|
|
"slug": "nextcloudpi",
|
|
"desc": "NextCloudPi is a popular self-hosted solution for file collaboration and data storage. It is built on the NextCloud software, which is an open-source platform for data management.",
|
|
"script": "ct/nextcloudpi.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/nextcloudpi.sh",
|
|
"categories": [
|
|
2
|
|
],
|
|
"notes": [
|
|
"Only Alpine: To get the username and password, run the script again inside the LXC shell.",
|
|
"WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "NextPVR",
|
|
"slug": "nextpvr",
|
|
"desc": "NextPVR is a personal video recorder application for Microsoft Windows, Linux, Mac and Docker. NextPVR makes it easy to watch or record live TV, and provides great features like series recordings, web scheduling, iPhone/iPad client application, Kodi/Emby integration etc.",
|
|
"script": "ct/nextpvr.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/nextpvr.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "password"
|
|
}
|
|
},
|
|
{
|
|
"name": "Nginx Proxy Manager",
|
|
"slug": "nginxproxymanager",
|
|
"desc": "Nginx Proxy Manager is a tool that provides a web-based interface to manage Nginx reverse proxies. It enables users to easily and securely expose their services to the internet by providing features such as HTTPS encryption, domain mapping, and access control. It eliminates the need for manual configuration of Nginx reverse proxies, making it easy for users to quickly and securely expose their services to the public.",
|
|
"script": "ct/nginxproxymanager.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/nginxproxymanager.sh",
|
|
"categories": [
|
|
21
|
|
],
|
|
"notes": [
|
|
"Since there are hundreds of Certbot instances, it's necessary to install the specific Certbot of your preference. Running `/app/scripts/install-certbot-plugins` within the nginxproxymanager LXC shell will install many additional plugins.",
|
|
"WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing."
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin@example.com",
|
|
"password": "changeme"
|
|
}
|
|
},
|
|
{
|
|
"name": "NIC Offloading Fix",
|
|
"slug": "nic-offloading-fix",
|
|
"desc": "This script automates the process of disabling network interface card (NIC) offloading features specifically for Intel e1000e network interfaces on Linux systems.",
|
|
"script": "tools/pve/nic-offloading-fix.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/nic-offloading-fix.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Execute within the Proxmox shell"
|
|
],
|
|
"type": "pve"
|
|
},
|
|
{
|
|
"name": "NocoDB",
|
|
"slug": "nocodb",
|
|
"desc": "NocoDB is a document-oriented database management system. It uses the NoSQL (Not Only SQL) data model, which allows for more flexible and scalable data storage than traditional relational databases. NoCoDB stores data in JSON format, making it easier to manage and query complex data structures, and supports a range of data types, including strings, numbers, arrays, and objects. The software provides a web-based interface for managing and querying data, and includes features such as real-time data synchronization, auto-indexing, and full-text search. NoCoDB is designed to be scalable, and can be used for a range of applications, from small projects to large enterprise systems. The software is free and open-source, and is designed to be easy to use and integrate with other applications.",
|
|
"script": "ct/nocodb.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/nocodb.sh",
|
|
"categories": [
|
|
25
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Node-Red",
|
|
"slug": "node-red",
|
|
"desc": "Node-RED is a visual programming tool that allows developers and non-developers alike to easily wire together hardware devices, APIs, and online services to create custom applications. It provides a visual interface for building workflows, making it easy to create and modify complex integrations without having to write any code. Node-RED is used in a wide range of applications, from simple automations to complex integrations, and is known for its simplicity, versatility, and ease of use.",
|
|
"script": "ct/node-red.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/node-red.sh",
|
|
"categories": [
|
|
16
|
|
],
|
|
"notes": [
|
|
"To install themes, type `update` in the LXC console. (debian/ubuntu only)"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "NodeBB",
|
|
"slug": "nodebb",
|
|
"desc": "NodeBB Forum Software is powered by Node.js and supports either Redis, MongoDB, or a PostgreSQL database. It utilizes web sockets for instant interactions and real-time notifications. NodeBB takes the best of the modern web: real-time streaming discussions, mobile responsiveness, and rich RESTful read/write APIs, while staying true to the original bulletin board/forum format \u2192 categorical hierarchies, local user accounts, and asynchronous messaging.",
|
|
"script": "ct/nodebb.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/nodebb.sh",
|
|
"categories": [
|
|
10,
|
|
25
|
|
],
|
|
"notes": [
|
|
"Only use Ubuntu 24.04!"
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "helper-scripts",
|
|
"password": "helper-scripts"
|
|
}
|
|
},
|
|
{
|
|
"name": "Notifiarr",
|
|
"slug": "notifiarr",
|
|
"desc": "Notifiarr is a purpose built system to bring many applications together to manage and customize notifications via Discord. You can monitor many aspects of your network(s), be notified of downtime, be notified of health issues, etc",
|
|
"script": "ct/notifiarr.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/notifiarr.sh",
|
|
"categories": [
|
|
14
|
|
],
|
|
"notes": [
|
|
"Manually edit `/etc/notifiarr/notifiarr.conf`to enter the API key from Notifiarr.com, and create a password for the UI."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "NPMplus",
|
|
"slug": "npmplus",
|
|
"desc": "NPMplus is an enhanced version of Nginx Proxy Manager. It simplifies the process of setting up reverse proxies with TLS termination through a user-friendly web interface. Key features include HTTP/3 support, integration with CrowdSec IPS, inclusion of GoAccess for real-time log analysis, and support for ModSecurity with the Core Rule Set.",
|
|
"script": "ct/npmplus.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/npmplus.sh",
|
|
"categories": [
|
|
21
|
|
],
|
|
"notes": [
|
|
"This uses Docker under the hood, as this can not easily be installed bare-metal. ",
|
|
"The initial starting process can be take 1-2min. ",
|
|
"Application credentials: `cat /opt/.npm_pwd`"
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "root",
|
|
"password": null
|
|
}
|
|
},
|
|
{
|
|
"name": "ntfy",
|
|
"slug": "ntfy",
|
|
"desc": "ntfy (pronounced notify) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, and/or using a REST API. It's infinitely flexible, and 100% free software.",
|
|
"script": "ct/ntfy.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/ntfy.sh",
|
|
"categories": [
|
|
19
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Nx Witness",
|
|
"slug": "nxwitness",
|
|
"desc": "Nx Witness is a professional video management system (VMS) designed for IP cameras and surveillance systems. It provides real-time video streaming, recording, and remote access with an intuitive user interface. The software supports AI-based video analytics, integrates with third-party security systems, and offers advanced search and event management features. It is used for security monitoring, business intelligence, and large-scale surveillance deployments.",
|
|
"script": "ct/nxwitness.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/nxwitness.sh",
|
|
"categories": [
|
|
15
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "NZBGet",
|
|
"slug": "nzbget",
|
|
"desc": "NZBGet is a Usenet downloader focused on efficiency and performance, designed to handle NZB files for downloading content from Usenet. It automates downloading, checking, repairing, and extracting files, optimizing resources to run well on lower-powered devices.",
|
|
"script": "ct/nzbget.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/nzbget.sh",
|
|
"categories": [
|
|
11
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "nzbget",
|
|
"password": "tegbzn6789"
|
|
}
|
|
},
|
|
{
|
|
"name": "OAuth2-Proxy",
|
|
"slug": "oauth2-proxy",
|
|
"desc": "A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.",
|
|
"script": "ct/oauth2-proxy.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/oauth2-proxy.sh",
|
|
"categories": [
|
|
4,
|
|
6
|
|
],
|
|
"notes": [
|
|
"This application includes a blank configuration file by default due to the wide range of available configuration options. We recommend referring to the official documentation for guidance: `https://oauth2-proxy.github.io/oauth2-proxy/configuration/overview`. With this you can make your config.toml file accordingly to your needs.",
|
|
"After changing the config restart OAuth2-Proxy with: `systemctl restart oauth2-proxy`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "OctoPrint",
|
|
"slug": "octoprint",
|
|
"desc": "OctoPrint is a free and open-source web-based 3D printer control software that allows you to remotely control and monitor your 3D printer from a web interface. It was designed to be compatible with a wide range of 3D printers.",
|
|
"script": "ct/octoprint.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/octoprint.sh",
|
|
"categories": [
|
|
24
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Odoo",
|
|
"slug": "odoo",
|
|
"desc": "Odoo is a comprehensive open-source business platform made up of modular apps that cover key areas such as CRM, accounting, inventory, sales, project management, HR, helpdesk, and e-commerce. All modules are tightly integrated, allowing businesses to fully digitize and automate their workflows. Its modular design makes it suitable for both small companies and large enterprises, with flexibility to adapt to different industries. Odoo combines user-friendliness with powerful functionality, offering a unified solution for managing a wide range of business operations.",
|
|
"script": "ct/odoo.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/odoo.sh",
|
|
"categories": [
|
|
25
|
|
],
|
|
"notes": [
|
|
"Database Credentials: `cat ~/odoo.creds`"
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "admin"
|
|
}
|
|
},
|
|
{
|
|
"name": "OliveTin",
|
|
"slug": "olivetin",
|
|
"desc": "OliveTin provides a secure and straightforward way to execute pre-determined shell commands through a web-based interface.",
|
|
"script": "tools/addon/olivetin.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/olivetin.sh",
|
|
"categories": [
|
|
10
|
|
],
|
|
"notes": [
|
|
"Configuration Path: `/etc/OliveTin/config.yaml`"
|
|
],
|
|
"type": "addon"
|
|
},
|
|
{
|
|
"name": "Ollama",
|
|
"slug": "ollama",
|
|
"desc": "Ollama is a tool that allows you to run large language models locally on your own computer. This means you can experiment with and use these AI models without needing an internet connection or relying on cloud-based services. It simplifies the process of managing and running these models, offering a way to keep your data private and potentially work faster. 1 You can use Ollama to create local chatbots, conduct AI research, develop privacy-focused AI applications, and integrate AI into existing systems.",
|
|
"script": "ct/ollama.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/ollama.sh",
|
|
"categories": [
|
|
20
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Omada Controller",
|
|
"slug": "omada",
|
|
"desc": "Omada Controller is a software application used to manage TP-Link's Omada EAP (Enterprise Access Point) devices. It allows administrators to centrally manage a large number of EAPs, monitor network performance, and control user access to the network. The software provides an intuitive interface for network configuration, firmware upgrades, and network monitoring. By using the Omada Controller, administrators can streamline the management process, reduce manual intervention, and improve the overall security and reliability of the network.",
|
|
"script": "ct/omada.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/omada.sh",
|
|
"categories": [
|
|
4
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Ombi",
|
|
"slug": "ombi",
|
|
"desc": "Ombi is a self-hosted web application designed to empower shared Plex, Emby or Jellyfin users with automated content request capabilities. By integrating with various TV Show and Movie DVR tools, Ombi ensures a smooth and comprehensive experience for your users, allowing them to effortlessly request content on their own.",
|
|
"script": "ct/ombi.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/ombi.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "OpenMediaVault",
|
|
"slug": "omv",
|
|
"desc": "OpenMediaVault is a next-generation network-attached storage (NAS) solution based on Debian Linux. It provides a web-based interface for managing and storing digital data, making it easy to use and set up. OpenMediaVault supports various storage protocols, including SMB/CIFS, NFS, and FTP, and provides a wide range of features for data management, such as user and group management, disk quotas, and data backup and recovery. The software is designed to be flexible and scalable, making it a valuable solution for both personal and enterprise use. OpenMediaVault provides a stable and reliable platform for managing and storing digital data, making it a popular choice for those who want to host their own data and ensure its security and privacy. With OpenMediaVault, users can access their data from anywhere and easily share it with others, making it a valuable tool for collaboration and data management.",
|
|
"script": "ct/omv.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/omv.sh",
|
|
"categories": [
|
|
2
|
|
],
|
|
"notes": [
|
|
"Running OVM in a LXC container may require a complicated disk setup, consider using a VM instead. More info: `https://github.com/community-scripts/ProxmoxVE/discussions/175`"
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "openmediavault"
|
|
}
|
|
},
|
|
{
|
|
"name": "OneDev",
|
|
"slug": "onedev",
|
|
"desc": "Git server with CI/CD, kanban, and packages.",
|
|
"script": "ct/onedev.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/onedev.sh",
|
|
"categories": [
|
|
20
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "ONLYOFFICE Docs",
|
|
"slug": "onlyoffice",
|
|
"desc": "ONLYOFFICE Docs is an open-source online office suite that provides collaborative editors for text documents, spreadsheets, and presentations, fully compatible with Microsoft Office formats (DOCX, XLSX, PPTX).",
|
|
"script": "ct/onlyoffice.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/onlyoffice.sh",
|
|
"categories": [
|
|
9
|
|
],
|
|
"notes": [
|
|
"Database / RabbitMQ Credentials: `cat ~/onlyoffice.creds`"
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "admin"
|
|
}
|
|
},
|
|
{
|
|
"name": "Opengist",
|
|
"slug": "opengist",
|
|
"desc": "Self-hosted pastebin powered by Git, open-source alternative to Github Gist.",
|
|
"script": "ct/opengist.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/opengist.sh",
|
|
"categories": [
|
|
20
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "openHAB",
|
|
"slug": "openhab",
|
|
"desc": "openHAB is a popular open-source home automation platform that provides a vendor and technology agnostic solution for integrating and automating various smart home devices and services. It supports a wide range of devices and protocols, making it easy to bring together different systems and devices into a unified smart home ecosystem. With its user-friendly interface and powerful automation capabilities, openHAB makes it easy to create custom automations and monitor and control your smart home devices and systems, all from a single interface.",
|
|
"script": "ct/openhab.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/openhab.sh",
|
|
"categories": [
|
|
16
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "OpenObserve",
|
|
"slug": "openobserve",
|
|
"desc": "OpenObserve is a simple yet sophisticated log search, infrastructure monitoring, and APM solution.",
|
|
"script": "ct/openobserve.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/openobserve.sh",
|
|
"categories": [
|
|
9
|
|
],
|
|
"notes": [
|
|
"Show Login Credentials: `cat /opt/openobserve/data/.env`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "OpenProject",
|
|
"slug": "openproject",
|
|
"desc": "OpenProject is a web-based project management software. Use OpenProject to manage your projects, tasks and goals. Collaborate via work packages and link them to your pull requests on Github. Read more about the OpenProject GitHub integration.",
|
|
"script": "ct/openproject.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/openproject.sh",
|
|
"categories": [
|
|
25
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "admin"
|
|
}
|
|
},
|
|
{
|
|
"name": "Open WebUI",
|
|
"slug": "openwebui",
|
|
"desc": "OpenWebUI is a self-hosted, web-based interface that allows you to run AI models entirely offline. It integrates with various LLM runners, such as OpenAI and Ollama, and supports features like markdown and LaTeX rendering, model management, and voice/video calls. It also offers multilingual support and the ability to generate images using APIs like DALL-E or ComfyUI",
|
|
"script": "ct/openwebui.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/openwebui.sh",
|
|
"categories": [
|
|
20
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "OpenWrt",
|
|
"slug": "openwrt",
|
|
"desc": "OpenWrt is a powerful open-source firmware that can transform a wide range of networking devices into highly customizable and feature-rich routers, providing users with greater control and flexibility over their network infrastructure.",
|
|
"script": "vm/openwrt.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/openwrt.sh",
|
|
"categories": [
|
|
4,
|
|
2
|
|
],
|
|
"notes": [],
|
|
"type": "vm"
|
|
},
|
|
{
|
|
"name": "openziti-controller",
|
|
"slug": "openziti-controller",
|
|
"desc": "OpenZiti is an open-source, zero trust networking platform that enables secure connectivity between applications, services, and devices. It provides secure, encrypted connections between clients and services, and can be used to create secure, zero trust networks.",
|
|
"script": "ct/openziti-controller.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/openziti-controller.sh",
|
|
"categories": [
|
|
4
|
|
],
|
|
"notes": [
|
|
"The Openziti Controller installation will prompt for configuration settings during installation."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "openziti-tunnel",
|
|
"slug": "openziti-tunnel",
|
|
"desc": "OpenZiti is an open-source, zero trust networking platform that enables secure connectivity between applications, services, and devices. It provides secure, encrypted connections between clients and services, and can be used to create secure, zero trust networks.",
|
|
"script": "ct/openziti-tunnel.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/openziti-tunnel.sh",
|
|
"categories": [
|
|
4
|
|
],
|
|
"notes": [
|
|
"The Openziti tunnel is installed in host mode; please see documentation for more information",
|
|
"Openziti tunnel prompts for identity enrollment token during installation"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "OPNsense",
|
|
"slug": "opnsense-vm",
|
|
"desc": "OPNsense is an open-source firewall and routing platform based on FreeBSD. It provides advanced security features, including intrusion detection, VPN support, traffic shaping, and web filtering, with an intuitive web interface for easy management. Known for its reliability and regular updates, OPNsense is a popular choice for both businesses and home networks.",
|
|
"script": "vm/opnsense-vm.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/opnsense-vm.sh",
|
|
"categories": [
|
|
4,
|
|
2
|
|
],
|
|
"notes": [
|
|
"It will fail with default settings if there is no vmbr0 and vmbr1 on your node. Use advanced settings in this case."
|
|
],
|
|
"type": "vm",
|
|
"default_credentials": {
|
|
"username": "root",
|
|
"password": "opnsense"
|
|
}
|
|
},
|
|
{
|
|
"name": "Outline",
|
|
"slug": "outline",
|
|
"desc": "The fastest knowledge base for growing teams. Beautiful, realtime collaborative, feature packed, and markdown compatible. It\u2019s time to get your team\u2019s knowledge organized.",
|
|
"script": "ct/outline.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/outline.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [
|
|
"After installation finishes, application will do a database migration so web UI might be unavailable for a minute or two. Also you need to manually add authentication and/or enable HTTPS.",
|
|
"Configuration file is at: `/opt/outline/.env`. Modify to suit your environment."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Overseerr",
|
|
"slug": "overseerr",
|
|
"desc": "Overseerr is a request management and media discovery tool built to work with your existing Plex ecosystem.",
|
|
"script": "ct/overseerr.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/overseerr.sh",
|
|
"categories": [
|
|
14
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Owncast",
|
|
"slug": "owncast",
|
|
"desc": "Owncast is a free and open source live video and web chat server for use with existing popular broadcasting software.",
|
|
"script": "ct/owncast.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/owncast.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "abc123"
|
|
}
|
|
},
|
|
{
|
|
"name": "ownCloud",
|
|
"slug": "owncloud-vm",
|
|
"desc": "TurnKey ownCloud is an open-source file sharing server and collaboration platform that can store your personal content, like documents and pictures, in a centralized location.",
|
|
"script": "vm/owncloud-vm.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/owncloud-vm.sh",
|
|
"categories": [
|
|
2
|
|
],
|
|
"notes": [
|
|
"This VM requires extra installation steps, see install guide at `https://github.com/community-scripts/ProxmoxVE/discussions/144`"
|
|
],
|
|
"type": "vm",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": null
|
|
}
|
|
},
|
|
{
|
|
"name": "PairDrop",
|
|
"slug": "pairdrop",
|
|
"desc": "PairDrop: Local file sharing in your browser.",
|
|
"script": "ct/pairdrop.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pairdrop.sh",
|
|
"categories": [
|
|
11
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "PaperlessAI",
|
|
"slug": "paperless-ai",
|
|
"desc": "An automated document analyzer for Paperless-ngx using OpenAI API, Ollama and all OpenAI API compatible Services to automatically analyze and tag your documents.It features: Automode, Manual Mode, Ollama and OpenAI, a Chat function to query your documents with AI, a modern and intuitive Webinterface.",
|
|
"script": "ct/paperless-ai.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/paperless-ai.sh",
|
|
"categories": [
|
|
20
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Paperless-GPT",
|
|
"slug": "paperless-gpt",
|
|
"desc": "Paperless-GPT seamlessly pairs with paperless-ngx to generate AI-powered document titles and tags, saving you hours of manual sorting. While other tools may offer AI chat features, paperless-gpt stands out by supercharging OCR with LLMs-ensuring high accuracy, even with tricky scans. If you\u2019re craving next-level text extraction and effortless document organization, this is your solution.",
|
|
"script": "ct/paperless-gpt.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/paperless-gpt.sh",
|
|
"categories": [
|
|
20
|
|
],
|
|
"notes": [
|
|
"Configuration File: `/opt/paperless-gpt-data/.env`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Paperless-ngx",
|
|
"slug": "paperless-ngx",
|
|
"desc": "Paperless-ngx is a software tool designed for digitizing and organizing paper documents. It provides a web-based interface for scanning, uploading, and organizing paper documents, making it easier to manage, search, and access important information. Paperless-ngx uses the OCR (Optical Character Recognition) technology to extract text from scanned images and makes it searchable, thus increasing the efficiency of document management.",
|
|
"script": "ct/paperless-ngx.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/paperless-ngx.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [
|
|
"Show Login Credentials, type `update` in the LXC console",
|
|
"Script installs English as default OCR language. To install additional languages, use `apt-get install tesseract-ocr-[lang]`, where [lang] is the language code (e.g. `apt-get install tesseract-ocr-deu`)."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Part-DB",
|
|
"slug": "part-db",
|
|
"desc": "Part-DB is an Open source inventory management system for your electronic components",
|
|
"script": "ct/part-db.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/part-db.sh",
|
|
"categories": [
|
|
25
|
|
],
|
|
"notes": [
|
|
"Show login and database credentials: `cat partdb.creds`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Paymenter",
|
|
"slug": "paymenter",
|
|
"desc": "Paymenter is an open source webshop solution for hosting companies. It's developed to provide an more easy way to manage your hosting company.",
|
|
"script": "ct/paymenter.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/paymenter.sh",
|
|
"categories": [
|
|
21
|
|
],
|
|
"notes": [
|
|
"After installation, navigate to the directory with `cd /opt/paymenter` and run `php artisan app:init`. An interactive setup will prompt you to enter your company name and application URL."
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin@paymenter.org",
|
|
"password": "paymenter"
|
|
}
|
|
},
|
|
{
|
|
"name": "Proxmox Backup Server Processor Microcode",
|
|
"slug": "pbs-microcode",
|
|
"desc": "Processor Microcode is a layer of low-level software that runs on the processor and provides patches or updates to its firmware. Microcode updates can fix hardware bugs, improve performance, and enhance security features of the processor. This script is adapted for the Proxmox Backup Server environment and will only run on bare metal systems. If running in a virtualized environment, the script will exit. Note that firmware update mechanisms, such as Intel's Management Engine (ME) or AMD's Platform Security Processor (PSP), may vary depending on your processor and its implementation. Please consult your processor's documentation to verify if firmware updates can be applied through the operating system.",
|
|
"script": "tools/pve/pbs_microcode.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/pbs_microcode.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Execute within the Proxmox Backup Server shell on a bare metal system. The script will exit if it detects that it is running in a virtualized environment.",
|
|
"After a reboot, you can check whether any microcode updates are currently in effect by running the following command: `journalctl -k | grep -E \"microcode\" | head -n 1`"
|
|
],
|
|
"type": "pve"
|
|
},
|
|
{
|
|
"name": "PeaNUT",
|
|
"slug": "peanut",
|
|
"desc": "PeaNUT is a small dashboard for Network UPS Tools (NUT). It provides a web interface to monitor and manage UPS devices. PeaNUT allows users to view device status, retrieve information, and manage UPS parameters through its API. It's customizable for different UPS devices and supports integration with the Homepage dashboard.",
|
|
"script": "ct/peanut.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/peanut.sh",
|
|
"categories": [
|
|
4
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Pelican Panel",
|
|
"slug": "pelican-panel",
|
|
"desc": "Pelican Panel is a web-based control panel for managing game and application servers. It provides an intuitive interface to start, stop, configure, and monitor servers easily. It works alongside Pelican Wings, a lightweight daemon that handles server deployments and resource management.",
|
|
"script": "ct/pelican-panel.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pelican-panel.sh",
|
|
"categories": [
|
|
24
|
|
],
|
|
"notes": [
|
|
"Database credentials: `cat ~/pelican-panel.creds`",
|
|
"Step 5 of the Panel installer can be skipped because it has already been set up by the script."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Pelican Wings",
|
|
"slug": "pelican-wings",
|
|
"desc": "Pelican Wings is Pelican's server control plane, built for the rapidly changing gaming industry and designed to be highly performant and secure. Wings provides an HTTP API allowing you to interface directly with running server instances, fetch server logs, generate backups, and control all aspects of the server lifecycle.",
|
|
"script": "ct/pelican-wings.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pelican-wings.sh",
|
|
"categories": [
|
|
24
|
|
],
|
|
"notes": [
|
|
"After installation, you need to use the Auto Deploy command generated by Pelican Panel and, after running the command, restart the Wings service with `systemctl restart wings.service`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Petio",
|
|
"slug": "petio",
|
|
"desc": "Petio is a third party companion app available to Plex server owners to allow their users to request, review and discover content.",
|
|
"script": "ct/petio.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/petio.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"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",
|
|
"categories": [
|
|
24
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "PhotoPrism",
|
|
"slug": "photoprism",
|
|
"desc": "PhotoPrism is an AI-Powered Photos App for the Decentralized Web. It makes use of the latest technologies to tag and find pictures automatically without getting in your way.",
|
|
"script": "ct/photoprism.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/photoprism.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [
|
|
"Please note that Ubuntu 22.04 and Debian 12 are supported, while older Linux distributions may not be compatible."
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "changeme"
|
|
}
|
|
},
|
|
{
|
|
"name": "phpIPAM",
|
|
"slug": "phpipam",
|
|
"desc": "phpipam is an open-source web IP address management application (IPAM). Its goal is to provide light, modern and useful IP address management.",
|
|
"script": "ct/phpipam.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/phpipam.sh",
|
|
"categories": [
|
|
4
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "Admin",
|
|
"password": "ipamadmin"
|
|
}
|
|
},
|
|
{
|
|
"name": "Pi.Alert",
|
|
"slug": "pialert",
|
|
"desc": "Pi.Alert is a WIFI / LAN intruder detector. Checks the devices connected and alert you with unknown devices. It also warns of the disconnection of \"always connected\" devices.",
|
|
"script": "ct/pialert.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pialert.sh",
|
|
"categories": [
|
|
4
|
|
],
|
|
"notes": [
|
|
"WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Pi-Hole",
|
|
"slug": "pihole",
|
|
"desc": "Pi-hole is a free, open-source network-level advertisement and Internet tracker blocking application. It runs on a Raspberry Pi or other Linux-based systems and acts as a DNS sinkhole, blocking unwanted traffic before it reaches a user's device. Pi-hole can also function as a DHCP server, providing IP addresses and other network configuration information to devices on a network. The software is highly configurable and supports a wide range of customizations, such as allowing or blocking specific domains, setting up blocklists and whitelists, and customizing the appearance of the web-based interface. The main purpose of Pi-hole is to protect users' privacy and security by blocking unwanted and potentially malicious content, such as ads, trackers, and malware. It is designed to be easy to set up and use, and can be configured through a web-based interface or through a terminal-based command-line interface.",
|
|
"script": "ct/pihole.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pihole.sh",
|
|
"categories": [
|
|
5
|
|
],
|
|
"notes": [
|
|
"To set your password, log in to the container, and type the following: `pihole setpassword`",
|
|
"With an option to add Unbound",
|
|
"With an option to configure Unbound as a forwarding DNS server (using DNS-over-TLS (DoT)) as opposed to a recursive DNS server",
|
|
"WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "PiMox HAOS",
|
|
"slug": "pimox-haos-vm",
|
|
"desc": "The script automates the manual process of finding, downloading and extracting the aarch64 (qcow2) disk image provided by the Home Assistant Team, creating a VM with user defined settings, importing and attaching the disk, setting the boot order and starting the VM.",
|
|
"script": "vm/pimox-haos-vm.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/pimox-haos-vm.sh",
|
|
"categories": [
|
|
16
|
|
],
|
|
"notes": [
|
|
"After the script completes, click on the VM, then on the Summary or Console tab to find the VM IP."
|
|
],
|
|
"type": "vm"
|
|
},
|
|
{
|
|
"name": "Pingvin Share",
|
|
"slug": "pingvin",
|
|
"desc": "Pingvin Share is self-hosted file sharing platform and an alternative for WeTransfer.",
|
|
"script": "ct/pingvin.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pingvin.sh",
|
|
"categories": [
|
|
11
|
|
],
|
|
"notes": [
|
|
"Run `DATA_DIRECTORY=path-to-your-data-directory pm2 restart all --update-env` to update path to your data directory or to update environment variables."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "PLANKA",
|
|
"slug": "planka",
|
|
"desc": "Planka is a powerful, project management platform that transforms how teams collaborate. Create projects with multiple boards, organize tasks with intuitive drag-and-drop cards, attach files, write rich markdown descriptions, set due dates, assign team members, and keep conversations flowing with comments and labels\u2014all with seamless real-time updates and smart notifications.",
|
|
"script": "ct/planka.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/planka.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [
|
|
"Type `cat ~/planka.creds` inside LXC to see admin user and database credentials."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Plant-it",
|
|
"slug": "plant-it",
|
|
"desc": "Plant-it is a self-hosted, open-source app designed to help users manage and track plant care. It allows users to add plants, log activities like watering, fertilizing, and pruning, set reminders, and upload photos for visual tracking. The app includes a database of over 400,000 plant species, offering detailed care information such as optimal growing conditions and maintenance tips.\n\nUsers can organize their plant collection, monitor growth, and share data with others. The app is free to use and works on Android, iOS, and the web.",
|
|
"script": "ct/plant-it.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/plant-it.sh",
|
|
"categories": [
|
|
24
|
|
],
|
|
"notes": [
|
|
"This Script use Adoptium JDK 21 - Sometimes the installation of these takes a while",
|
|
"After the initial start, the backend requires approx. 1-2 minutes boot time"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Plex Media Server",
|
|
"slug": "plex",
|
|
"desc": "Plex personal media server magically scans and organizes your files, sorting your media intuitively and beautifully.",
|
|
"script": "ct/plex.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/plex.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [
|
|
"With Privileged/Unprivileged Hardware Acceleration Support",
|
|
"WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Pocketbase",
|
|
"slug": "pocketbase",
|
|
"desc": "PocketBase is an open source backend consisting of embedded database (SQLite) with realtime subscriptions, built-in auth management, convenient dashboard UI and simple REST-ish API.",
|
|
"script": "ct/pocketbase.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pocketbase.sh",
|
|
"categories": [
|
|
8
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Pocket ID",
|
|
"slug": "pocketid",
|
|
"desc": "Pocket ID is a simple OIDC provider that allows users to authenticate with their passkeys to your services.",
|
|
"script": "ct/pocketid.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pocketid.sh",
|
|
"categories": [
|
|
6
|
|
],
|
|
"notes": [
|
|
"Pocket ID requires https to work."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Podman Home Assistant Container",
|
|
"slug": "podman-homeassistant",
|
|
"desc": "A standalone Podman container-based installation of Home Assistant Core means that the Home Assistant Core software is installed inside a container managed by Podman, separate from the host operating system. This provides a flexible and scalable solution for running the software, as the container can be easily moved between host systems or isolated from other processes for security. Podman is a popular open-source tool for managing containers that is similar to Docker, but designed for use on Linux systems without a daemon.\r\n\r\n\ud83d\udec8 If the LXC is created Privileged, the script will automatically set up USB passthrough.",
|
|
"script": "ct/podman-homeassistant.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/podman-homeassistant.sh",
|
|
"categories": [
|
|
16
|
|
],
|
|
"notes": [
|
|
"If the LXC is created Privileged, the script will automatically set up USB passthrough.",
|
|
"config path: `/var/lib/containers/storage/volumes/hass_config/_data`",
|
|
"Options to Install Portainer or Portainer Agent",
|
|
"WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Podman",
|
|
"slug": "podman",
|
|
"desc": "Podman is an open-source, daemonless, and portable container engine that allows users to manage containers on Linux systems without the need for a daemon or system service to be running in the background. It provides an API and a command-line interface that can be used to create, run, and manage containers and their associated networks, volumes, and images. It is built on top of the Open Container Initiative (OCI) runtime specification, making it compatible with other OCI-compliant container engines.",
|
|
"script": "ct/podman.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/podman.sh",
|
|
"categories": [
|
|
3
|
|
],
|
|
"notes": [
|
|
"Options to Install Portainer or Portainer Agent"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Proxmox Backup Server Post Install",
|
|
"slug": "post-pbs-install",
|
|
"desc": "The script will give options to Disable the Enterprise Repo, Add/Correct PBS Sources, Enable the No-Subscription Repo, Add Test Repo, Disable Subscription Nag, Update Proxmox Backup Server and Reboot PBS.",
|
|
"script": "tools/pve/post-pbs-install.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pbs-install.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Proxmox Backup Server ONLY",
|
|
"Execute within the Proxmox Backup Server Shell",
|
|
"It is recommended to answer \u201cyes\u201d (y) to all options presented during the process."
|
|
],
|
|
"type": "pve"
|
|
},
|
|
{
|
|
"name": "Proxmox Mail Gateway Post Install",
|
|
"slug": "post-pmg-install",
|
|
"desc": "The script will give options to Disable the Enterprise Repo, Add/Correct PMG Sources, Enable the No-Subscription Repo, Add Test Repo, Disable Subscription Nag, Update Proxmox Mail Gateway and Reboot PMG.",
|
|
"script": "tools/pve/post-pmg-install.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pmg-install.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Proxmox Mail Gateway ONLY",
|
|
"Execute within the Proxmox Mail Gateway Shell",
|
|
"It is recommended to answer \u201cyes\u201d (y) to all options presented during the process."
|
|
],
|
|
"type": "pve"
|
|
},
|
|
{
|
|
"name": "Proxmox VE Post Install",
|
|
"slug": "post-pve-install",
|
|
"desc": "This script provides options for managing Proxmox VE repositories, including disabling the Enterprise Repo, adding or correcting PVE sources, enabling the No-Subscription Repo, adding the test Repo, disabling the subscription nag, updating Proxmox VE, and rebooting the system.",
|
|
"script": "tools/pve/post-pve-install.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Execute within the Proxmox shell",
|
|
"It is recommended to answer \u201cyes\u201d (y) to all options presented during the process."
|
|
],
|
|
"type": "pve"
|
|
},
|
|
{
|
|
"name": "PostgreSQL",
|
|
"slug": "postgresql",
|
|
"desc": "PostgreSQL (often referred to as Postgres) is an open-source relational database management system that is known for its extensibility and strict adherence to SQL standards. It is a free and powerful database solution, suitable for a wide range of applications, from small projects to large enterprise systems. PostgreSQL is widely used for its reliability, feature-richness, and robustness.",
|
|
"script": "ct/postgresql.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/postgresql.sh",
|
|
"categories": [
|
|
8
|
|
],
|
|
"notes": [
|
|
"Set a password after installation for postgres user by running `echo \"ALTER USER postgres with encrypted password 'your_password';\" | sudo -u postgres psql`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "PrivateBin",
|
|
"slug": "privatebin",
|
|
"desc": "PrivateBin is a minimalist, open-source pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256-bit AES.",
|
|
"script": "ct/privatebin.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/privatebin.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "ProjectSend",
|
|
"slug": "projectsend",
|
|
"desc": "ProjectSend is a free, open source software that lets you share files with your clients, focused on ease of use and privacy. It supports clients groups, system users roles, statistics, multiple languages, detailed logs... and much more!",
|
|
"script": "ct/projectsend.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/projectsend.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [
|
|
"After running the update script, logging in as a system user in ProjectSend is necessary to upgrade the database."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Prometheus Alertmanager",
|
|
"slug": "prometheus-alertmanager",
|
|
"desc": "Alerting with Prometheus is separated into two parts. Alerting rules in Prometheus servers send alerts to an Alertmanager. The Alertmanager then manages those alerts, including silencing, inhibition, aggregation and sending out notifications via methods such as email, on-call notification systems, and chat platforms.",
|
|
"script": "ct/prometheus-alertmanager.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/prometheus-alertmanager.sh",
|
|
"categories": [
|
|
9
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Prometheus Paperless NGX Exporter",
|
|
"slug": "prometheus-paperless-ngx-exporter",
|
|
"desc": "Prometheus metrics exporter for Paperless-NGX, a document management system transforming physical documents into a searchable online archive. The exporter relies on Paperless' REST API.",
|
|
"script": "ct/prometheus-paperless-ngx-exporter.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/prometheus-paperless-ngx-exporter.sh",
|
|
"categories": [
|
|
9
|
|
],
|
|
"notes": [
|
|
"Please adjust the Paperless URL in the systemd unit file: /etc/systemd/system/prometheus-paperless-ngx-exporter.service",
|
|
"Please adjust the Paperless authentication token in the configuration file: /etc/prometheus-paperless-ngx-exporter/paperless_auth_token_file"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Prometheus Proxmox VE Exporter",
|
|
"slug": "prometheus-pve-exporter",
|
|
"desc": "An exporter that exposes information gathered from Proxmox VE node for use by the Prometheus monitoring system.",
|
|
"script": "ct/prometheus-pve-exporter.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/prometheus-pve-exporter.sh",
|
|
"categories": [
|
|
1,
|
|
9
|
|
],
|
|
"notes": [
|
|
"Please adjust the Proxmox credentials in the configuration file!"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Prometheus",
|
|
"slug": "prometheus",
|
|
"desc": "Prometheus is widely used to monitor the performance and health of various infrastructure components and applications, and trigger alerts based on predefined rules. It has a multi-dimensional data model and supports various data sources and exporters, making it an extremely flexible and scalable monitoring solution.",
|
|
"script": "ct/prometheus.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/prometheus.sh",
|
|
"categories": [
|
|
9
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Prowlarr",
|
|
"slug": "prowlarr",
|
|
"desc": "Prowlarr is a software tool designed to integrate with various PVR (Personal Video Recorder) apps. It is built on a popular *arr .net/ReactJS base stack and serves as an indexer manager and proxy. Prowlarr makes it easy to manage and organize TV show and movie collections, by integrating with popular PVR apps and automating the downloading and organizing of media files. The software provides a web-based interface for managing and organizing TV shows and movies, making it easy to search and find content. Prowlarr also supports metadata management, including show and movie information, making it easy for users to keep their media 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 media collections, making it a valuable tool for media enthusiasts who want to keep their collection organized and up-to-date. With Prowlarr, users can enjoy their media collection from anywhere, making it a powerful tool for managing and sharing media files.",
|
|
"script": "ct/prowlarr.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/prowlarr.sh",
|
|
"categories": [
|
|
14
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Proxmox Backup Server",
|
|
"slug": "proxmox-backup-server",
|
|
"desc": "Proxmox Backup Server is an enterprise backup solution, for backing up and restoring VMs, containers, and physical hosts. By supporting incremental, fully deduplicated backups, Proxmox Backup Server significantly reduces network load and saves valuable storage space.",
|
|
"script": "ct/proxmox-backup-server.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/proxmox-backup-server.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Set a root password if using autologin. This will be the PBS password. `passwd root`"
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "root",
|
|
"password": null
|
|
}
|
|
},
|
|
{
|
|
"name": "Proxmox Datacenter Manager",
|
|
"slug": "proxmox-datacenter-manager",
|
|
"desc": "The Proxmox Datacenter Manager project has been developed with the objective of providing a centralized overview of all your individual nodes and clusters. It also enables basic management like migrations of virtual guests without any cluster network requirements. ",
|
|
"script": "ct/proxmox-datacenter-manager.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/proxmox-datacenter-manager.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Set a root password if using autologin. This will be the Proxmox-Datacenter-Manager password. `sudo passwd root`",
|
|
"Proxmox Datacenter Manager is in an alpha stage of development. Use it cautiously, as bugs, incomplete features, and potential instabilities are expected."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Proxmox Mail Gateway",
|
|
"slug": "proxmox-mail-gateway",
|
|
"desc": "Proxmox Mail Gateway is the leading open-source email security solution helping you to protect your mail server against all email threats from the moment they emerge.",
|
|
"script": "ct/proxmox-mail-gateway.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/proxmox-mail-gateway.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Set a root password if using autologin. This will be the PMG password. `passwd root`"
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "root",
|
|
"password": null
|
|
}
|
|
},
|
|
{
|
|
"name": "PS5-MQTT",
|
|
"slug": "ps5-mqtt",
|
|
"desc": "Integrate your Sony Playstation 5 devices with Home Assistant using MQTT.",
|
|
"script": "ct/ps5-mqtt.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/ps5-mqtt.sh",
|
|
"categories": [
|
|
18
|
|
],
|
|
"notes": [
|
|
"After installation, the MQTT endpoint must be configured. The configuration file is located within the LXC container at: `/opt/.config/ps5-mqtt/config.json`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Pterodactyl Panel",
|
|
"slug": "pterodactyl-panel",
|
|
"desc": "Pterodactyl Panel is a web-based control panel for managing game and application servers. It provides an intuitive interface to start, stop, configure, and monitor servers easily. It works alongside Pterodactyl Wings, a lightweight daemon that handles server deployments and resource management.",
|
|
"script": "ct/pterodactyl-panel.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pterodactyl-panel.sh",
|
|
"categories": [
|
|
24
|
|
],
|
|
"notes": [
|
|
"Show login and database credentials: `cat ~/pterodactyl-panel.creds`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Pterodactyl Wings",
|
|
"slug": "pterodactyl-wings",
|
|
"desc": "Pterodactyl Wings is Pterodactyl's server control plane, built for the rapidly changing gaming industry and designed to be highly performant and secure. Wings provides an HTTP API allowing you to interface directly with running server instances, fetch server logs, generate backups, and control all aspects of the server lifecycle.",
|
|
"script": "ct/pterodactyl-wings.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pterodactyl-wings.sh",
|
|
"categories": [
|
|
24
|
|
],
|
|
"notes": [
|
|
"After installation, you need to use the Auto Deploy command generated by Pterodactyl Panel and, after running the command, restart the Wings service with `systemctl restart wings.service`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Pulse",
|
|
"slug": "pulse",
|
|
"desc": "A lightweight monitoring application for Proxmox VE that displays real-time status for VMs and containers via a simple web interface.",
|
|
"script": "ct/pulse.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pulse.sh",
|
|
"categories": [
|
|
9
|
|
],
|
|
"notes": [
|
|
"Create Proxmox-API-Token first: `https://github.com/rcourtman/Pulse?tab=readme-ov-file#creating-a-proxmox-api-token`",
|
|
"After installation, access the web interface to configure your Proxmox connection details through the built-in setup wizard"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "PVE Privilege Converter",
|
|
"slug": "pve-privilege-converter",
|
|
"desc": "This script allows converting Proxmox LXC containers between privileged and unprivileged modes using vzdump backup and restore. It guides you through container selection, backup storage, ID assignment, and privilege flipping via automated restore. Useful for applying changes that require different LXC modes.",
|
|
"script": "tools/pve/pve-privilege-converter.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/pve-privilege-converter.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Execute this script inside the Proxmox shell as root.",
|
|
"Ensure that the backup and target storage have enough space.",
|
|
"The container will be recreated with a new ID and desired privilege setting."
|
|
],
|
|
"type": "pve"
|
|
},
|
|
{
|
|
"name": "qBittorrent",
|
|
"slug": "qbittorrent",
|
|
"desc": "qBittorrent offers a user-friendly interface that allows users to search for and download torrent files easily. It also supports magnet links, which allow users to start downloading files without the need for a torrent file.",
|
|
"script": "ct/qbittorrent.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/qbittorrent.sh",
|
|
"categories": [
|
|
11
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "changeme"
|
|
}
|
|
},
|
|
{
|
|
"name": "RabbitMQ",
|
|
"slug": "rabbitmq",
|
|
"desc": "RabbitMQ is a robust messaging broker widely used for message queuing, streaming, and decoupling services. It supports multiple messaging protocols, ensures reliable message delivery, and offers features like routing, clustering, and federation. RabbitMQ is suitable for various use cases, including microservices communication, real-time data processing, and IoT applications.",
|
|
"script": "ct/rabbitmq.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/rabbitmq.sh",
|
|
"categories": [
|
|
18
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Radarr",
|
|
"slug": "radarr",
|
|
"desc": "Radarr is a movie management tool designed for Usenet and BitTorrent users. It allows users to manage and organize their movie collection with ease. Radarr integrates with popular Usenet and BitTorrent clients, such as Sonarr and Lidarr, to automate the downloading and organizing of movie files. The software provides a web-based interface for managing and organizing movies, making it easy to search and find titles, genres, and release dates. Radarr also supports metadata management, including movie posters and information, making it easy for users to keep their movie 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 movie collections, making it a valuable tool for movie enthusiasts who want to keep their collection organized and up-to-date. With Radarr, users can enjoy their movie collection from anywhere, making it a powerful tool for managing and sharing movie files.",
|
|
"script": "ct/radarr.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/radarr.sh",
|
|
"categories": [
|
|
14
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Radicale",
|
|
"slug": "radicale",
|
|
"desc": "Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts)",
|
|
"script": "ct/radicale.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/radicale.sh",
|
|
"categories": [
|
|
0
|
|
],
|
|
"notes": [
|
|
"To view the user credentials : `cat radicale.creds`",
|
|
"This application requires additional configuration. Please refer to https://github.com/community-scripts/ProxmoxVE/discussions/2073."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Rclone",
|
|
"slug": "rclone",
|
|
"desc": "Rclone is a command-line program to manage files on cloud storage. It is a feature-rich alternative to cloud vendors' web storage interfaces",
|
|
"script": "ct/rclone.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/rclone.sh",
|
|
"categories": [
|
|
11
|
|
],
|
|
"notes": [
|
|
"`cat ~/rclone.creds` to view login credentials",
|
|
"`htpasswd -b -B /opt/login.pwd newuser newuserpassword` to add more users."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Real-Debrid Torrent Client",
|
|
"slug": "rdtclient",
|
|
"desc": "RDTClient is a web interface to manage your torrents on Real-Debrid, AllDebrid or Premiumize.",
|
|
"script": "ct/rdtclient.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/rdtclient.sh",
|
|
"categories": [
|
|
11
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Reactive Resume",
|
|
"slug": "reactive-resume",
|
|
"desc": "A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever.",
|
|
"script": "ct/reactive-resume.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/reactive-resume.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Readarr",
|
|
"slug": "readarr",
|
|
"desc": "Readarr is an eBook and audiobook management tool designed for Usenet and BitTorrent users. It allows users to manage and organize their eBook and audiobook collection with ease. Readarr integrates with popular Usenet and BitTorrent clients, such as Sonarr and Lidarr, to automate the downloading and organizing of eBook and audiobook files. The software provides a web-based interface for managing and organizing eBooks and audiobooks, making it easy to search and find titles, authors, and genres. Readarr also supports metadata management, including cover art and information, making it easy for users to keep their eBook and audiobook 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 eBook and audiobook collections, making it a valuable tool for book and audiobook enthusiasts who want to keep their collection organized and up-to-date. With Readarr, users can enjoy their eBook and audiobook collection from anywhere, making it a powerful tool for managing and sharing book and audiobook files.",
|
|
"script": "ct/readarr.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/readarr.sh",
|
|
"categories": [
|
|
14
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Readeck",
|
|
"slug": "readeck",
|
|
"desc": "Readeck helps you keep all that web content you want to revisit in an hour, tomorrow, or in 20 years.",
|
|
"script": "ct/readeck.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/readeck.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Recyclarr",
|
|
"slug": "recyclarr",
|
|
"desc": "Recyclarr is an automation tool that integrates with media management software like Sonarr and Radarr. It helps users manage and organize their media libraries by automatically searching for and adding content from indexers, based on user-defined criteria. It streamlines the process of maintaining and updating media collections without manual intervention.",
|
|
"script": "ct/recyclarr.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/recyclarr.sh",
|
|
"categories": [
|
|
14
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Redis ",
|
|
"slug": "redis",
|
|
"desc": "Redis is an open-source, in-memory data store used by millions of developers as a cache, vector database, document database, streaming engine, and message broker.",
|
|
"script": "ct/redis.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/redis.sh",
|
|
"categories": [
|
|
8
|
|
],
|
|
"notes": [
|
|
"Redis Configuration: `nano /etc/redis/redis.conf` or in Alpine: `nano /etc/redis.conf`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "RevealJS",
|
|
"slug": "revealjs",
|
|
"desc": "reveal.js is an open source HTML presentation framework. It's a tool that enables anyone with a web browser to create fully-featured and beautiful presentations for free.",
|
|
"script": "ct/revealjs.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/revealjs.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [
|
|
"LiveReload is on port: 35729"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Runtipi",
|
|
"slug": "runtipi",
|
|
"desc": "Runtipi lets you install all your favorite self-hosted apps without the hassle of configuring and managing each service. One-click installs and updates for more than 180 popular apps.",
|
|
"script": "ct/runtipi.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/runtipi.sh",
|
|
"categories": [
|
|
2
|
|
],
|
|
"notes": [
|
|
"WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "RustDesk Server",
|
|
"slug": "rustdeskserver",
|
|
"desc": "RustDesk is a full-featured open source remote control alternative for self-hosting and security with minimal configuration.",
|
|
"script": "ct/rustdeskserver.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/rustdeskserver.sh",
|
|
"categories": [
|
|
21
|
|
],
|
|
"notes": [
|
|
"Check our configuration guide for help: `https://github.com/community-scripts/ProxmoxVE/discussions/2388`",
|
|
"Login credentials: `cat ~/rustdesk.creds`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "SABnzbd",
|
|
"slug": "sabnzbd",
|
|
"desc": "SABnzbd is a free, open-source software program for downloading binary files from Usenet newsgroups. It is designed to be easy to use, and provides a number of features to simplify the downloading process, such as automatic error detection and repair, download scheduling, and integration with other applications. SABnzbd is a binary newsreader, which means it is specifically designed for downloading binary files, such as images, music, and video, from Usenet newsgroups. With its user-friendly interface and powerful features, SABnzbd makes it easy to manage your Usenet downloads and keep your download queue organized.",
|
|
"script": "ct/sabnzbd.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/sabnzbd.sh",
|
|
"categories": [
|
|
11
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Proxmox VE CPU Scaling Governor",
|
|
"slug": "scaling-governor",
|
|
"desc": "The CPU scaling governor determines how the CPU frequency is adjusted based on the workload, with the goal of either conserving power or improving performance. By scaling the frequency up or down, the operating system can optimize the CPU usage and conserve energy when possible. Generic Scaling Governors",
|
|
"script": "tools/pve/scaling-governor.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/scaling-governor.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Execute within the Proxmox shell"
|
|
],
|
|
"type": "pve"
|
|
},
|
|
{
|
|
"name": "SearXNG",
|
|
"slug": "searxng",
|
|
"desc": "SearXNG is a free internet metasearch engine which aggregates results from up to 215 search services. Users are neither tracked nor profiled. Additionally, SearXNG can be used over Tor for online anonymity.",
|
|
"script": "ct/searxng.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/searxng.sh",
|
|
"categories": [
|
|
0
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "seelf",
|
|
"slug": "seelf",
|
|
"desc": "seelf is a self-hosted software which makes it easy to deploy your own applications on your own hardware using an easy to use interface.",
|
|
"script": "ct/seelf.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/seelf.sh",
|
|
"categories": [
|
|
4
|
|
],
|
|
"notes": [
|
|
"Initial admin email and password: `cat ~/seelf.creds`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Semaphore",
|
|
"slug": "semaphore",
|
|
"desc": "Semaphore UI is a modern web interface for managing popular DevOps tools",
|
|
"script": "ct/semaphore.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/semaphore.sh",
|
|
"categories": [
|
|
19
|
|
],
|
|
"notes": [
|
|
"This instance uses BoltDB",
|
|
"Admin password: `cat ~/semaphore.creds`"
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": null
|
|
}
|
|
},
|
|
{
|
|
"name": "SFTPGo",
|
|
"slug": "sftpgo",
|
|
"desc": "SFTPGo is a fully featured and highly configurable SFTP server with optional HTTP/S, FTP/S and WebDAV support. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP.",
|
|
"script": "ct/sftpgo.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/sftpgo.sh",
|
|
"categories": [
|
|
11
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Shinobi NVR",
|
|
"slug": "shinobi",
|
|
"desc": "Shinobi is an open-source, self-hosted network video recording (NVR) software. It allows you to manage and monitor security cameras and record video footage. Shinobi can be run on various platforms including Linux, macOS, and Raspberry Pi, and offers features such as real-time streaming, motion detection, and email notifications.",
|
|
"script": "ct/shinobi.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/shinobi.sh",
|
|
"categories": [
|
|
15
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin@shinobi.video",
|
|
"password": "admin"
|
|
}
|
|
},
|
|
{
|
|
"name": "Silverbullet",
|
|
"slug": "silverbullet",
|
|
"desc": "SilverBullet is a note-taking application optimized for people with a hacker mindset.",
|
|
"script": "ct/silverbullet.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/silverbullet.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "slskd",
|
|
"slug": "slskd",
|
|
"desc": "A modern client-server application for the Soulseek file sharing network. ",
|
|
"script": "ct/slskd.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/slskd.sh",
|
|
"categories": [
|
|
11
|
|
],
|
|
"notes": [
|
|
"See /opt/slskd/config/slskd.yml to add your Soulseek credentials",
|
|
"This LXC includes Soularr; it needs to be configured (/opt/soularr/config.ini) before it will work"
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "slskd",
|
|
"password": "slskd"
|
|
}
|
|
},
|
|
{
|
|
"name": "SmokePing",
|
|
"slug": "smokeping",
|
|
"desc": "SmokePing is a deluxe latency measurement tool. It can measure, store and display latency, latency distribution and packet loss.",
|
|
"script": "ct/smokeping.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/smokeping.sh",
|
|
"categories": [
|
|
4
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "SnipeIT",
|
|
"slug": "snipeit",
|
|
"desc": "This is a FOSS project for asset management in IT Operations. Knowing who has which laptop, when it was purchased in order to depreciate it correctly, handling software licenses, etc.",
|
|
"script": "ct/snipeit.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/snipeit.sh",
|
|
"categories": [
|
|
25
|
|
],
|
|
"notes": [
|
|
"Post Install: `https://github.com/community-scripts/ProxmoxVE/discussions/671`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Sonarr",
|
|
"slug": "sonarr",
|
|
"desc": "Sonarr is a personal video recorder (PVR) software designed for Usenet and BitTorrent users. It allows users to manage and organize their TV show collection with ease. Sonarr integrates with popular Usenet and BitTorrent clients, such as NZBget and Transmission, to automate the downloading and organizing of TV show files. The software provides a web-based interface for managing and organizing TV shows, making it easy to search and find titles, seasons, and episodes. Sonarr also supports metadata management, including TV show posters and information, making it easy for users to keep their TV show 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 TV show collections, making it a valuable tool for TV show enthusiasts who want to keep their collection organized and up-to-date. With Sonarr, users can enjoy their TV show collection from anywhere, making it a powerful tool for managing and sharing TV show files.",
|
|
"script": "ct/sonarr.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/sonarr.sh",
|
|
"categories": [
|
|
14
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Spoolman",
|
|
"slug": "spoolman",
|
|
"desc": "Spoolman is a self-hosted web service designed to help you efficiently manage your 3D printer filament spools and monitor their usage.",
|
|
"script": "ct/spoolman.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/spoolman.sh",
|
|
"categories": [
|
|
24
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "SQL Server 2022",
|
|
"slug": "sqlserver2022",
|
|
"desc": "Script to automatically set up a SQL Server 2022 installation.",
|
|
"script": "ct/sqlserver2022.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/sqlserver2022.sh",
|
|
"categories": [
|
|
8
|
|
],
|
|
"notes": [
|
|
"If you choose not to run the installation setup, execute: `/opt/mssql/bin/mssql-conf setup` in LXC shell.",
|
|
"You can setup the admin account 'SA' during installation",
|
|
"Make sure you disable the SA account if you intend to use this in production!"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Stirling-PDF",
|
|
"slug": "stirling-pdf",
|
|
"desc": "Stirling-PDF is a powerful locally hosted web based PDF manipulation tool that allows you to perform various operations on PDF files, such as splitting merging, converting, reorganizing, adding images, rotating, compressing, and more.",
|
|
"script": "ct/stirling-pdf.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/stirling-pdf.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Streamlink WebUI",
|
|
"slug": "streamlink-webui",
|
|
"desc": "a simple web-ui to the well-known streamlink cli application, which allows you to save twitch streams to your local disk.",
|
|
"script": "ct/streamlink-webui.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/streamlink-webui.sh",
|
|
"categories": [
|
|
11
|
|
],
|
|
"notes": [
|
|
"This app requires a Twitch cliend_ID and client_secret, set it in the config file. Look in the application documentation on how to obtain it."
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "null",
|
|
"password": "null"
|
|
}
|
|
},
|
|
{
|
|
"name": "Syncthing",
|
|
"slug": "syncthing",
|
|
"desc": "Syncthing is an open-source file syncing tool that allows users to keep their files in sync across multiple devices by using peer-to-peer synchronization. It doesn't rely on any central server, so all data transfers are directly between devices.",
|
|
"script": "ct/syncthing.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/syncthing.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Tandoor Recipes",
|
|
"slug": "tandoor",
|
|
"desc": "Tandoor Recipes is an application for managing recipes, planning meals, building shopping lists and much much more!",
|
|
"script": "ct/tandoor.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/tandoor.sh",
|
|
"categories": [
|
|
24
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "TasmoAdmin",
|
|
"slug": "tasmoadmin",
|
|
"desc": "TasmoAdmin is an administrative platform for devices flashed with Tasmota.",
|
|
"script": "ct/tasmoadmin.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/tasmoadmin.sh",
|
|
"categories": [
|
|
16
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "TasmoCompiler",
|
|
"slug": "tasmocompiler",
|
|
"desc": "TasmoCompiler is a simple web GUI which allows you to compile fantastic Tasmota firmware with your own settings.",
|
|
"script": "ct/tasmocompiler.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/tasmocompiler.sh",
|
|
"categories": [
|
|
16
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Tautulli",
|
|
"slug": "tautulli",
|
|
"desc": "Tautulli allows you to monitor and track your Plex Media Server usage, such as viewing statistics and analysis of your media library. It can be used to monitor user activity, get notifications about new media added to your library, and even generate reports on your media usage.",
|
|
"script": "ct/tautulli.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/tautulli.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Tdarr",
|
|
"slug": "tdarr",
|
|
"desc": "Tdarr is a media transcoding application designed to automate the transcode and remux management of a media library. It uses conditional-based processing to determine the required encoding and remux operations for each file in the library. The software integrates with popular media management tools, such as Sonarr and Radarr, to ensure that newly added media files are automatically processed and optimized for the user's desired playback device. Tdarr provides a web-based interface for monitoring and managing the transcoding process, and also supports real-time logging and reporting. The software is designed to be flexible and configurable, with a wide range of encoding and remux options available to users. Tdarr is an ideal solution for media enthusiasts who want to optimize their library for seamless playback on a variety of devices, while also streamlining the management and maintenance of their media library.",
|
|
"script": "ct/tdarr.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/tdarr.sh",
|
|
"categories": [
|
|
14
|
|
],
|
|
"notes": [
|
|
"With Privileged/Unprivileged Hardware Acceleration Support"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Technitium DNS",
|
|
"slug": "technitiumdns",
|
|
"desc": "Technitium DNS Server is a free, open-source and privacy-focused DNS (Domain Name System) server software for Windows, Linux, and macOS. It is designed to provide a secure, fast, and reliable DNS resolution service to its users. The server can be configured through a web-based interface, and it supports a variety of advanced features, such as automatic IP updates, IPv6 support, caching of DNS queries, and the ability to block unwanted domains. It is also designed to be highly secure, with built-in measures to prevent common types of DNS attacks and data leaks. Technitium DNS Server is aimed at providing an alternative to traditional DNS servers, which often have privacy and security concerns associated with them, and it is ideal for users who are looking for a more secure and private DNS resolution service.",
|
|
"script": "ct/technitiumdns.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/technitiumdns.sh",
|
|
"categories": [
|
|
5
|
|
],
|
|
"notes": [
|
|
"WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "TeddyCloud",
|
|
"slug": "teddycloud",
|
|
"desc": "TeddyCloud is an open source server replacement for the Boxine Cloud.",
|
|
"script": "ct/teddycloud.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/teddycloud.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [
|
|
"First start of the service can take some time due to certificate generation."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "The Lounge",
|
|
"slug": "the-lounge",
|
|
"desc": "Modern web IRC client designed for self-hosting ",
|
|
"script": "ct/the-lounge.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/the-lounge.sh",
|
|
"categories": [
|
|
22
|
|
],
|
|
"notes": [
|
|
"The Lounge is running in private mode. Use `runuser -u thelounge -- thelounge add usernamehere` to create users."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Threadfin",
|
|
"slug": "threadfin",
|
|
"desc": "Threadfin is a M3U proxy for Kernel, Plex, Jellyfin, or Emby, based on xTeVe.",
|
|
"script": "ct/threadfin.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/threadfin.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Tianji",
|
|
"slug": "tianji",
|
|
"desc": "Tianji is an open-source tool for website analytics, uptime monitoring, and server status tracking, all in one. It\u2019s lightweight, privacy-focused, and helps teams monitor web traffic, server health, and gather user interaction data",
|
|
"script": "ct/tianji.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/tianji.sh",
|
|
"categories": [
|
|
9
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "admin"
|
|
}
|
|
},
|
|
{
|
|
"name": "Traccar",
|
|
"slug": "traccar",
|
|
"desc": "Traccar is an open source GPS tracking system. It supports more than 200 GPS protocols and more than 2000 models of GPS tracking devices.",
|
|
"script": "ct/traccar.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/traccar.sh",
|
|
"categories": [
|
|
0
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Traefik",
|
|
"slug": "traefik",
|
|
"desc": "Traefik (pronounced traffic) is an open-source edge router and reverse proxy that simplifies managing microservices. It automatically discovers services, dynamically updates routing rules without downtime, provides load balancing, handles SSL termination, and supports various middleware for added functionality. Ideal for cloud-native environments, it integrates seamlessly with platforms like Docker and Kubernetes.",
|
|
"script": "ct/traefik.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/traefik.sh",
|
|
"categories": [
|
|
21
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Transmission",
|
|
"slug": "transmission",
|
|
"desc": "Transmission is a free, open-source BitTorrent client known for its fast download speeds and ease of use. It supports various platforms such as Windows, Linux, and macOS and has features like web interface, peer exchange, and encrypted transfers.",
|
|
"script": "ct/transmission.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/transmission.sh",
|
|
"categories": [
|
|
11
|
|
],
|
|
"notes": [
|
|
"Script disables whitelisting by default. Change config to suit your needs.",
|
|
"Alpine script sets initial disk size to 1GB. Please adjust for your needs after installation ends."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "TriliumNext",
|
|
"slug": "trilium",
|
|
"desc": "TriliumNext is an newer Fork of Trilium. TriliumNext is an open-source note-taking and personal knowledge management application. It allows users to organize and manage their notes, ideas, and information in a single place, using a hierarchical tree-like structure. Trilium offers a range of features, including rich text formatting, links, images, and attachments, making it easy to create and structure notes. The software is designed to be flexible and customizable, with a range of customization options and plugins available, including themes, export options, and more. Trilium is a self-hosted solution, and can be run on a local machine or a cloud-based server, providing users with full control over their notes and information.",
|
|
"script": "ct/trilium.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/trilium.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "TurnKey",
|
|
"slug": "turnkey",
|
|
"desc": "TurnKey LXC Appliances is an open-source project that provides a collection of free, ready-to-use virtual appliances and installation images for various software applications and services. These appliances are pre-configured and come with all the necessary software and settings to simplify deployment and management. The goal of TurnKey Linux is to make it easier for users to set up and run popular software applications without the need for extensive manual configuration.",
|
|
"script": "turnkey/turnkey.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/turnkey/turnkey.sh",
|
|
"categories": [
|
|
2
|
|
],
|
|
"notes": [
|
|
"The script creates a `*.creds` file in the Proxmox root directory with the password of the newly created TurnKey LXC Appliance.",
|
|
"Retrieve Password: `cat turnkey-name.creds`"
|
|
],
|
|
"type": "turnkey"
|
|
},
|
|
{
|
|
"name": "TypeSense",
|
|
"slug": "typesense",
|
|
"desc": "Typesense is an open-source, fast, and lightweight search engine optimized for delivering instant, relevant, and typo-tolerant search results. Designed for ease of use and high performance, it offers features like real-time indexing, fuzzy matching, customizable relevance ranking, and a simple API for integration. Typesense is particularly well-suited for applications requiring instant search capabilities, such as e-commerce, documentation, or any content-rich websites. It is often compared to tools like Elasticsearch but is more developer-friendly and less resource-intensive.",
|
|
"script": "ct/typesense.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/typesense.sh",
|
|
"categories": [
|
|
20
|
|
],
|
|
"notes": [
|
|
"This script requires some extra steps after the installation, Please checkout the 'documentation' Button"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Ubuntu",
|
|
"slug": "ubuntu",
|
|
"desc": "Ubuntu is a distribution based on Debian, designed to have regular releases and a consistent user experience.",
|
|
"script": "ct/ubuntu.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/ubuntu.sh",
|
|
"categories": [
|
|
2
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Ubuntu 22.04",
|
|
"slug": "ubuntu2204-vm",
|
|
"desc": "Ubuntu is a distribution based on Debian, designed to have regular releases and a consistent user experience.",
|
|
"script": "vm/ubuntu2204-vm.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/ubuntu2204-vm.sh",
|
|
"categories": [
|
|
2
|
|
],
|
|
"notes": [
|
|
"after installation, checkout: \u00b4https://github.com/community-scripts/ProxmoxVE/discussions/272\u00b4"
|
|
],
|
|
"type": "vm"
|
|
},
|
|
{
|
|
"name": "Ubuntu 24.04",
|
|
"slug": "ubuntu2404-vm",
|
|
"desc": "Ubuntu is a distribution based on Debian, designed to have regular releases and a consistent user experience.",
|
|
"script": "vm/ubuntu2404-vm.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/ubuntu2404-vm.sh",
|
|
"categories": [
|
|
2
|
|
],
|
|
"notes": [
|
|
"after installation, checkout: \u00b4https://github.com/community-scripts/ProxmoxVE/discussions/272\u00b4"
|
|
],
|
|
"type": "vm"
|
|
},
|
|
{
|
|
"name": "Ubuntu 24.10",
|
|
"slug": "ubuntu2410-vm",
|
|
"desc": "Ubuntu is a distribution based on Debian, designed to have regular releases and a consistent user experience.",
|
|
"script": "vm/ubuntu2410-vm.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/ubuntu2410-vm.sh",
|
|
"categories": [
|
|
2
|
|
],
|
|
"notes": [
|
|
"after installation, checkout: \u00b4https://github.com/community-scripts/ProxmoxVE/discussions/272\u00b4"
|
|
],
|
|
"type": "vm"
|
|
},
|
|
{
|
|
"name": "Ubuntu 25.04",
|
|
"slug": "ubuntu2504-vm",
|
|
"desc": "Ubuntu is a distribution based on Debian, designed to have regular releases and a consistent user experience.",
|
|
"script": "vm/ubuntu2504-vm.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/ubuntu2504-vm.sh",
|
|
"categories": [
|
|
2
|
|
],
|
|
"notes": [
|
|
"after installation, checkout: \u00b4https://github.com/community-scripts/ProxmoxVE/discussions/272\u00b4"
|
|
],
|
|
"type": "vm"
|
|
},
|
|
{
|
|
"name": "Umami",
|
|
"slug": "umami",
|
|
"desc": "Umami makes it easy to collect, analyze, and understand your web data while maintaining visitor privacy and data ownership.",
|
|
"script": "ct/umami.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/umami.sh",
|
|
"categories": [
|
|
9
|
|
],
|
|
"notes": [
|
|
"To view the database credentials : `cat umami.creds`"
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "umami"
|
|
}
|
|
},
|
|
{
|
|
"name": "Umbrel OS",
|
|
"slug": "umbrel-os-vm",
|
|
"desc": "Take control of your digital life with Umbrel \u2014 a private, personal server that lets you self-host powerful open source apps with ease. Whether you want to run a Bitcoin or Lightning node, manage your files with Nextcloud, stream media, block ads across your network, or explore self-hosted AI tools, Umbrel gives you full ownership and privacy. All through a beautiful, user-friendly interface \u2014 no cloud, no tracking, just your data under your control.",
|
|
"script": "vm/umbrel-os-vm.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/umbrel-os-vm.sh",
|
|
"categories": [
|
|
2
|
|
],
|
|
"notes": [
|
|
"This VM use as base a Debian 12 OS with a custom kernel and some additional packages to run Umbrel OS. It is not a standard Debian VM, but it is optimized for Umbrel OS."
|
|
],
|
|
"type": "vm",
|
|
"default_credentials": {
|
|
"username": "umbrel",
|
|
"password": "umbrel"
|
|
}
|
|
},
|
|
{
|
|
"name": "UmlautAdaptarr",
|
|
"slug": "umlautadaptarr",
|
|
"desc": "UmlautAdaptarr is a tool that fixes issues with how Sonarr, Radarr, Lidarr, and Readarr handle foreign languages. It sits between these apps and the indexers, changing searches and results, and renaming releases so the apps recognize them correctly.",
|
|
"script": "ct/umlautadaptarr.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/umlautadaptarr.sh",
|
|
"categories": [
|
|
14
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Unbound",
|
|
"slug": "unbound",
|
|
"desc": "Unbound is a validating, recursive, caching DNS resolver. It is designed to be fast and lean and incorporates modern features based on open standards.",
|
|
"script": "ct/unbound.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/unbound.sh",
|
|
"categories": [
|
|
5
|
|
],
|
|
"notes": [
|
|
"Unbound Configuration Path: `/etc/unbound/unbound.conf.d/unbound.conf`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "UniFi Network Server",
|
|
"slug": "unifi",
|
|
"desc": "UniFi Network Server is a software that helps manage and monitor UniFi networks (Wi-Fi, Ethernet, etc.) by providing an intuitive user interface and advanced features. It allows network administrators to configure, monitor, and upgrade network devices, as well as view network statistics, client devices, and historical events. The aim of the application is to make the management of UniFi networks easier and more efficient.",
|
|
"script": "ct/unifi.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/unifi.sh",
|
|
"categories": [
|
|
4
|
|
],
|
|
"notes": [
|
|
"For non-AVX CPUs, MongoDB 4.4 is installed. Please note this is a legacy solution that may present security risks and could become unsupported in future updates."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Unmanic",
|
|
"slug": "unmanic",
|
|
"desc": "Unmanic is a simple tool for optimising your file library. You can use it to convert your files into a single, uniform format, manage file movements based on timestamps, or execute custom commands against a file based on its file size.",
|
|
"script": "ct/unmanic.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/unmanic.sh",
|
|
"categories": [
|
|
0
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Proxmox VE LXC Updater",
|
|
"slug": "update-lxcs",
|
|
"desc": "This script has been created to simplify and speed up the process of updating all LXC containers across various Linux distributions, such as Ubuntu, Debian, Devuan, Alpine Linux, CentOS-Rocky-Alma, Fedora, and ArchLinux. It's designed to automatically skip templates and specific containers during the update, enhancing its convenience and usability.",
|
|
"script": "tools/pve/update-lxcs.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/update-lxcs.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Execute within the Proxmox shell"
|
|
],
|
|
"type": "pve"
|
|
},
|
|
{
|
|
"name": "Proxmox Update Repositories",
|
|
"slug": "update-repo",
|
|
"desc": "This script updates repository links in LXC containers, replacing old links from the tteck repository with links to the new community-scripts repository to fix issues related to updating scripts.",
|
|
"script": "tools/pve/update-repo.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/update-repo.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Execute within the Proxmox shell"
|
|
],
|
|
"type": "pve"
|
|
},
|
|
{
|
|
"name": "Uptime Kuma",
|
|
"slug": "uptimekuma",
|
|
"desc": "Uptime Kuma is a monitoring and alerting system that tracks the availability and performance of servers, websites, and other internet-connected devices. It can be self-hosted and is open-source, offering a visually appealing interface for monitoring and receiving notifications about downtime events.",
|
|
"script": "ct/uptimekuma.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/uptimekuma.sh",
|
|
"categories": [
|
|
9
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "UrBackup Server",
|
|
"slug": "urbackupserver",
|
|
"desc": "URBackup is an open-source backup software designed for creating reliable and efficient backups of both files and system images. It supports client-server architecture, allowing you to back up multiple computers to a central server. It offers features such as incremental backups, real-time file backup, and scheduling, ensuring minimal data loss and quick recovery",
|
|
"script": "ct/urbackupserver.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/urbackupserver.sh",
|
|
"categories": [
|
|
7
|
|
],
|
|
"notes": [
|
|
"You probably want to drastically extend the storage space to fit whatever clients you want to back up"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Vaultwarden",
|
|
"slug": "vaultwarden",
|
|
"desc": "Vaultwarden is a self-hosted password manager which provides secure and encrypted password storage. It uses client-side encryption and provides access to passwords through a web interface and mobile apps.",
|
|
"script": "ct/vaultwarden.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/vaultwarden.sh",
|
|
"categories": [
|
|
6
|
|
],
|
|
"notes": [
|
|
"Application uses self-signed certificate for HTTPS to work and is enabled by default. If you need a different setup, please read the documentation.",
|
|
"To set the Admin Token, run the command below (or type update) in the LXC Console."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "VictoriaMetrics",
|
|
"slug": "victoriametrics",
|
|
"desc": "VictoriaMetrics is a fast, cost-saving, and scalable solution for monitoring and managing time series data. It delivers high performance and reliability, making it an ideal choice for businesses of all sizes.",
|
|
"script": "ct/victoriametrics.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/victoriametrics.sh",
|
|
"categories": [
|
|
8
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Vikunja",
|
|
"slug": "vikunja",
|
|
"desc": "Vikunja is a powerful self-hosted todo app. It allows you to create and manage to-do lists. You can plan tasks, set priorities and collaborate with others. The best part is that your data is safe with you and you can customize the app to your liking. It's like a personal assistant that helps you stay organized.",
|
|
"script": "ct/vikunja.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/vikunja.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Wallos",
|
|
"slug": "wallos",
|
|
"desc": "Wallos is a personal finance and budgeting tool that provides an intuitive interface for tracking expenses, managing subscriptions, and monitoring financial health. It features APIs for categories, notifications, payments, and user settings, making it suitable for automation and custom integrations. Additionally, it supports multi-language functionality.",
|
|
"script": "ct/wallos.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/wallos.sh",
|
|
"categories": [
|
|
23
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Wastebin",
|
|
"slug": "wastebin",
|
|
"desc": "Wastebin is a minimal pastebin with a design shamelessly copied from bin.",
|
|
"script": "ct/wastebin.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/wastebin.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Watcharr",
|
|
"slug": "watcharr",
|
|
"desc": "Open source, self-hostable watched list for all your content with user authentication, modern and clean UI and a very simple setup.",
|
|
"script": "ct/watcharr.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/watcharr.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "WatchYourLAN",
|
|
"slug": "watchyourlan",
|
|
"desc": "WatchYourLAN is a lightweight network IP scanner with web GUI.",
|
|
"script": "ct/watchyourlan.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/watchyourlan.sh",
|
|
"categories": [
|
|
4
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Wavelog",
|
|
"slug": "wavelog",
|
|
"desc": "Wavelog is a self-hosted PHP application that allows you to log your amateur radio contacts anywhere. All you need is a web browser and active internet connection.",
|
|
"script": "ct/wavelog.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/wavelog.sh",
|
|
"categories": [
|
|
24
|
|
],
|
|
"notes": [
|
|
"Database credentials: `cat ~/wavelog.creds`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Wazuh",
|
|
"slug": "wazuh",
|
|
"desc": "Wazuh is an open-source security monitoring solution that provides endpoint protection, network monitoring, and log analysis capabilities.",
|
|
"script": "ct/wazuh.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/wazuh.sh",
|
|
"categories": [
|
|
9
|
|
],
|
|
"notes": [
|
|
"WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
|
|
"Show password: `cat ~/wazuh.creds`"
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "root",
|
|
"password": null
|
|
}
|
|
},
|
|
{
|
|
"name": "Web-Check",
|
|
"slug": "web-check",
|
|
"desc": "Get an insight into the inner-workings of a given website: uncover potential attack vectors, analyse server architecture, view security configurations, and learn what technologies a site is using.",
|
|
"script": "ct/web-check.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/web-check.sh",
|
|
"categories": [
|
|
4
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Webmin System Administration",
|
|
"slug": "webmin",
|
|
"desc": "Webmin provides a graphical user interface (GUI) for tasks such as user account management, package management, file system configuration, network configuration, and more.",
|
|
"script": "tools/addon/webmin.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/webmin.sh",
|
|
"categories": [
|
|
1
|
|
],
|
|
"notes": [
|
|
"Execute within an existing LXC Console"
|
|
],
|
|
"type": "addon",
|
|
"default_credentials": {
|
|
"username": "root",
|
|
"password": "root"
|
|
}
|
|
},
|
|
{
|
|
"name": "wger",
|
|
"slug": "wger",
|
|
"desc": "wger (\u02c8v\u025b\u0261\u0250) Workout Manager is a free, open source web application that helps you manage your personal workouts, weight and diet plans and can also be used as a simple gym management utility. It offers a REST API as well, for easy integration with other projects and tools.",
|
|
"script": "ct/wger.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/wger.sh",
|
|
"categories": [
|
|
24
|
|
],
|
|
"notes": [
|
|
"Enable proxy support by uncommenting this line in `/home/wger/src/settings.py` and pointing it to your URL: `# CSRF_TRUSTED_ORIGINS = ['http://127.0.0.1', 'https://my.domain.example.com']`, then restart the service `systemctl restart wger`."
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "adminadmin"
|
|
}
|
|
},
|
|
{
|
|
"name": "Whisparr",
|
|
"slug": "whisparr",
|
|
"desc": "Whisparr is an adult movie collection manager for Usenet and BitTorrent users.",
|
|
"script": "ct/whisparr.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/whisparr.sh",
|
|
"categories": [
|
|
14
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Wiki.js",
|
|
"slug": "wikijs",
|
|
"desc": "Wiki.js is a free, open-source, and modern wiki application built using Node.js. It is designed to be fast, easy to use, and flexible, with a range of features for collaboration, knowledge management, and content creation. Wiki.js supports Markdown syntax for editing pages, and includes features such as version control, page history, and access control, making it easy to manage content and collaborate with others. The software is fully customizable, with a range of themes and extensions available, and can be deployed on a local server or in the cloud, making it an ideal choice for small teams and organizations looking to create and manage a wiki. Wiki.js provides a modern, user-friendly interface, and supports a range of data sources, including local file systems, databases, and cloud storage services.",
|
|
"script": "ct/wikijs.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/wikijs.sh",
|
|
"categories": [
|
|
12
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "WireGuard",
|
|
"slug": "wireguard",
|
|
"desc": "WireGuard is a free and open-source virtual private network (VPN) software that uses modern cryptography to secure the data transmitted over a network. It is designed to be fast, secure, and easy to use. WireGuard supports various operating systems, including Linux, Windows, macOS, Android, and iOS. It operates at the network layer and is capable of being used with a wide range of protocols and configurations. Unlike other VPN protocols, WireGuard is designed to be simple and fast, with a focus on security and speed. It is known for its ease of setup and configuration, making it a popular choice for personal and commercial use.",
|
|
"script": "ct/wireguard.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/wireguard.sh",
|
|
"categories": [
|
|
4
|
|
],
|
|
"notes": [
|
|
"Wireguard and WGDashboard are not the same. More info: `https://donaldzou.github.io/WGDashboard-Documentation/what-is-wireguard-what-is-wgdashboard.html`"
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "admin"
|
|
}
|
|
},
|
|
{
|
|
"name": "Wizarr",
|
|
"slug": "wizarr",
|
|
"desc": "Wizarr is an automatic user invitation system for Plex, Jellyfin and Emby. Create a unique link and share it to a user and they will automatically be invited to your media Server",
|
|
"script": "ct/wizarr.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/wizarr.sh",
|
|
"categories": [
|
|
14,
|
|
13
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Wordpress",
|
|
"slug": "wordpress",
|
|
"desc": "WordPress is the simplest, most popular way to create your own website or blog. In fact, WordPress powers over 43.6% of all the websites on the Internet. Yes \u2013 more than one in four websites that you visit are likely powered by WordPress.\n\nOn a slightly more technical level, WordPress is an open-source content management system licensed under GPLv2, which means that anyone can use or modify the WordPress software for free.",
|
|
"script": "ct/wordpress.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/wordpress.sh",
|
|
"categories": [
|
|
21
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "yt-dlp-webui",
|
|
"slug": "yt-dlp-webui",
|
|
"desc": "A not so terrible web ui for yt-dlp.\nHigh performance extendeable web ui and RPC server for yt-dlp with low impact on resources.\nCreated for the only purpose of fetching videos from my server/nas and monitor upcoming livestreams.",
|
|
"script": "ct/yt-dlp-webui.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/yt-dlp-webui.sh",
|
|
"categories": [
|
|
11
|
|
],
|
|
"notes": [
|
|
"Show password: `cat ~/yt-dlp-webui.creds`",
|
|
"The config file is located in `/opt/yt-dlp-webui/config.conf`",
|
|
"Make sure to either mount an external path or increase the Disk space afterwards"
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": null
|
|
}
|
|
},
|
|
{
|
|
"name": "YunoHost",
|
|
"slug": "yunohost",
|
|
"desc": "YunoHost is an operating system aiming for the simplest administration of a server, and therefore democratize self-hosting, while making sure it stays reliable, secure, ethical and lightweight.",
|
|
"script": "ct/yunohost.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/yunohost.sh",
|
|
"categories": [
|
|
2
|
|
],
|
|
"notes": [
|
|
"WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing."
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Zabbix",
|
|
"slug": "zabbix",
|
|
"desc": "Zabbix is an all-in-one monitoring solution with a variety of enterprise-grade features available right out of the box.",
|
|
"script": "ct/zabbix.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/zabbix.sh",
|
|
"categories": [
|
|
9
|
|
],
|
|
"notes": [
|
|
"Database credentials: `cat zabbix.creds`",
|
|
"Zabbix agent 2 is used by default"
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "Admin",
|
|
"password": "zabbix"
|
|
}
|
|
},
|
|
{
|
|
"name": "Zammad",
|
|
"slug": "zammad",
|
|
"desc": "Zammad is a web based open source helpdesk/customer support system with many features to manage customer communication via several channels like telephone, facebook, twitter, chat and emails. It is distributed under version 3 of the GNU AFFERO General Public License (GNU AGPLv3).",
|
|
"script": "ct/zammad.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/zammad.sh",
|
|
"categories": [
|
|
25
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Zerotier-One",
|
|
"slug": "zerotier-one",
|
|
"desc": "ZeroTier is a secure network overlay that allows you to manage all of your network resources as if they were on the same LAN. The software-defined solution can be deployed in minutes from anywhere. No matter how many devices you need to connect, or where they are in the world, ZeroTier makes global networking simple.",
|
|
"script": "ct/zerotier-one.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/zerotier-one.sh",
|
|
"categories": [
|
|
4
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "password"
|
|
}
|
|
},
|
|
{
|
|
"name": "Zigbee2MQTT",
|
|
"slug": "zigbee2mqtt",
|
|
"desc": "Zigbee2MQTT is an open-source software project that allows you to use Zigbee-based smart home devices (such as those sold under the Philips Hue and Ikea Tradfri brands) with MQTT-based home automation systems, like Home Assistant, Node-RED, and others. The software acts as a bridge between your Zigbee devices and MQTT, allowing you to control and monitor these devices from your home automation system.",
|
|
"script": "ct/zigbee2mqtt.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/zigbee2mqtt.sh",
|
|
"categories": [
|
|
17
|
|
],
|
|
"notes": [
|
|
"You can find the post-install guide here: `https://github.com/community-scripts/ProxmoxVE/discussions/410`"
|
|
],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Zipline",
|
|
"slug": "zipline",
|
|
"desc": "Zipline is a file-sharing and URL-shortening server designed for easy setup and extensive features. It allows users to upload files, organize them into folders, create shortened URLs, and manage uploads through a user-friendly dashboard. Additional features include image compression, video thumbnails, password protection, 2FA, OAuth2 registration, and API access for custom control. It supports integrations with platforms like Discord.",
|
|
"script": "ct/zipline.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/zipline.sh",
|
|
"categories": [
|
|
11
|
|
],
|
|
"notes": [],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "administrator",
|
|
"password": "password"
|
|
}
|
|
},
|
|
{
|
|
"name": "Zitadel",
|
|
"slug": "zitadel",
|
|
"desc": "Zitadel is an open-source identity and access management (IAM) solution designed to provide secure authentication, authorization, and user management for modern applications and services. Built with a focus on flexibility, scalability, and security, Zitadel offers a comprehensive set of features for developers and organizations looking to implement robust identity management.",
|
|
"script": "ct/zitadel.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/zitadel.sh",
|
|
"categories": [
|
|
6
|
|
],
|
|
"notes": [
|
|
"Application credentials: `cat ~/zitadel.creds`",
|
|
"Change the ExternalDomain value in `/opt/zitadel/config.yaml` to your domain/hostname/IP and run `bash zitadel-rerun.sh`"
|
|
],
|
|
"type": "ct",
|
|
"default_credentials": {
|
|
"username": "zitadel-admin@zitadel.localhost",
|
|
"password": "Password1!"
|
|
}
|
|
},
|
|
{
|
|
"name": "Zoraxy",
|
|
"slug": "zoraxy",
|
|
"desc": "Zoraxy is an all in one homelab network routing solution.",
|
|
"script": "ct/zoraxy.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/zoraxy.sh",
|
|
"categories": [
|
|
4
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Zot Registry",
|
|
"slug": "zot",
|
|
"desc": "Zot is a cloud-native OCI image registry focused on extensibility, maintainability, and performance. It supports advanced features such as Web UI, security scanning, authentication via htpasswd and OIDC, and more.",
|
|
"script": "ct/zot-registry.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/zot-registry.sh",
|
|
"categories": [
|
|
13
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
},
|
|
{
|
|
"name": "Z-Wave JS UI",
|
|
"slug": "zwave-js-ui",
|
|
"desc": "Z-Wave JS UI is an open-source software that serves as a gateway between Z-Wave devices and MQTT (Message Queuing Telemetry Transport) protocol, allowing users to control and monitor their Z-Wave devices via a user interface. The software provides a configurable platform to manage Z-Wave networks and integrate with other smart home systems through MQTT.",
|
|
"script": "ct/zwave-js-ui.sh",
|
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/zwave-js-ui.sh",
|
|
"categories": [
|
|
17
|
|
],
|
|
"notes": [],
|
|
"type": "ct"
|
|
}
|
|
] |