diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b000bd25..19354493 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,6 +1,6 @@
- +

Contributing to Proxmox VE Helper Scripts

diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f450b99b..d5d2b7cd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -35,7 +35,7 @@ body: id: script_command attributes: label: 📂 What was the exact command used to execute the script? - placeholder: "e.g., bash -c \"$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/zigbee2mqtt.sh)\" or \"update\"" + placeholder: "e.g., bash -c \"$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/ct/zigbee2mqtt.sh)\" or \"update\"" validations: required: true diff --git a/.github/workflows/frontend-cicd.yml b/.github/workflows/frontend-cicd.yml index dd242f6e..28239d74 100644 --- a/.github/workflows/frontend-cicd.yml +++ b/.github/workflows/frontend-cicd.yml @@ -1,4 +1,4 @@ -# Based on https://github.com/actions/starter-workflows/blob/main/pages/nextjs.yml +# Based on https://github.com/actions/starter-workflows/blob/dev_maxkeys/pages/nextjs.yml name: Frontend CI/CD diff --git a/.github/workflows/validate-scripts.yml b/.github/workflows/validate-scripts.yml index 10d6182d..53db6f40 100644 --- a/.github/workflows/validate-scripts.yml +++ b/.github/workflows/validate-scripts.yml @@ -37,7 +37,7 @@ jobs: run: | NON_COMPLIANT_FILES="" for FILE in ${{ steps.changed-files.outputs.files }}; do - if [[ "$FILE" == ct/* ]] && [[ $(sed -n '2p' "$FILE") != "source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)" ]]; then + if [[ "$FILE" == ct/* ]] && [[ $(sed -n '2p' "$FILE") != "source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func)" ]]; then NON_COMPLIANT_FILES="$NON_COMPLIANT_FILES $FILE" fi done @@ -117,7 +117,7 @@ jobs: run: | NON_COMPLIANT_FILES="" for FILE in ${{ steps.changed-files.outputs.files }}; do - if [[ "$(sed -n '5p' "$FILE")" != "# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE" ]]; then + if [[ "$(sed -n '5p' "$FILE")" != "# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE" ]]; then NON_COMPLIANT_FILES="$NON_COMPLIANT_FILES $FILE" fi done diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c98aef0..01f42a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@
- +

Changelog

@@ -737,9 +737,9 @@ Do not break established syntax in this file, as it is automatically updated by ### Changed -- **Recyclarr LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/recyclarr-install.sh) +- **Recyclarr LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/recyclarr-install.sh) - NEW Script -- **Wavelog LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/wavelog-install.sh) +- **Wavelog LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/wavelog-install.sh) - NEW Script - **Vaultwarden LXC:** RAM has now been increased to 6144 MB [(PR)](https://github.com/community-scripts/ProxmoxVE/pull/285) - Breaking Change @@ -749,9 +749,9 @@ Do not break established syntax in this file, as it is automatically updated by ### Changed -- **Bookstack LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/bookstack-install.sh) +- **Bookstack LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/bookstack-install.sh) - NEW Script -- **Vikunja LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/vikunja-install.sh) +- **Vikunja LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/vikunja-install.sh) - NEW Script ## 2024-11-04 @@ -760,15 +760,15 @@ Do not break established syntax in this file, as it is automatically updated by - **Automatic Update of Repository:** The update function now uses the new repository `community-scripts/ProxmoxVE` for Debian/Ubuntu LXC containers. ```bash - bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/update-repo.sh)" + bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/update-repo.sh)" ## 2024-10-31 ### Changed -- **NZBGet LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/nzbget-install.sh) +- **NZBGet LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/nzbget-install.sh) - NEW Script -- **Memos LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/memos-install.sh) +- **Memos LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/memos-install.sh) - NEW Script ## 2024-10-27 @@ -782,7 +782,7 @@ Do not break established syntax in this file, as it is automatically updated by ### Changed -- **AdventureLog LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/adventurelog-install.sh) +- **AdventureLog LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/adventurelog-install.sh) - NEW Script ## 2024-10-25 @@ -797,39 +797,39 @@ Do not break established syntax in this file, as it is automatically updated by ### Changed -- **Wallos LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/wallos-install.sh) +- **Wallos LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/wallos-install.sh) - NEW Script -- **Open WebUI LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/openwebui-install.sh) +- **Open WebUI LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/openwebui-install.sh) - NEW Script ## 2024-10-19 ### Changed -- **Cockpit LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/cockpit-install.sh) +- **Cockpit LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/cockpit-install.sh) - NEW Script -- **Neo4j LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/neo4j-install.sh) +- **Neo4j LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/neo4j-install.sh) - NEW Script ## 2024-10-18 ### Changed -- **ArchiveBox LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/archivebox-install.sh) +- **ArchiveBox LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/archivebox-install.sh) - NEW Script ## 2024-10-15 ### Changed -- **evcc LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/evcc-install.sh) +- **evcc LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/evcc-install.sh) - NEW Script ## 2024-10-10 ### Changed -- **MySQL LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/mysql-install.sh) +- **MySQL LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/mysql-install.sh) - NEW Script - **Tianji LXC** [(Commit)](https://github.com/community-scripts/ProxmoxVE/commit/4c83a790ac9b040da1f11ad2cbe13d3fc5f480e9) - Breaking Change @@ -848,16 +848,16 @@ Do not break established syntax in this file, as it is automatically updated by ### Changed -- **HomeBox LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/homebox-install.sh) +- **HomeBox LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/homebox-install.sh) - NEW Script -- **Zipline LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/zipline-install.sh) +- **Zipline LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/zipline-install.sh) - NEW Script ## 2024-09-13 ### Changed -- **Tianji LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/tianji-install.sh) +- **Tianji LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/tianji-install.sh) - NEW Script ## 2024-08-21 @@ -880,14 +880,14 @@ Do not break established syntax in this file, as it is automatically updated by ### Changed -- **lldap LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/lldap-install.sh) +- **lldap LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/lldap-install.sh) - NEW Script ## 2024-07-26 ### Changed -- **Gitea LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/gitea-install.sh) +- **Gitea LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/gitea-install.sh) - NEW Script ## 2024-06-30 @@ -901,9 +901,9 @@ Do not break established syntax in this file, as it is automatically updated by ### Changed -- **Kubo LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/kubo-install.sh) +- **Kubo LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/kubo-install.sh) - NEW Script -- **RabbitMQ LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/rabbitmq-install.sh) +- **RabbitMQ LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/rabbitmq-install.sh) - NEW Script - **Scrutiny LXC** - Removed from website, broken. @@ -919,27 +919,27 @@ Do not break established syntax in this file, as it is automatically updated by ### Changed -- **MySpeed LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/myspeed-install.sh) +- **MySpeed LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/myspeed-install.sh) - NEW Script ## 2024-06-13 ### Changed -- **PeaNUT LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/peanut-install.sh) +- **PeaNUT LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/peanut-install.sh) - NEW Script - **Website** - If the Changelog has changed recently, the link on the website will pulse. -- **Spoolman LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/spoolman-install.sh) +- **Spoolman LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/spoolman-install.sh) - NEW Script ## 2024-06-12 ### Changed -- **MeTube LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/metube-install.sh) +- **MeTube LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/metube-install.sh) - NEW Script -- **Matterbridge LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/matterbridge-install.sh) +- **Matterbridge LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/matterbridge-install.sh) - NEW Script - **Website** - Reopen the gh-pages site (https://tteck.github.io/Proxmox/) @@ -948,14 +948,14 @@ Do not break established syntax in this file, as it is automatically updated by ### Changed -- **Zabbix LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/zabbix-install.sh) +- **Zabbix LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/zabbix-install.sh) - NEW Script ## 2024-06-06 ### Changed -- **Petio LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/petio-install.sh) +- **Petio LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/petio-install.sh) - NEW Script - **Website** - Important notices will now be displayed on the landing page. @@ -964,7 +964,7 @@ Do not break established syntax in this file, as it is automatically updated by ### Changed -- **FlareSolverr LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/flaresolverr-install.sh) +- **FlareSolverr LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/flaresolverr-install.sh) - NEW Script ## 2024-05-31 @@ -1935,7 +1935,7 @@ Do not break established syntax in this file, as it is automatically updated by - **InfluxDB LXC** - Choosing InfluxDB v1 will result in Chronograf being installed automatically. -- **[User Submitted Guides](https://github.com/community-scripts/ProxmoxVE/blob/main/USER_SUBMITTED_GUIDES.md)** +- **[User Submitted Guides](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/USER_SUBMITTED_GUIDES.md)** - Informative guides that demonstrate how to install various software packages using Proxmox VE Helper Scripts. ## 2023-04-14 diff --git a/CODE-AUDIT.md b/CODE-AUDIT.md index 158a5c6c..5e9f2962 100644 --- a/CODE-AUDIT.md +++ b/CODE-AUDIT.md @@ -1,14 +1,14 @@
- +

Exploring the Scripts and Steps Involved in an Application LXC Installation

-1) [adguard.sh](https://github.com/community-scripts/ProxmoxVE/blob/main/ct/adguard.sh): This script collects system parameters. (Also holds the function to update the application.) -2) [build.func](https://github.com/community-scripts/ProxmoxVE/blob/main/misc/build.func): Adds user settings and integrates collected information. -3) [create_lxc.sh](https://github.com/community-scripts/ProxmoxVE/blob/main/ct/create_lxc.sh): Constructs the LXC container. -4) [adguard-install.sh](https://github.com/community-scripts/ProxmoxVE/blob/main/install/adguard-install.sh): Executes functions from [install.func](https://github.com/community-scripts/ProxmoxVE/blob/main/misc/install.func), and installs the application. -5) [adguard.sh](https://github.com/community-scripts/ProxmoxVE/blob/main/ct/adguard.sh) (again): To display the completion message. +1) [adguard.sh](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/ct/adguard.sh): This script collects system parameters. (Also holds the function to update the application.) +2) [build.func](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/misc/build.func): Adds user settings and integrates collected information. +3) [create_lxc.sh](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/ct/create_lxc.sh): Constructs the LXC container. +4) [adguard-install.sh](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/adguard-install.sh): Executes functions from [install.func](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/misc/install.func), and installs the application. +5) [adguard.sh](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/ct/adguard.sh) (again): To display the completion message. -The installation process uses reusable scripts: [build.func](https://github.com/community-scripts/ProxmoxVE/blob/main/misc/build.func), [create_lxc.sh](https://github.com/community-scripts/ProxmoxVE/blob/main/ct/create_lxc.sh), and [install.func](https://github.com/community-scripts/ProxmoxVE/blob/main/misc/install.func), which are not specific to any particular application. +The installation process uses reusable scripts: [build.func](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/misc/build.func), [create_lxc.sh](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/ct/create_lxc.sh), and [install.func](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/misc/install.func), which are not specific to any particular application. -To gain a better understanding, focus on reviewing [adguard-install.sh](https://github.com/community-scripts/ProxmoxVE/blob/main/install/adguard-install.sh). This script contains the commands and configurations for installing and configuring AdGuard Home within the LXC container. +To gain a better understanding, focus on reviewing [adguard-install.sh](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/install/adguard-install.sh). This script contains the commands and configurations for installing and configuring AdGuard Home within the LXC container. diff --git a/README.md b/README.md index 74d8478b..db9285df 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

- +

@@ -15,16 +15,16 @@ Website - + Contribute - + Guides Discord - + Changelog

@@ -57,7 +57,7 @@ To install the Proxmox Helper Scripts, simply follow these steps: 4. Open the Proxmox shell on your **main node**. 5. Paste the command into the console, hit enter, and you are away! 🚀 -For detailed instructions, check out our [official guides](https://github.com/community-scripts/ProxmoxVE/blob/main/USER_SUBMITTED_GUIDES.md). +For detailed instructions, check out our [official guides](https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/USER_SUBMITTED_GUIDES.md). --- diff --git a/USER_SUBMITTED_GUIDES.md b/USER_SUBMITTED_GUIDES.md index 79599395..ffbe10d9 100644 --- a/USER_SUBMITTED_GUIDES.md +++ b/USER_SUBMITTED_GUIDES.md @@ -1,6 +1,6 @@
- +

User Submitted Guides

diff --git a/ct/2fauth.sh b/ct/2fauth.sh index 3ef44999..951726b9 100644 --- a/ct/2fauth.sh +++ b/ct/2fauth.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: jkrgr0 -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://docs.2fauth.app/ # App Default Values diff --git a/ct/5etools.sh b/ct/5etools.sh index 177cdfa4..5e0402e1 100644 --- a/ct/5etools.sh +++ b/ct/5etools.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: TheRealVira -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://5e.tools/ # App Default Values diff --git a/ct/actualbudget.sh b/ct/actualbudget.sh index 8bad74dc..1c5cae43 100644 --- a/ct/actualbudget.sh +++ b/ct/actualbudget.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://actualbudget.org/ # App Default Values diff --git a/ct/adguard.sh b/ct/adguard.sh index d4d94f59..2a965115 100644 --- a/ct/adguard.sh +++ b/ct/adguard.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://adguard.com/ # App Default Values diff --git a/ct/adventurelog.sh b/ct/adventurelog.sh index 5c168ce4..71cdc975 100644 --- a/ct/adventurelog.sh +++ b/ct/adventurelog.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: MickLesk (Canbiz) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://adventurelog.app/ # App Default Values diff --git a/ct/agentdvr.sh b/ct/agentdvr.sh index 2e5cda1b..74714065 100644 --- a/ct/agentdvr.sh +++ b/ct/agentdvr.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.ispyconnect.com/ # App Default Values diff --git a/ct/alpine-docker.sh b/ct/alpine-docker.sh index 267066b1..3ccf1d3d 100644 --- a/ct/alpine-docker.sh +++ b/ct/alpine-docker.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # App Default Values APP="Alpine-Docker" diff --git a/ct/alpine-grafana.sh b/ct/alpine-grafana.sh index 909ade3d..ecaf49e8 100644 --- a/ct/alpine-grafana.sh +++ b/ct/alpine-grafana.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # App Default Values APP="Alpine-Grafana" diff --git a/ct/alpine-nextcloud.sh b/ct/alpine-nextcloud.sh index d41b9e3d..c612cece 100644 --- a/ct/alpine-nextcloud.sh +++ b/ct/alpine-nextcloud.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # App Default Values APP="Alpine-Nextcloud" diff --git a/ct/alpine-vaultwarden.sh b/ct/alpine-vaultwarden.sh index cafb2e4e..fd4287ab 100644 --- a/ct/alpine-vaultwarden.sh +++ b/ct/alpine-vaultwarden.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # App Default Values APP="Alpine-Vaultwarden" diff --git a/ct/alpine-zigbee2mqtt.sh b/ct/alpine-zigbee2mqtt.sh index 4760d94a..d2ea1daa 100644 --- a/ct/alpine-zigbee2mqtt.sh +++ b/ct/alpine-zigbee2mqtt.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # App Default Values APP="Alpine-Zigbee2MQTT" diff --git a/ct/alpine.sh b/ct/alpine.sh index a89e79f2..45691c1d 100644 --- a/ct/alpine.sh +++ b/ct/alpine.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # App Default Values APP="Alpine" diff --git a/ct/apache-cassandra.sh b/ct/apache-cassandra.sh index 8e127029..3838a59f 100644 --- a/ct/apache-cassandra.sh +++ b/ct/apache-cassandra.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://cassandra.apache.org/_/index.html # App Default Values diff --git a/ct/apache-couchdb.sh b/ct/apache-couchdb.sh index 9df39570..b31c1a78 100644 --- a/ct/apache-couchdb.sh +++ b/ct/apache-couchdb.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://couchdb.apache.org/ # App Default Values diff --git a/ct/apache-guacamole.sh b/ct/apache-guacamole.sh index 35a2fcea..90a49ffe 100644 --- a/ct/apache-guacamole.sh +++ b/ct/apache-guacamole.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/refs/heads/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/refs/heads/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: Michel Roegl-Brunner (michelroegl-brunner) -# License: | MIT https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: | MIT https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://guacamole.apache.org/ #App Default Values diff --git a/ct/apt-cacher-ng.sh b/ct/apt-cacher-ng.sh index 09c10d9d..79a1d6a1 100644 --- a/ct/apt-cacher-ng.sh +++ b/ct/apt-cacher-ng.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://wiki.debian.org/AptCacherNg # App Default Values diff --git a/ct/archivebox.sh b/ct/archivebox.sh index 1fd6f098..9fb2cf15 100644 --- a/ct/archivebox.sh +++ b/ct/archivebox.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://archivebox.io/ # App Default Values diff --git a/ct/aria2.sh b/ct/aria2.sh index 366d7279..d8d9d39d 100644 --- a/ct/aria2.sh +++ b/ct/aria2.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://aria2.github.io/ # App Default Values diff --git a/ct/audiobookshelf.sh b/ct/audiobookshelf.sh index ccb1cac6..8d548cf6 100644 --- a/ct/audiobookshelf.sh +++ b/ct/audiobookshelf.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.audiobookshelf.org/ # App Default Values diff --git a/ct/authentik.sh b/ct/authentik.sh index 3f1a39ab..e4b29941 100644 --- a/ct/authentik.sh +++ b/ct/authentik.sh @@ -1,9 +1,9 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: remz1337 # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # App Default Values APP="Authentik" diff --git a/ct/autobrr.sh b/ct/autobrr.sh index 383f81df..ad400cfe 100644 --- a/ct/autobrr.sh +++ b/ct/autobrr.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://autobrr.com/ # App Default Values diff --git a/ct/bazarr.sh b/ct/bazarr.sh index 698344b2..7b55d01d 100755 --- a/ct/bazarr.sh +++ b/ct/bazarr.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.bazarr.media/ # App Default Values diff --git a/ct/blocky.sh b/ct/blocky.sh index dd1309ac..6682614a 100644 --- a/ct/blocky.sh +++ b/ct/blocky.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://0xerr0r.github.io/blocky/latest/ # App Default Values diff --git a/ct/bookstack.sh b/ct/bookstack.sh index 0589d2dc..cd5190cf 100644 --- a/ct/bookstack.sh +++ b/ct/bookstack.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk (Canbiz) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/BookStackApp/BookStack # App Default Values diff --git a/ct/bunkerweb.sh b/ct/bunkerweb.sh index d539cc5f..59ab2561 100644 --- a/ct/bunkerweb.sh +++ b/ct/bunkerweb.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.bunkerweb.io/ # App Default Values diff --git a/ct/caddy.sh b/ct/caddy.sh index e8fa01b4..e6b10c2c 100644 --- a/ct/caddy.sh +++ b/ct/caddy.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://caddyserver.com/ # App Default Values diff --git a/ct/calibre-web.sh b/ct/calibre-web.sh index 3980f37a..f67100c8 100644 --- a/ct/calibre-web.sh +++ b/ct/calibre-web.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) | Co-Author: remz1337 -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/janeczku/calibre-web # App Default Values diff --git a/ct/casaos.sh b/ct/casaos.sh index 76e226a0..87c895cc 100644 --- a/ct/casaos.sh +++ b/ct/casaos.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://casaos.io/ # App Default Values diff --git a/ct/changedetection.sh b/ct/changedetection.sh index a6075cf2..bb5f943b 100644 --- a/ct/changedetection.sh +++ b/ct/changedetection.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://changedetection.io/ # App Default Values diff --git a/ct/channels.sh b/ct/channels.sh index d7f23d36..7833a7a1 100644 --- a/ct/channels.sh +++ b/ct/channels.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://getchannels.com/dvr-server/ # App Default Values diff --git a/ct/checkmk.sh b/ct/checkmk.sh index 7822d135..5a90fa01 100644 --- a/ct/checkmk.sh +++ b/ct/checkmk.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: Michel Roegl-Brunner (michelroegl-brunner) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://checkmk.com/ APP="checkmk" diff --git a/ct/cloudflared.sh b/ct/cloudflared.sh index 16f8d625..3c71b822 100644 --- a/ct/cloudflared.sh +++ b/ct/cloudflared.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.cloudflare.com/ # App Default Values diff --git a/ct/cockpit.sh b/ct/cockpit.sh index 266d3621..cfca903c 100644 --- a/ct/cockpit.sh +++ b/ct/cockpit.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck | Co-Author: havardthom -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://cockpit-project.org/ # App Default Values diff --git a/ct/commafeed.sh b/ct/commafeed.sh index 4d5d2994..db181aee 100644 --- a/ct/commafeed.sh +++ b/ct/commafeed.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.commafeed.com/#/welcome # App Default Values diff --git a/ct/create_lxc.sh b/ct/create_lxc.sh index 6d55fd17..e975b835 100644 --- a/ct/create_lxc.sh +++ b/ct/create_lxc.sh @@ -4,7 +4,7 @@ # Author: tteck (tteckster) # Co-Author: MickLesk # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # This sets verbose mode if the global variable is set to "yes" # if [ "$VERBOSE" == "yes" ]; then set -x; fi diff --git a/ct/cronicle.sh b/ct/cronicle.sh index 19f3454e..a5224007 100644 --- a/ct/cronicle.sh +++ b/ct/cronicle.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://cronicle.net/ # App Default Values diff --git a/ct/daemonsync.sh b/ct/daemonsync.sh index 1d9b3137..050b5c2f 100644 --- a/ct/daemonsync.sh +++ b/ct/daemonsync.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://daemonsync.me/ # App Default Values diff --git a/ct/dashy.sh b/ct/dashy.sh index 9f9c77aa..e8f008e0 100644 --- a/ct/dashy.sh +++ b/ct/dashy.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://dashy.to/ # App Default Values diff --git a/ct/debian.sh b/ct/debian.sh index fd5dae41..3e3335b4 100644 --- a/ct/debian.sh +++ b/ct/debian.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.debian.org/ # App Default Values diff --git a/ct/deconz.sh b/ct/deconz.sh index e8233a59..69411003 100644 --- a/ct/deconz.sh +++ b/ct/deconz.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.phoscon.de/en/conbee2/software#deconz # App Default Values diff --git a/ct/deluge.sh b/ct/deluge.sh index 1f80e8db..f0134da6 100644 --- a/ct/deluge.sh +++ b/ct/deluge.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.deluge-torrent.org/ # App Default Values diff --git a/ct/docker.sh b/ct/docker.sh index 5af992b2..e62fe900 100644 --- a/ct/docker.sh +++ b/ct/docker.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.docker.com/ # App Default Values diff --git a/ct/dockge.sh b/ct/dockge.sh index 8f5fd9d2..16ce25e7 100644 --- a/ct/dockge.sh +++ b/ct/dockge.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://dockge.kuma.pet/ # App Default Values diff --git a/ct/emby.sh b/ct/emby.sh index 364fb166..767a2100 100644 --- a/ct/emby.sh +++ b/ct/emby.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://emby.media/ # App Default Values diff --git a/ct/emqx.sh b/ct/emqx.sh index 348f0b7e..131aabce 100644 --- a/ct/emqx.sh +++ b/ct/emqx.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.emqx.com/en # App Default Values diff --git a/ct/ersatztv.sh b/ct/ersatztv.sh index c77cc7a7..18e287e8 100644 --- a/ct/ersatztv.sh +++ b/ct/ersatztv.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: MickLesk (Canbiz) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://ersatztv.org/ # App Default Values diff --git a/ct/esphome.sh b/ct/esphome.sh index 6b381486..563e9188 100644 --- a/ct/esphome.sh +++ b/ct/esphome.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://esphome.io/ # App Default Values diff --git a/ct/evcc.sh b/ct/evcc.sh index bf1070ed..c449e1b8 100644 --- a/ct/evcc.sh +++ b/ct/evcc.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: MickLesk (Canbiz) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://evcc.io/en/ # App Default Values diff --git a/ct/fenrus.sh b/ct/fenrus.sh index f3ae3550..9332ac43 100644 --- a/ct/fenrus.sh +++ b/ct/fenrus.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) | Co-Author: Scorpoon -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/revenz/Fenrus # App Default Values diff --git a/ct/fhem.sh b/ct/fhem.sh index 922cad73..2670895b 100644 --- a/ct/fhem.sh +++ b/ct/fhem.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://fhem.de/ # App Default Values diff --git a/ct/firefly.sh b/ct/firefly.sh index 542f84ec..d8b0abfc 100644 --- a/ct/firefly.sh +++ b/ct/firefly.sh @@ -1,9 +1,9 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: quantumryuu # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://firefly-iii.org/ # App Default Values diff --git a/ct/flaresolverr.sh b/ct/flaresolverr.sh index d212c00f..85fc8507 100644 --- a/ct/flaresolverr.sh +++ b/ct/flaresolverr.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) | Co-Author: remz1337 -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/FlareSolverr/FlareSolverr # App Default Values diff --git a/ct/flowiseai.sh b/ct/flowiseai.sh index ab26b113..ab45973b 100644 --- a/ct/flowiseai.sh +++ b/ct/flowiseai.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://flowiseai.com/ # App Default Values diff --git a/ct/forgejo.sh b/ct/forgejo.sh index 3e9223ba..80262505 100644 --- a/ct/forgejo.sh +++ b/ct/forgejo.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://forgejo.org/ # App Default Values diff --git a/ct/frigate.sh b/ct/frigate.sh index 40e14e1d..a5916b5d 100644 --- a/ct/frigate.sh +++ b/ct/frigate.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Authors: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://frigate.video/ # App Default Values diff --git a/ct/gitea.sh b/ct/gitea.sh index ed7fbca4..b901d90b 100644 --- a/ct/gitea.sh +++ b/ct/gitea.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) | Co-Author: Rogue-King -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://about.gitea.com/ # App Default Values diff --git a/ct/glance.sh b/ct/glance.sh index 7ef2b458..0d77d3cc 100644 --- a/ct/glance.sh +++ b/ct/glance.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: kristocopani -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/glanceapp/glance # App Default Values diff --git a/ct/go2rtc.sh b/ct/go2rtc.sh index e577388f..40e63359 100644 --- a/ct/go2rtc.sh +++ b/ct/go2rtc.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/AlexxIT/go2rtc # App Default Values diff --git a/ct/gokapi.sh b/ct/gokapi.sh index 1a86e0ce..bb4703fa 100644 --- a/ct/gokapi.sh +++ b/ct/gokapi.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/Forceu/Gokapi # App Default Values diff --git a/ct/gotify.sh b/ct/gotify.sh index a31273f4..fca6600c 100644 --- a/ct/gotify.sh +++ b/ct/gotify.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://gotify.net/ # App Default Values diff --git a/ct/grafana.sh b/ct/grafana.sh index 7547f14f..e8e28c9e 100644 --- a/ct/grafana.sh +++ b/ct/grafana.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://grafana.com/ # App Default Values diff --git a/ct/grist.sh b/ct/grist.sh index 154e3ff5..b37ceba8 100644 --- a/ct/grist.sh +++ b/ct/grist.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Source: https://github.com/gristlabs/grist-core # App Default Values diff --git a/ct/grocy.sh b/ct/grocy.sh index f6bfc8ec..a559bf38 100644 --- a/ct/grocy.sh +++ b/ct/grocy.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://grocy.info/ # App Default Values diff --git a/ct/headscale.sh b/ct/headscale.sh index e63aa6a7..e1de5d91 100644 --- a/ct/headscale.sh +++ b/ct/headscale.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/juanfont/headscale # App Default Values diff --git a/ct/heimdall-dashboard.sh b/ct/heimdall-dashboard.sh index 4613040d..48b9bc43 100644 --- a/ct/heimdall-dashboard.sh +++ b/ct/heimdall-dashboard.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://heimdall.site/ # App Default Values diff --git a/ct/hivemq.sh b/ct/hivemq.sh index fe9aa2ba..4ea9364a 100644 --- a/ct/hivemq.sh +++ b/ct/hivemq.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.hivemq.com/ # App Default Values diff --git a/ct/hoarder.sh b/ct/hoarder.sh index b91765ec..09a74a84 100644 --- a/ct/hoarder.sh +++ b/ct/hoarder.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: MickLesk (Canbiz) & vhsdream -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://hoarder.app/ # App Default Values diff --git a/ct/homarr.sh b/ct/homarr.sh index 715796a2..f8b9a8d6 100644 --- a/ct/homarr.sh +++ b/ct/homarr.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) | Co-Author: MickLesk (Canbiz) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://homarr.dev/ # App Default Values diff --git a/ct/homeassistant-core.sh b/ct/homeassistant-core.sh index f54bf4fd..da46858e 100644 --- a/ct/homeassistant-core.sh +++ b/ct/homeassistant-core.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.home-assistant.io/ # App Default Values diff --git a/ct/homeassistant.sh b/ct/homeassistant.sh index aa35e941..64d64b3a 100644 --- a/ct/homeassistant.sh +++ b/ct/homeassistant.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.home-assistant.io/ # App Default Values diff --git a/ct/homebox.sh b/ct/homebox.sh index 75490965..73a9b1a0 100644 --- a/ct/homebox.sh +++ b/ct/homebox.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck | Co-Author: MickLesk (Canbiz) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://homebox.software/en/ # App Default Values diff --git a/ct/homebridge.sh b/ct/homebridge.sh index 3253b79e..0d8b42bc 100644 --- a/ct/homebridge.sh +++ b/ct/homebridge.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://homebridge.io/ # App Default Values diff --git a/ct/homepage.sh b/ct/homepage.sh index e2c74b36..0a30158f 100644 --- a/ct/homepage.sh +++ b/ct/homepage.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://gethomepage.dev/ # App Default Values diff --git a/ct/homer.sh b/ct/homer.sh index 1445fcee..ee031f50 100644 --- a/ct/homer.sh +++ b/ct/homer.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/bastienwirtz/homer # App Default Values diff --git a/ct/hyperhdr.sh b/ct/hyperhdr.sh index 150864a4..3858e6b8 100644 --- a/ct/hyperhdr.sh +++ b/ct/hyperhdr.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.hyperhdr.eu/ # App Default Values diff --git a/ct/hyperion.sh b/ct/hyperion.sh index 28b310b5..0089893f 100644 --- a/ct/hyperion.sh +++ b/ct/hyperion.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://hyperion-project.org/forum/ # App Default Values diff --git a/ct/influxdb.sh b/ct/influxdb.sh index 0824effe..6b0d4136 100644 --- a/ct/influxdb.sh +++ b/ct/influxdb.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.influxdata.com/ # App Default Values diff --git a/ct/inspircd.sh b/ct/inspircd.sh index 749911e5..5500d823 100644 --- a/ct/inspircd.sh +++ b/ct/inspircd.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: kristocopani -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.inspircd.org/ # App Default Values diff --git a/ct/iobroker.sh b/ct/iobroker.sh index 310f0a29..529956b8 100644 --- a/ct/iobroker.sh +++ b/ct/iobroker.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.iobroker.net/#en/intro # App Default Values diff --git a/ct/iventoy.sh b/ct/iventoy.sh index 12a434ff..2ad4398a 100644 --- a/ct/iventoy.sh +++ b/ct/iventoy.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.iventoy.com/en/index.html # App Default Values diff --git a/ct/jackett.sh b/ct/jackett.sh index 0c1c9171..885427a7 100644 --- a/ct/jackett.sh +++ b/ct/jackett.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/Jackett/Jackett # App Default Values diff --git a/ct/jellyfin.sh b/ct/jellyfin.sh index 123f3e94..d9abf4a1 100644 --- a/ct/jellyfin.sh +++ b/ct/jellyfin.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://jellyfin.org/ # App Default Values diff --git a/ct/jellyseerr.sh b/ct/jellyseerr.sh index 5403ae58..7f68f28e 100644 --- a/ct/jellyseerr.sh +++ b/ct/jellyseerr.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://docs.jellyseerr.dev/ # App Default Values diff --git a/ct/jenkins.sh b/ct/jenkins.sh index 49e4fcda..500eb348 100644 --- a/ct/jenkins.sh +++ b/ct/jenkins.sh @@ -1,9 +1,9 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: kristocopani # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.jenkins.io/ # App Default Values diff --git a/ct/kavita.sh b/ct/kavita.sh index 4303d04a..a3fec5f9 100644 --- a/ct/kavita.sh +++ b/ct/kavita.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.kavitareader.com/ # App Default Values diff --git a/ct/keycloak.sh b/ct/keycloak.sh index 668a866b..848caed8 100644 --- a/ct/keycloak.sh +++ b/ct/keycloak.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.keycloak.org/ # App Default Values diff --git a/ct/kimai.sh b/ct/kimai.sh index 1ca15fac..e1b29fc9 100644 --- a/ct/kimai.sh +++ b/ct/kimai.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk (Canbiz) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.kimai.org/ # App Default Values diff --git a/ct/komga.sh b/ct/komga.sh index f8e47c29..2e4d9284 100644 --- a/ct/komga.sh +++ b/ct/komga.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: madelyn (DysfunctionalProgramming) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://komga.org/ # App Default Values diff --git a/ct/komodo.sh b/ct/komodo.sh index 2a550892..bebcad6c 100644 --- a/ct/komodo.sh +++ b/ct/komodo.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://komo.do # App Default Values @@ -52,7 +52,7 @@ function update_script() { exit 1 } - GITHUB_URL="https://raw.githubusercontent.com/mbecker20/komodo/main/compose/$COMPOSE_FILE" + GITHUB_URL="https://raw.githubusercontent.com/mbecker20/komodo/dev_maxkeys/compose/$COMPOSE_FILE" wget -q -O "$COMPOSE_FILE" "$GITHUB_URL" || { msg_error "Failed to download $COMPOSE_FILE from GitHub!" mv "$BACKUP_FILE" "$COMPOSE_FILE" diff --git a/ct/kubo.sh b/ct/kubo.sh index 7a73b268..eba779ff 100644 --- a/ct/kubo.sh +++ b/ct/kubo.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) | Co-Author: ulmentflam -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/ipfs/kubo # App Default Values diff --git a/ct/lazylibrarian.sh b/ct/lazylibrarian.sh index 37f7e71f..3d457174 100644 --- a/ct/lazylibrarian.sh +++ b/ct/lazylibrarian.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck | Co-Author: MountyMapleSyrup (MountyMapleSyrup) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://gitlab.com/LazyLibrarian/LazyLibrarian # App Default Values diff --git a/ct/lidarr.sh b/ct/lidarr.sh index 809e5a19..e4909f06 100644 --- a/ct/lidarr.sh +++ b/ct/lidarr.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://lidarr.audio/ # App Default Values diff --git a/ct/linkwarden.sh b/ct/linkwarden.sh index 5c0435e0..533eec88 100644 --- a/ct/linkwarden.sh +++ b/ct/linkwarden.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://linkwarden.app/ # App Default Values diff --git a/ct/listmonk.sh b/ct/listmonk.sh index 55e5c4f5..70e25006 100644 --- a/ct/listmonk.sh +++ b/ct/listmonk.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: bvdberg01 -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://listmonk.app/ # App Default Values diff --git a/ct/lldap.sh b/ct/lldap.sh index 60c97157..0ab1e3f5 100644 --- a/ct/lldap.sh +++ b/ct/lldap.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) | Co-Author: remz1337 -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/lldap/lldap # App Default Values diff --git a/ct/lubelogger.sh b/ct/lubelogger.sh index 0f10b667..8fe82f36 100644 --- a/ct/lubelogger.sh +++ b/ct/lubelogger.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: kristocopani -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://lubelogger.com/ # App Default Values diff --git a/ct/mafl.sh b/ct/mafl.sh index a8e5777d..fda700c4 100644 --- a/ct/mafl.sh +++ b/ct/mafl.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://mafl.hywax.space/ # App Default Values diff --git a/ct/magicmirror.sh b/ct/magicmirror.sh index 7504eb20..eb7b133e 100644 --- a/ct/magicmirror.sh +++ b/ct/magicmirror.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://magicmirror.builders/ # App Default Values diff --git a/ct/mariadb.sh b/ct/mariadb.sh index 729d2136..baa8ebca 100644 --- a/ct/mariadb.sh +++ b/ct/mariadb.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://mariadb.org/ # App Default Values diff --git a/ct/matterbridge.sh b/ct/matterbridge.sh index 9647cb7c..63687a74 100644 --- a/ct/matterbridge.sh +++ b/ct/matterbridge.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: MickLesk (Canbiz) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/Luligu/matterbridge # App Default Values diff --git a/ct/mediamtx.sh b/ct/mediamtx.sh index 67cb8f9a..656fcc00 100644 --- a/ct/mediamtx.sh +++ b/ct/mediamtx.sh @@ -1,9 +1,9 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/bluenviron/mediamtx # App Default Values diff --git a/ct/medusa.sh b/ct/medusa.sh index 19aae9b5..f150f6c2 100644 --- a/ct/medusa.sh +++ b/ct/medusa.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/pymedusa/Medusa.git # App Default Values diff --git a/ct/memos.sh b/ct/memos.sh index ed1b30ed..2ff33609 100644 --- a/ct/memos.sh +++ b/ct/memos.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: MickLesk (Canbiz) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.usememos.com/ # App Default Values diff --git a/ct/meshcentral.sh b/ct/meshcentral.sh index 6ae005d4..17ece74a 100644 --- a/ct/meshcentral.sh +++ b/ct/meshcentral.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://meshcentral.com/ # App Default Values diff --git a/ct/metube.sh b/ct/metube.sh index 8aa488af..c4baaa3d 100644 --- a/ct/metube.sh +++ b/ct/metube.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: MickLesk (Canbiz) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/alexta69/metube # App Default Values diff --git a/ct/mongodb.sh b/ct/mongodb.sh index 27e4bd0a..d0d51dc8 100644 --- a/ct/mongodb.sh +++ b/ct/mongodb.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.mongodb.com/de-de # App Default Values diff --git a/ct/motioneye.sh b/ct/motioneye.sh index 9436f759..5b36716e 100644 --- a/ct/motioneye.sh +++ b/ct/motioneye.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/motioneye-project/motioneye # App Default Values diff --git a/ct/mqtt.sh b/ct/mqtt.sh index a577519d..2dd07ace 100644 --- a/ct/mqtt.sh +++ b/ct/mqtt.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://mosquitto.org/ # App Default Values diff --git a/ct/mylar3.sh b/ct/mylar3.sh index 9c7636eb..ac553e40 100644 --- a/ct/mylar3.sh +++ b/ct/mylar3.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: davalanche -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/mylar3/mylar3 # App Default Values diff --git a/ct/myspeed.sh b/ct/myspeed.sh index e52d123a..d89ebefd 100644 --- a/ct/myspeed.sh +++ b/ct/myspeed.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) | Co-Author: MickLesk (Canbiz) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://myspeed.dev/ # App Default Values diff --git a/ct/mysql.sh b/ct/mysql.sh index 9c5968f4..cd8f2d99 100644 --- a/ct/mysql.sh +++ b/ct/mysql.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck | Co-Author: MickLesk (Canbiz) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.mysql.com/ # App Default Values diff --git a/ct/n8n.sh b/ct/n8n.sh index 27c15c60..bc06be0f 100644 --- a/ct/n8n.sh +++ b/ct/n8n.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://n8n.io/ # App Default Values diff --git a/ct/navidrome.sh b/ct/navidrome.sh index be9e335b..36973824 100644 --- a/ct/navidrome.sh +++ b/ct/navidrome.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.navidrome.org/ # App Default Values diff --git a/ct/neo4j.sh b/ct/neo4j.sh index 0debb55d..a542e6c2 100644 --- a/ct/neo4j.sh +++ b/ct/neo4j.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck | Co-Author: havardthom -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://neo4j.com/product/neo4j-graph-database/ # App Default Values diff --git a/ct/netbox.sh b/ct/netbox.sh index 38f54a83..207560e6 100644 --- a/ct/netbox.sh +++ b/ct/netbox.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: bvdberg01 -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://netboxlabs.com/ # App Default Values diff --git a/ct/nextcloudpi.sh b/ct/nextcloudpi.sh index d22fcaa3..31bd290f 100644 --- a/ct/nextcloudpi.sh +++ b/ct/nextcloudpi.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.turnkeylinux.org/nextcloud # App Default Values diff --git a/ct/nextpvr.sh b/ct/nextpvr.sh index 97938904..394fddff 100644 --- a/ct/nextpvr.sh +++ b/ct/nextpvr.sh @@ -1,9 +1,9 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk (Canbiz) # License: MIT -# https://github.com/tteck/Proxmox/raw/main/LICENSE +# https://github.com/tteck/Proxmox/raw/dev_maxkeys/LICENSE # Source: https://nextpvr.com/ # App Default Values diff --git a/ct/nginxproxymanager.sh b/ct/nginxproxymanager.sh index ed3dcdec..329971be 100644 --- a/ct/nginxproxymanager.sh +++ b/ct/nginxproxymanager.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://nginxproxymanager.com/ # App Default Values diff --git a/ct/nocodb.sh b/ct/nocodb.sh index a72c91a6..e342887c 100644 --- a/ct/nocodb.sh +++ b/ct/nocodb.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.nocodb.com/ # App Default Values diff --git a/ct/node-red.sh b/ct/node-red.sh index c2bce186..4d9cc07a 100644 --- a/ct/node-red.sh +++ b/ct/node-red.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://nodered.org/ # App Default Values diff --git a/ct/notifiarr.sh b/ct/notifiarr.sh index 4bd8f9a0..60722c4d 100644 --- a/ct/notifiarr.sh +++ b/ct/notifiarr.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://notifiarr.com/ # App Default Values diff --git a/ct/ntfy.sh b/ct/ntfy.sh index 4ac3bae0..b1df55c9 100644 --- a/ct/ntfy.sh +++ b/ct/ntfy.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://ntfy.sh/ # App Default Values diff --git a/ct/nzbget.sh b/ct/nzbget.sh index 50910513..f8075e05 100644 --- a/ct/nzbget.sh +++ b/ct/nzbget.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck | Co-Author: havardthom -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://nzbget.com/ # App Default Values diff --git a/ct/octoprint.sh b/ct/octoprint.sh index be0b71a2..8da09ff6 100644 --- a/ct/octoprint.sh +++ b/ct/octoprint.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://octoprint.org/ # App Default Values diff --git a/ct/ollama.sh b/ct/ollama.sh index 43cebc9c..d8fa779a 100644 --- a/ct/ollama.sh +++ b/ct/ollama.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck | Co-Author: havardthom -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://ollama.com/ # App Default Values diff --git a/ct/omada.sh b/ct/omada.sh index b9b46f86..d80b1b3b 100644 --- a/ct/omada.sh +++ b/ct/omada.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.tp-link.com/us/support/download/omada-software-controller/ # App Default Values diff --git a/ct/ombi.sh b/ct/ombi.sh index 610c7dfa..f7f6bafd 100644 --- a/ct/ombi.sh +++ b/ct/ombi.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://ombi.io/ # App Default Values diff --git a/ct/omv.sh b/ct/omv.sh index a05706fd..87917659 100644 --- a/ct/omv.sh +++ b/ct/omv.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.openmediavault.org/ # App Default Values diff --git a/ct/onedev.sh b/ct/onedev.sh index 16e1b194..8725f869 100644 --- a/ct/onedev.sh +++ b/ct/onedev.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: kristocopani -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://onedev.io/ # App Default Values diff --git a/ct/openhab.sh b/ct/openhab.sh index 79e24984..f2ccf694 100644 --- a/ct/openhab.sh +++ b/ct/openhab.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.openhab.org/ # App Default Values diff --git a/ct/openobserve.sh b/ct/openobserve.sh index 598182b6..9dc2fd06 100644 --- a/ct/openobserve.sh +++ b/ct/openobserve.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://openobserve.ai/ # App Default Values diff --git a/ct/openwebui.sh b/ct/openwebui.sh index 47eab4ab..803ad712 100644 --- a/ct/openwebui.sh +++ b/ct/openwebui.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: havardthom -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://openwebui.com/ # App Default Values diff --git a/ct/overseerr.sh b/ct/overseerr.sh index dff26046..cd98ded0 100644 --- a/ct/overseerr.sh +++ b/ct/overseerr.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://overseerr.dev/ # App Default Values diff --git a/ct/owncast.sh b/ct/owncast.sh index 6442af66..b1c802dc 100644 --- a/ct/owncast.sh +++ b/ct/owncast.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://owncast.online/ # App Default Values diff --git a/ct/pairdrop.sh b/ct/pairdrop.sh index 00548dd3..151bd4fd 100644 --- a/ct/pairdrop.sh +++ b/ct/pairdrop.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://pairdrop.net/ # App Default Values diff --git a/ct/paperless-ngx.sh b/ct/paperless-ngx.sh index 63aead01..8f84cbcd 100644 --- a/ct/paperless-ngx.sh +++ b/ct/paperless-ngx.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://docs.paperless-ngx.com/ # App Default Values diff --git a/ct/part-db.sh b/ct/part-db.sh index dcb31c76..809d7d06 100644 --- a/ct/part-db.sh +++ b/ct/part-db.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: bvdberg01 -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://docs.part-db.de/ # App Default Values diff --git a/ct/pbs.sh b/ct/pbs.sh index 8aae63d3..2669a65e 100644 --- a/ct/pbs.sh +++ b/ct/pbs.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { clear diff --git a/ct/peanut.sh b/ct/peanut.sh index 87cd3eff..79912042 100644 --- a/ct/peanut.sh +++ b/ct/peanut.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) | Co-Author: remz1337 -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/Brandawg93/PeaNUT/ # App Default Values diff --git a/ct/petio.sh b/ct/petio.sh index c9d9b2d9..fbdd2d4a 100644 --- a/ct/petio.sh +++ b/ct/petio.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://petio.tv/ # App Default Values diff --git a/ct/pf2etools.sh b/ct/pf2etools.sh index 4d2205e8..2a177335 100644 --- a/ct/pf2etools.sh +++ b/ct/pf2etools.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: TheRealVira -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://pf2etools.com/ # App Default Values diff --git a/ct/photoprism.sh b/ct/photoprism.sh index f6f79c93..7df4a504 100644 --- a/ct/photoprism.sh +++ b/ct/photoprism.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.photoprism.app/ # App Default Values diff --git a/ct/pialert.sh b/ct/pialert.sh index 9569f564..f9cb914e 100644 --- a/ct/pialert.sh +++ b/ct/pialert.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/leiweibau/Pi.Alert/ # App Default Values @@ -32,7 +32,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - bash -c "$(wget -qLO - https://github.com/leiweibau/Pi.Alert/raw/main/install/pialert_update.sh)" -s --lxc + bash -c "$(wget -qLO - https://github.com/leiweibau/Pi.Alert/raw/dev_maxkeys/install/pialert_update.sh)" -s --lxc msg_ok "Updated $APP" exit } diff --git a/ct/pihole.sh b/ct/pihole.sh index 4071efe7..e9c91c02 100644 --- a/ct/pihole.sh +++ b/ct/pihole.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://pi-hole.net/ # App Default Values diff --git a/ct/pingvin.sh b/ct/pingvin.sh index 95e09711..86028806 100644 --- a/ct/pingvin.sh +++ b/ct/pingvin.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://stonith404.github.io/pingvin-share/introduction # App Default Values diff --git a/ct/plex.sh b/ct/plex.sh index 004a93e3..5c1c63f8 100644 --- a/ct/plex.sh +++ b/ct/plex.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.plex.tv/ # App Default Values diff --git a/ct/pocketbase.sh b/ct/pocketbase.sh index f9c24680..37b5d05a 100644 --- a/ct/pocketbase.sh +++ b/ct/pocketbase.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://pocketbase.io/ # App Default Values diff --git a/ct/podman-homeassistant.sh b/ct/podman-homeassistant.sh index f0e43c2a..6bd5d4c6 100644 --- a/ct/podman-homeassistant.sh +++ b/ct/podman-homeassistant.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # App Default Values APP="Podman-Home Assistant" diff --git a/ct/podman.sh b/ct/podman.sh index ef36a682..d885786f 100644 --- a/ct/podman.sh +++ b/ct/podman.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://podman.io/ # App Default Values diff --git a/ct/postgresql.sh b/ct/postgresql.sh index 287bfab1..dc31ad7c 100644 --- a/ct/postgresql.sh +++ b/ct/postgresql.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.postgresql.org/ # App Default Values diff --git a/ct/prometheus.sh b/ct/prometheus.sh index d03e070b..75500e32 100644 --- a/ct/prometheus.sh +++ b/ct/prometheus.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://prometheus.io/ # App Default Values diff --git a/ct/prowlarr.sh b/ct/prowlarr.sh index 04c8a4ec..b1725eec 100644 --- a/ct/prowlarr.sh +++ b/ct/prowlarr.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://prowlarr.com/ # App Default Values diff --git a/ct/proxmox-datacenter-manager.sh b/ct/proxmox-datacenter-manager.sh index 2ee48633..8ea30102 100644 --- a/ct/proxmox-datacenter-manager.sh +++ b/ct/proxmox-datacenter-manager.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: CrazyWolf13 -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: Proxmox Server Solution GmbH # App Default Values diff --git a/ct/qbittorrent.sh b/ct/qbittorrent.sh index 790a5716..7f557ea3 100644 --- a/ct/qbittorrent.sh +++ b/ct/qbittorrent.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.qbittorrent.org/ # App Default Values diff --git a/ct/rabbitmq.sh b/ct/rabbitmq.sh index c47d56da..22fc098e 100644 --- a/ct/rabbitmq.sh +++ b/ct/rabbitmq.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck | Co-Author: MickLesk (Canbiz) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.rabbitmq.com/ # App Default Values diff --git a/ct/radarr.sh b/ct/radarr.sh index c6ee2507..ee2cee5e 100644 --- a/ct/radarr.sh +++ b/ct/radarr.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://radarr.video/ # App Default Values diff --git a/ct/rdtclient.sh b/ct/rdtclient.sh index 3b26ad7c..12e60937 100755 --- a/ct/rdtclient.sh +++ b/ct/rdtclient.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/rogerfar/rdt-client # App Default Values diff --git a/ct/readarr.sh b/ct/readarr.sh index 2c0bf458..663b796a 100644 --- a/ct/readarr.sh +++ b/ct/readarr.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://readarr.com/ # App Default Values diff --git a/ct/readeck.sh b/ct/readeck.sh index a34294ed..de2d8dd1 100644 --- a/ct/readeck.sh +++ b/ct/readeck.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://readeck.org/en/ # App Default Values diff --git a/ct/recyclarr.sh b/ct/recyclarr.sh index 388ab627..73b73468 100644 --- a/ct/recyclarr.sh +++ b/ct/recyclarr.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: MrYadro -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://recyclarr.dev/wiki/ # App Default Values diff --git a/ct/redis.sh b/ct/redis.sh index 13b29e59..3a1ce7b7 100644 --- a/ct/redis.sh +++ b/ct/redis.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://redis.io/ # App Default Values diff --git a/ct/rtsptoweb.sh b/ct/rtsptoweb.sh index c09182a3..b8d020f4 100644 --- a/ct/rtsptoweb.sh +++ b/ct/rtsptoweb.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/deepch/RTSPtoWeb # App Default Values diff --git a/ct/runtipi.sh b/ct/runtipi.sh index 3beb2ea2..eff8a725 100644 --- a/ct/runtipi.sh +++ b/ct/runtipi.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://runtipi.io/ # App Default Values diff --git a/ct/sabnzbd.sh b/ct/sabnzbd.sh index 9c848983..59e75b4a 100644 --- a/ct/sabnzbd.sh +++ b/ct/sabnzbd.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://sabnzbd.org/ # App Default Values diff --git a/ct/semaphore.sh b/ct/semaphore.sh index 12d32a0a..f9809772 100644 --- a/ct/semaphore.sh +++ b/ct/semaphore.sh @@ -1,9 +1,9 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: kristocopani # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://semaphoreui.com/ # App Default Values diff --git a/ct/sftpgo.sh b/ct/sftpgo.sh index 6a14392c..4d3520cd 100644 --- a/ct/sftpgo.sh +++ b/ct/sftpgo.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://sftpgo.com/ # App Default Values diff --git a/ct/shinobi.sh b/ct/shinobi.sh index 4da07b58..f61185be 100644 --- a/ct/shinobi.sh +++ b/ct/shinobi.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://shinobi.video/ # App Default Values diff --git a/ct/silverbullet.sh b/ct/silverbullet.sh index 56bf1a4e..f3715217 100644 --- a/ct/silverbullet.sh +++ b/ct/silverbullet.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: Dominik Siebel (dsiebel) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://silverbullet.md # App default values diff --git a/ct/smokeping.sh b/ct/smokeping.sh index 8bd4a242..4ae9ed8b 100644 --- a/ct/smokeping.sh +++ b/ct/smokeping.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://oss.oetiker.ch/smokeping/ # App Default Values diff --git a/ct/snipeit.sh b/ct/snipeit.sh index 02508804..ceaa953a 100644 --- a/ct/snipeit.sh +++ b/ct/snipeit.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: Michel Roegl-Brunner (michelroegl-brunner) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://snipeitapp.com/ # App Default Values diff --git a/ct/sonarr.sh b/ct/sonarr.sh index 606fdb30..e7feb582 100644 --- a/ct/sonarr.sh +++ b/ct/sonarr.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://sonarr.tv/ # App Default Values @@ -34,7 +34,7 @@ function update_script() { fi msg_info "Updating $APP v4" systemctl stop sonarr.service - wget -q -O SonarrV4.tar.gz 'https://services.sonarr.tv/v1/download/main/latest?version=4&os=linux&arch=x64' + wget -q -O SonarrV4.tar.gz 'https://services.sonarr.tv/v1/download/dev_maxkeys/latest?version=4&os=linux&arch=x64' tar -xzf SonarrV4.tar.gz rm -rf /opt/Sonarr mv Sonarr /opt diff --git a/ct/spoolman.sh b/ct/spoolman.sh index f98dc1f2..73d2b596 100644 --- a/ct/spoolman.sh +++ b/ct/spoolman.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: MickLesk (Canbiz) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/Donkie/Spoolman # App Default Values diff --git a/ct/stirling-pdf.sh b/ct/stirling-pdf.sh index c212c18c..1536b6ab 100644 --- a/ct/stirling-pdf.sh +++ b/ct/stirling-pdf.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.stirlingpdf.com/ # App Default Values diff --git a/ct/syncthing.sh b/ct/syncthing.sh index 455e262f..4391a8b2 100644 --- a/ct/syncthing.sh +++ b/ct/syncthing.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://syncthing.net/ # App Default Values diff --git a/ct/tandoor.sh b/ct/tandoor.sh index 146c73ee..c4082488 100644 --- a/ct/tandoor.sh +++ b/ct/tandoor.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: MickLesk (Canbiz) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://tandoor.dev/ # App Default Values diff --git a/ct/tasmoadmin.sh b/ct/tasmoadmin.sh index 500d67d6..c4d83139 100644 --- a/ct/tasmoadmin.sh +++ b/ct/tasmoadmin.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/TasmoAdmin/TasmoAdmin # App Default Values diff --git a/ct/tautulli.sh b/ct/tautulli.sh index 0675f5bb..6f167fdb 100644 --- a/ct/tautulli.sh +++ b/ct/tautulli.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://tautulli.com/ # App Default Values diff --git a/ct/tdarr.sh b/ct/tdarr.sh index 6360f001..99300837 100644 --- a/ct/tdarr.sh +++ b/ct/tdarr.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://home.tdarr.io/ # App Default Values diff --git a/ct/technitiumdns.sh b/ct/technitiumdns.sh index 8f687708..56a4ef0c 100644 --- a/ct/technitiumdns.sh +++ b/ct/technitiumdns.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://technitium.com/dns/ # App Default Values diff --git a/ct/teddycloud.sh b/ct/teddycloud.sh index 0b2a7dcb..f42df663 100644 --- a/ct/teddycloud.sh +++ b/ct/teddycloud.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: Dominik Siebel (dsiebel) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/toniebox-reverse-engineering/teddycloud # App default values diff --git a/ct/the-lounge.sh b/ct/the-lounge.sh index 28d426ae..dd498ad2 100644 --- a/ct/the-lounge.sh +++ b/ct/the-lounge.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: kristocopani -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://thelounge.chat/ # App Default Values diff --git a/ct/threadfin.sh b/ct/threadfin.sh index 83c5ed79..e7caa6c5 100644 --- a/ct/threadfin.sh +++ b/ct/threadfin.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/Threadfin/Threadfin # App Default Values diff --git a/ct/tianji.sh b/ct/tianji.sh index 1ac59203..07d51b39 100644 --- a/ct/tianji.sh +++ b/ct/tianji.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: MickLesk (Canbiz) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://tianji.msgbyte.com/ # App Default Values diff --git a/ct/traccar.sh b/ct/traccar.sh index 5487784a..76e59d80 100644 --- a/ct/traccar.sh +++ b/ct/traccar.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.traccar.org/ # App Default Values diff --git a/ct/traefik.sh b/ct/traefik.sh index 39786b8e..60c93c60 100644 --- a/ct/traefik.sh +++ b/ct/traefik.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://traefik.io/ # App Default Values diff --git a/ct/transmission.sh b/ct/transmission.sh index 78d5b1b4..568c1224 100644 --- a/ct/transmission.sh +++ b/ct/transmission.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://transmissionbt.com/ # App Default Values diff --git a/ct/trilium.sh b/ct/trilium.sh index a2835202..b0d92877 100644 --- a/ct/trilium.sh +++ b/ct/trilium.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://triliumnext.github.io/Docs/ # App Default Values diff --git a/ct/ubuntu.sh b/ct/ubuntu.sh index d3aac33f..391ce36f 100644 --- a/ct/ubuntu.sh +++ b/ct/ubuntu.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://ubuntu.com/ # App Default Values diff --git a/ct/umami.sh b/ct/umami.sh index 6b898cae..e560bbf2 100644 --- a/ct/umami.sh +++ b/ct/umami.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://umami.is/ # App Default Values diff --git a/ct/umbrel.sh b/ct/umbrel.sh index 5dc0a791..ba71c330 100644 --- a/ct/umbrel.sh +++ b/ct/umbrel.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://umbrel.com/ # App Default Values diff --git a/ct/unbound.sh b/ct/unbound.sh index b0a0d1ec..d9e71ce0 100644 --- a/ct/unbound.sh +++ b/ct/unbound.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: wimb0 -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/NLnetLabs/unbound # App Default Values diff --git a/ct/unifi.sh b/ct/unifi.sh index 16fe0c8d..922498a2 100644 --- a/ct/unifi.sh +++ b/ct/unifi.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://ui.com/download/unifi # App Default Values diff --git a/ct/unmanic.sh b/ct/unmanic.sh index bce7450a..d22623a6 100644 --- a/ct/unmanic.sh +++ b/ct/unmanic.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://docs.unmanic.app/ # App Default Values diff --git a/ct/uptimekuma.sh b/ct/uptimekuma.sh index 0efe730f..3b036385 100644 --- a/ct/uptimekuma.sh +++ b/ct/uptimekuma.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://uptime.kuma.pet/ # App Default Values diff --git a/ct/vaultwarden.sh b/ct/vaultwarden.sh index 4d12d0da..925f8e8c 100644 --- a/ct/vaultwarden.sh +++ b/ct/vaultwarden.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.vaultwarden.net/ # App Default Values diff --git a/ct/vikunja.sh b/ct/vikunja.sh index e805f8b2..7ba986da 100644 --- a/ct/vikunja.sh +++ b/ct/vikunja.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk (Canbiz) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://vikunja.io/ # App Default Values diff --git a/ct/wallos.sh b/ct/wallos.sh index 9931f1f7..7c80481e 100644 --- a/ct/wallos.sh +++ b/ct/wallos.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: MickLesk (Canbiz) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://wallosapp.com/ # App Default Values diff --git a/ct/wastebin.sh b/ct/wastebin.sh index 9e416237..4a645b29 100644 --- a/ct/wastebin.sh +++ b/ct/wastebin.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: MickLesk (Canbiz) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/matze/wastebin # App Default Values diff --git a/ct/watchyourlan.sh b/ct/watchyourlan.sh index de29154e..fc098073 100644 --- a/ct/watchyourlan.sh +++ b/ct/watchyourlan.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/aceberg/WatchYourLAN # App Default Values diff --git a/ct/wavelog.sh b/ct/wavelog.sh index 0dc24ae2..596821a9 100644 --- a/ct/wavelog.sh +++ b/ct/wavelog.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: Don Locke (DonLocke) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.wavelog.org/ # App Default Values diff --git a/ct/whisparr.sh b/ct/whisparr.sh index 53e2fff8..23796558 100644 --- a/ct/whisparr.sh +++ b/ct/whisparr.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/Whisparr/Whisparr # App Default Values diff --git a/ct/whoogle.sh b/ct/whoogle.sh index 1010b6fc..d579d068 100644 --- a/ct/whoogle.sh +++ b/ct/whoogle.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/benbusby/whoogle-search # App Default Values diff --git a/ct/wikijs.sh b/ct/wikijs.sh index d387b2d9..bca25e2e 100644 --- a/ct/wikijs.sh +++ b/ct/wikijs.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://js.wiki/ # App Default Values diff --git a/ct/wireguard.sh b/ct/wireguard.sh index 946a909e..f50a812e 100644 --- a/ct/wireguard.sh +++ b/ct/wireguard.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.wireguard.com/ # App Default Values diff --git a/ct/yunohost.sh b/ct/yunohost.sh index 36319202..318b2c75 100644 --- a/ct/yunohost.sh +++ b/ct/yunohost.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://yunohost.org/ # App Default Values diff --git a/ct/zabbix.sh b/ct/zabbix.sh index 14cfc357..ad7afb64 100644 --- a/ct/zabbix.sh +++ b/ct/zabbix.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.zabbix.com/ # App Default Values @@ -44,7 +44,7 @@ function update_script() { #cp -R /usr/share/zabbix-* /opt/zabbix-backup/ Remove temporary rm -Rf /etc/apt/sources.list.d/zabbix.list cd /tmp - wget -q https://repo.zabbix.com/zabbix/7.2/release/debian/pool/main/z/zabbix-release/zabbix-release_latest+debian12_all.deb + wget -q https://repo.zabbix.com/zabbix/7.2/release/debian/pool/dev_maxkeys/z/zabbix-release/zabbix-release_latest+debian12_all.deb dpkg -i zabbix-release_latest+debian12_all.deb &>/dev/null apt-get update &>/dev/null apt-get install --only-upgrade zabbix-server-pgsql zabbix-frontend-php zabbix-agent2 zabbix-agent2-plugin-* &>/dev/null diff --git a/ct/zammad.sh b/ct/zammad.sh index 43360bd0..dc20796f 100644 --- a/ct/zammad.sh +++ b/ct/zammad.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: Michel Roegl-Brunner (michelroegl-brunner) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://zammad.com #App Default Values diff --git a/ct/zigbee2mqtt.sh b/ct/zigbee2mqtt.sh index 591e19bb..77043a72 100644 --- a/ct/zigbee2mqtt.sh +++ b/ct/zigbee2mqtt.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.zigbee2mqtt.io/ # App Default Values diff --git a/ct/zipline.sh b/ct/zipline.sh index 7031bf8e..ae693bfd 100644 --- a/ct/zipline.sh +++ b/ct/zipline.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: MickLesk (Canbiz) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://zipline.diced.sh/ # App Default Values diff --git a/ct/zoraxy.sh b/ct/zoraxy.sh index 2f30ebc2..0684d4b4 100644 --- a/ct/zoraxy.sh +++ b/ct/zoraxy.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://zoraxy.aroz.org/ # App Default Values diff --git a/ct/zwave-js-ui.sh b/ct/zwave-js-ui.sh index ffea06b2..8f93552b 100644 --- a/ct/zwave-js-ui.sh +++ b/ct/zwave-js-ui.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://zwave-js.github.io/zwave-js-ui/#/ # App Default Values diff --git a/frontend/src/app/scripts/_components/ScriptItems/InstallCommand.tsx b/frontend/src/app/scripts/_components/ScriptItems/InstallCommand.tsx index 26d941cf..ed3a07b4 100644 --- a/frontend/src/app/scripts/_components/ScriptItems/InstallCommand.tsx +++ b/frontend/src/app/scripts/_components/ScriptItems/InstallCommand.tsx @@ -5,7 +5,7 @@ import { Script } from "@/lib/types"; import { getDisplayValueFromType } from "../ScriptInfoBlocks"; const getInstallCommand = (scriptPath?: string, isAlpine = false) => { - return `bash -c "$(wget -q${isAlpine ? "" : "L"}O - https://github.com/community-scripts/${basePath}/raw/main/${scriptPath})"`; + return `bash -c "$(wget -q${isAlpine ? "" : "L"}O - https://github.com/community-scripts/${basePath}/raw/dev_maxkeys/${scriptPath})"`; }; export default function InstallCommand({ item }: { item: Script }) { diff --git a/frontend/src/config/siteConfig.tsx b/frontend/src/config/siteConfig.tsx index 6c442b65..90d42cd4 100644 --- a/frontend/src/config/siteConfig.tsx +++ b/frontend/src/config/siteConfig.tsx @@ -18,7 +18,7 @@ export const navbarLinks = [ text: "Discord", }, { - href: `https://github.com/community-scripts/${basePath}/blob/main/CHANGELOG.md`, + href: `https://github.com/community-scripts/${basePath}/blob/dev_maxkeys/CHANGELOG.md`, event: "Change Log", icon: , text: "Change Log", diff --git a/install/actualbudget-install.sh b/install/actualbudget-install.sh index 64995d5a..bff4bde6 100644 --- a/install/actualbudget-install.sh +++ b/install/actualbudget-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/adguard-install.sh b/install/adguard-install.sh index b62255c1..a75b654f 100644 --- a/install/adguard-install.sh +++ b/install/adguard-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/adventurelog-install.sh b/install/adventurelog-install.sh index 250a4d8f..39a96f0a 100644 --- a/install/adventurelog-install.sh +++ b/install/adventurelog-install.sh @@ -4,7 +4,7 @@ # Author: tteck # Co-Author: MickLesk (Canbiz) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/seanmorley15/AdventureLog source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" diff --git a/install/agentdvr-install.sh b/install/agentdvr-install.sh index fc21d7fa..cd31604a 100644 --- a/install/agentdvr-install.sh +++ b/install/agentdvr-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/alpine-docker-install.sh b/install/alpine-docker-install.sh index cd70c6f0..8de224c0 100644 --- a/install/alpine-docker-install.sh +++ b/install/alpine-docker-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/alpine-grafana-install.sh b/install/alpine-grafana-install.sh index d6b59ef6..0d4d7ca7 100644 --- a/install/alpine-grafana-install.sh +++ b/install/alpine-grafana-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/alpine-install.sh b/install/alpine-install.sh index 83999eb6..edc4ecee 100644 --- a/install/alpine-install.sh +++ b/install/alpine-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/alpine-nextcloud-install.sh b/install/alpine-nextcloud-install.sh index 7f337a05..82aab188 100644 --- a/install/alpine-nextcloud-install.sh +++ b/install/alpine-nextcloud-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/alpine-vaultwarden-install.sh b/install/alpine-vaultwarden-install.sh index c3a93490..e21f5ca9 100644 --- a/install/alpine-vaultwarden-install.sh +++ b/install/alpine-vaultwarden-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/alpine-zigbee2mqtt-install.sh b/install/alpine-zigbee2mqtt-install.sh index 7c294388..53a64ecc 100644 --- a/install/alpine-zigbee2mqtt-install.sh +++ b/install/alpine-zigbee2mqtt-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/apache-cassandra-install.sh b/install/apache-cassandra-install.sh index 733102ee..0d0911a4 100644 --- a/install/apache-cassandra-install.sh +++ b/install/apache-cassandra-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/apache-couchdb-install.sh b/install/apache-couchdb-install.sh index 4388aaac..7454f3e6 100644 --- a/install/apache-couchdb-install.sh +++ b/install/apache-couchdb-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/apache-guacamole-install.sh b/install/apache-guacamole-install.sh index 435193e1..580d9739 100644 --- a/install/apache-guacamole-install.sh +++ b/install/apache-guacamole-install.sh @@ -2,7 +2,7 @@ #Copyright (c) 2021-2025 community-scripts ORG # Author: Michel Roegl-Brunner (michelroegl-brunner) | MickLesk (CanbiZ) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/apt-cacher-ng-install.sh b/install/apt-cacher-ng-install.sh index fb0a8330..2c57c605 100644 --- a/install/apt-cacher-ng-install.sh +++ b/install/apt-cacher-ng-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/archivebox-install.sh b/install/archivebox-install.sh index 59c29c81..c5855dc0 100644 --- a/install/archivebox-install.sh +++ b/install/archivebox-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/aria2-install.sh b/install/aria2-install.sh index ac44a056..e1258268 100644 --- a/install/aria2-install.sh +++ b/install/aria2-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/audiobookshelf-install.sh b/install/audiobookshelf-install.sh index 73ea69b7..c21e35ae 100644 --- a/install/audiobookshelf-install.sh +++ b/install/audiobookshelf-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/authentik-install.sh b/install/authentik-install.sh index fc36f2e5..42f18612 100644 --- a/install/authentik-install.sh +++ b/install/authentik-install.sh @@ -2,7 +2,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: remz1337 -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/autobrr-install.sh b/install/autobrr-install.sh index b843c259..d1188775 100644 --- a/install/autobrr-install.sh +++ b/install/autobrr-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/bazarr-install.sh b/install/bazarr-install.sh index 94cb0925..8242f454 100755 --- a/install/bazarr-install.sh +++ b/install/bazarr-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/blocky-install.sh b/install/blocky-install.sh index 69374672..b8326b1e 100644 --- a/install/blocky-install.sh +++ b/install/blocky-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/bookstack-install.sh b/install/bookstack-install.sh index 3d648742..369eeafb 100644 --- a/install/bookstack-install.sh +++ b/install/bookstack-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk (Canbiz) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/bunkerweb-install.sh b/install/bunkerweb-install.sh index 3ed4797f..33fea409 100644 --- a/install/bunkerweb-install.sh +++ b/install/bunkerweb-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/caddy-install.sh b/install/caddy-install.sh index 56a8fbd8..baaeb91f 100644 --- a/install/caddy-install.sh +++ b/install/caddy-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/calibre-web-install.sh b/install/calibre-web-install.sh index 1cff7bf0..a43eaf4f 100644 --- a/install/calibre-web-install.sh +++ b/install/calibre-web-install.sh @@ -4,7 +4,7 @@ # Author: tteck (tteckster) # Co-Author: remz1337 # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/casaos-install.sh b/install/casaos-install.sh index 99136ee9..132d930e 100644 --- a/install/casaos-install.sh +++ b/install/casaos-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/changedetection-install.sh b/install/changedetection-install.sh index 99aa077c..13186871 100644 --- a/install/changedetection-install.sh +++ b/install/changedetection-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/channels-install.sh b/install/channels-install.sh index f4b54520..a5754e0d 100644 --- a/install/channels-install.sh +++ b/install/channels-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/checkmk-install.sh b/install/checkmk-install.sh index 892c057d..457de9f7 100644 --- a/install/checkmk-install.sh +++ b/install/checkmk-install.sh @@ -3,7 +3,7 @@ #Copyright (c) 2021-2025 community-scripts ORG # Author: Michel Roegl-Brunner (michelroegl-brunner) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" diff --git a/install/cloudflared-install.sh b/install/cloudflared-install.sh index f0f5c925..c29a8719 100644 --- a/install/cloudflared-install.sh +++ b/install/cloudflared-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/cockpit-install.sh b/install/cockpit-install.sh index c444f7fa..9076d4bc 100644 --- a/install/cockpit-install.sh +++ b/install/cockpit-install.sh @@ -4,7 +4,7 @@ # Author: tteck # Co-Author: havardthom # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/cockpit-project/cockpit source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" diff --git a/install/commafeed-install.sh b/install/commafeed-install.sh index 78fd051c..60e503cf 100644 --- a/install/commafeed-install.sh +++ b/install/commafeed-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/cronicle-install.sh b/install/cronicle-install.sh index 56148456..84ac40ea 100644 --- a/install/cronicle-install.sh +++ b/install/cronicle-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/daemonsync-install.sh b/install/daemonsync-install.sh index 20febdb1..9110636b 100644 --- a/install/daemonsync-install.sh +++ b/install/daemonsync-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color @@ -21,7 +21,7 @@ $STD apt-get install -y g++-multilib msg_ok "Installed Dependencies" msg_info "Installing Daemon Sync Server" -wget -qL https://github.com/community-scripts/ProxmoxVE/raw/main/misc/daemonsync_2.2.0.0059_amd64.deb +wget -qL https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/daemonsync_2.2.0.0059_amd64.deb $STD dpkg -i daemonsync_2.2.0.0059_amd64.deb msg_ok "Installed Daemon Sync Server" diff --git a/install/dashy-install.sh b/install/dashy-install.sh index fb41a675..d6b0ad7e 100644 --- a/install/dashy-install.sh +++ b/install/dashy-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/debian-install.sh b/install/debian-install.sh index 20971451..1adbe298 100644 --- a/install/debian-install.sh +++ b/install/debian-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/deconz-install.sh b/install/deconz-install.sh index 0ee44eec..6ac3626b 100644 --- a/install/deconz-install.sh +++ b/install/deconz-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color @@ -26,8 +26,8 @@ echo "deb [arch=amd64] http://phoscon.de/apt/deconz $VERSION main" >/etc/apt/sou msg_ok "Setup Phoscon Repository" msg_info "Installing deConz" -libssl=$(curl -fsSL "http://security.ubuntu.com/ubuntu/pool/main/o/openssl/" | grep -o 'libssl1\.1_1\.1\.1f-1ubuntu2\.2[^"]*amd64\.deb' | head -n1) -wget -qL http://security.ubuntu.com/ubuntu/pool/main/o/openssl/$libssl +libssl=$(curl -fsSL "http://security.ubuntu.com/ubuntu/pool/dev_maxkeys/o/openssl/" | grep -o 'libssl1\.1_1\.1\.1f-1ubuntu2\.2[^"]*amd64\.deb' | head -n1) +wget -qL http://security.ubuntu.com/ubuntu/pool/dev_maxkeys/o/openssl/$libssl $STD dpkg -i $libssl $STD apt-get update $STD apt-get install -y deconz diff --git a/install/deluge-install.sh b/install/deluge-install.sh index 5a83ccb6..6dc52358 100644 --- a/install/deluge-install.sh +++ b/install/deluge-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/docker-install.sh b/install/docker-install.sh index 7e770888..f7ea68a8 100644 --- a/install/docker-install.sh +++ b/install/docker-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/dockge-install.sh b/install/dockge-install.sh index f25d671e..1d4d3536 100644 --- a/install/dockge-install.sh +++ b/install/dockge-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/emby-install.sh b/install/emby-install.sh index 153d19ac..8b461155 100644 --- a/install/emby-install.sh +++ b/install/emby-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/emqx-install.sh b/install/emqx-install.sh index 1818b9b9..a04eaaa9 100644 --- a/install/emqx-install.sh +++ b/install/emqx-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/ersatztv-install.sh b/install/ersatztv-install.sh index 8e0a7389..2977b05e 100644 --- a/install/ersatztv-install.sh +++ b/install/ersatztv-install.sh @@ -4,7 +4,7 @@ # Author: tteck # Co-Author: MickLesk (Canbiz) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/ErsatzTV/ErsatzTV source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" @@ -22,7 +22,7 @@ $STD apt-get install -y mc msg_ok "Installed Dependencies" msg_info "Installing FFmpeg (Patience)" -wget -q https://www.deb-multimedia.org/pool/main/d/deb-multimedia-keyring/deb-multimedia-keyring_2016.8.1_all.deb +wget -q https://www.deb-multimedia.org/pool/dev_maxkeys/d/deb-multimedia-keyring/deb-multimedia-keyring_2016.8.1_all.deb $STD dpkg -i deb-multimedia-keyring_2016.8.1_all.deb cat </etc/apt/sources.list.d/backports.list deb https://www.deb-multimedia.org bookworm main non-free diff --git a/install/esphome-install.sh b/install/esphome-install.sh index 91295ed8..826c3d78 100644 --- a/install/esphome-install.sh +++ b/install/esphome-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/evcc-install.sh b/install/evcc-install.sh index f0861c92..7712ac78 100644 --- a/install/evcc-install.sh +++ b/install/evcc-install.sh @@ -4,7 +4,7 @@ # Author: tteck # Co-Author: MickLesk (Canbiz) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/evcc-io/evcc source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" diff --git a/install/fenrus-install.sh b/install/fenrus-install.sh index 2ccd0e68..962c34ea 100644 --- a/install/fenrus-install.sh +++ b/install/fenrus-install.sh @@ -4,7 +4,7 @@ # Author: tteck (tteckster) # Co-Author: Scorpoon # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/revenz/Fenrus diff --git a/install/fhem-install.sh b/install/fhem-install.sh index 4188cff4..e1100e99 100644 --- a/install/fhem-install.sh +++ b/install/fhem-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/firefly-install.sh b/install/firefly-install.sh index 17b5623d..7ccb0577 100644 --- a/install/firefly-install.sh +++ b/install/firefly-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: quantumryuu # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/flaresolverr-install.sh b/install/flaresolverr-install.sh index a9e57590..6af8a47d 100644 --- a/install/flaresolverr-install.sh +++ b/install/flaresolverr-install.sh @@ -4,7 +4,7 @@ # Author: tteck (tteckster) # Co-Author: remz1337 # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/flowiseai-install.sh b/install/flowiseai-install.sh index a2932e94..70590416 100644 --- a/install/flowiseai-install.sh +++ b/install/flowiseai-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color @@ -31,7 +31,7 @@ msg_ok "Installed Node.js" msg_info "Installing FlowiseAI (Patience)" $STD npm install -g flowise mkdir -p /opt/flowiseai -wget -q https://raw.githubusercontent.com/FlowiseAI/Flowise/main/packages/server/.env.example -O /opt/flowiseai/.env +wget -q https://raw.githubusercontent.com/FlowiseAI/Flowise/dev_maxkeys/packages/server/.env.example -O /opt/flowiseai/.env msg_ok "Installed FlowiseAI" msg_info "Creating Service" diff --git a/install/forgejo-install.sh b/install/forgejo-install.sh index 2da47a05..b3b782d6 100644 --- a/install/forgejo-install.sh +++ b/install/forgejo-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/frigate-install.sh b/install/frigate-install.sh index 4ad064a3..9d8d91f3 100644 --- a/install/frigate-install.sh +++ b/install/frigate-install.sh @@ -4,7 +4,7 @@ # Author: tteck (tteckster) # Co-Author: remz1337 # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color @@ -58,17 +58,17 @@ wget -q https://github.com/blakeblackshear/frigate/archive/refs/tags/${RELEASE}. tar -xzf frigate.tar.gz -C /opt/frigate --strip-components 1 rm -rf frigate.tar.gz cd /opt/frigate -$STD pip3 wheel --wheel-dir=/wheels -r /opt/frigate/docker/main/requirements-wheels.txt -cp -a /opt/frigate/docker/main/rootfs/. / +$STD pip3 wheel --wheel-dir=/wheels -r /opt/frigate/docker/dev_maxkeys/requirements-wheels.txt +cp -a /opt/frigate/docker/dev_maxkeys/rootfs/. / export TARGETARCH="amd64" echo 'libc6 libraries/restart-without-asking boolean true' | debconf-set-selections -$STD /opt/frigate/docker/main/install_deps.sh +$STD /opt/frigate/docker/dev_maxkeys/install_deps.sh $STD apt update $STD ln -svf /usr/lib/btbn-ffmpeg/bin/ffmpeg /usr/local/bin/ffmpeg $STD ln -svf /usr/lib/btbn-ffmpeg/bin/ffprobe /usr/local/bin/ffprobe $STD pip3 install -U /wheels/*.whl ldconfig -$STD pip3 install -r /opt/frigate/docker/main/requirements-dev.txt +$STD pip3 install -r /opt/frigate/docker/dev_maxkeys/requirements-dev.txt $STD /opt/frigate/.devcontainer/initialize.sh $STD make version cd /opt/frigate/web @@ -76,7 +76,7 @@ $STD npm install $STD npm run build cp -r /opt/frigate/web/dist/* /opt/frigate/web/ cp -r /opt/frigate/config/. /config -sed -i '/^s6-svc -O \.$/s/^/#/' /opt/frigate/docker/main/rootfs/etc/s6-overlay/s6-rc.d/frigate/run +sed -i '/^s6-svc -O \.$/s/^/#/' /opt/frigate/docker/dev_maxkeys/rootfs/etc/s6-overlay/s6-rc.d/frigate/run cat </config/config.yml mqtt: enabled: false @@ -107,7 +107,7 @@ msg_ok "Installed Frigate $RELEASE" if grep -q -o -m1 -E 'avx[^ ]*' /proc/cpuinfo; then msg_ok "AVX Support Detected" msg_info "Installing Openvino Object Detection Model (Resilience)" - $STD pip install -r /opt/frigate/docker/main/requirements-ov.txt + $STD pip install -r /opt/frigate/docker/dev_maxkeys/requirements-ov.txt cd /opt/frigate/models export ENABLE_ANALYTICS=NO $STD /usr/local/bin/omz_downloader --name ssdlite_mobilenet_v2 --num_attempts 2 @@ -169,14 +169,14 @@ wget -qO /media/frigate/person-bicycle-car-detection.mp4 https://github.com/inte msg_ok "Installed Coral Object Detection Model" msg_info "Building Nginx with Custom Modules" -$STD /opt/frigate/docker/main/build_nginx.sh -sed -e '/s6-notifyoncheck/ s/^#*/#/' -i /opt/frigate/docker/main/rootfs/etc/s6-overlay/s6-rc.d/nginx/run +$STD /opt/frigate/docker/dev_maxkeys/build_nginx.sh +sed -e '/s6-notifyoncheck/ s/^#*/#/' -i /opt/frigate/docker/dev_maxkeys/rootfs/etc/s6-overlay/s6-rc.d/nginx/run ln -sf /usr/local/nginx/sbin/nginx /usr/local/bin/nginx msg_ok "Built Nginx" msg_info "Installing Tempio" -sed -i 's|/rootfs/usr/local|/usr/local|g' /opt/frigate/docker/main/install_tempio.sh -$STD /opt/frigate/docker/main/install_tempio.sh +sed -i 's|/rootfs/usr/local|/usr/local|g' /opt/frigate/docker/dev_maxkeys/install_tempio.sh +$STD /opt/frigate/docker/dev_maxkeys/install_tempio.sh ln -sf /usr/local/tempio/bin/tempio /usr/local/bin/tempio msg_ok "Installed Tempio" @@ -207,7 +207,7 @@ Restart=always RestartSec=1 User=root ExecStartPre=+rm /dev/shm/logs/go2rtc/current -ExecStart=/bin/bash -c "bash /opt/frigate/docker/main/rootfs/etc/s6-overlay/s6-rc.d/go2rtc/run 2> >(/usr/bin/ts '%%Y-%%m-%%d %%H:%%M:%%.S ' >&2) | /usr/bin/ts '%%Y-%%m-%%d %%H:%%M:%%.S '" +ExecStart=/bin/bash -c "bash /opt/frigate/docker/dev_maxkeys/rootfs/etc/s6-overlay/s6-rc.d/go2rtc/run 2> >(/usr/bin/ts '%%Y-%%m-%%d %%H:%%M:%%.S ' >&2) | /usr/bin/ts '%%Y-%%m-%%d %%H:%%M:%%.S '" StandardOutput=file:/dev/shm/logs/go2rtc/current StandardError=file:/dev/shm/logs/go2rtc/current @@ -230,7 +230,7 @@ RestartSec=1 User=root # Environment=PLUS_API_KEY= ExecStartPre=+rm /dev/shm/logs/frigate/current -ExecStart=/bin/bash -c "bash /opt/frigate/docker/main/rootfs/etc/s6-overlay/s6-rc.d/frigate/run 2> >(/usr/bin/ts '%%Y-%%m-%%d %%H:%%M:%%.S ' >&2) | /usr/bin/ts '%%Y-%%m-%%d %%H:%%M:%%.S '" +ExecStart=/bin/bash -c "bash /opt/frigate/docker/dev_maxkeys/rootfs/etc/s6-overlay/s6-rc.d/frigate/run 2> >(/usr/bin/ts '%%Y-%%m-%%d %%H:%%M:%%.S ' >&2) | /usr/bin/ts '%%Y-%%m-%%d %%H:%%M:%%.S '" StandardOutput=file:/dev/shm/logs/frigate/current StandardError=file:/dev/shm/logs/frigate/current @@ -252,7 +252,7 @@ Restart=always RestartSec=1 User=root ExecStartPre=+rm /dev/shm/logs/nginx/current -ExecStart=/bin/bash -c "bash /opt/frigate/docker/main/rootfs/etc/s6-overlay/s6-rc.d/nginx/run 2> >(/usr/bin/ts '%%Y-%%m-%%d %%H:%%M:%%.S ' >&2) | /usr/bin/ts '%%Y-%%m-%%d %%H:%%M:%%.S '" +ExecStart=/bin/bash -c "bash /opt/frigate/docker/dev_maxkeys/rootfs/etc/s6-overlay/s6-rc.d/nginx/run 2> >(/usr/bin/ts '%%Y-%%m-%%d %%H:%%M:%%.S ' >&2) | /usr/bin/ts '%%Y-%%m-%%d %%H:%%M:%%.S '" StandardOutput=file:/dev/shm/logs/nginx/current StandardError=file:/dev/shm/logs/nginx/current diff --git a/install/gitea-install.sh b/install/gitea-install.sh index 17cd4adc..b18e7382 100644 --- a/install/gitea-install.sh +++ b/install/gitea-install.sh @@ -4,7 +4,7 @@ # Author: tteck (tteckster) # Co-author: Rogue-King # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/glance-install.sh b/install/glance-install.sh index c30bfaf6..aa9fc207 100644 --- a/install/glance-install.sh +++ b/install/glance-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: kristocopani # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/go2rtc-install.sh b/install/go2rtc-install.sh index babf5913..a1446f70 100644 --- a/install/go2rtc-install.sh +++ b/install/go2rtc-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/gokapi-install.sh b/install/gokapi-install.sh index e25b6840..8e0e46aa 100644 --- a/install/gokapi-install.sh +++ b/install/gokapi-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/gotify-install.sh b/install/gotify-install.sh index 67f8472d..b5746815 100644 --- a/install/gotify-install.sh +++ b/install/gotify-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/grafana-install.sh b/install/grafana-install.sh index 2a4fc3e2..a6c33f6a 100644 --- a/install/grafana-install.sh +++ b/install/grafana-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/grist-install.sh b/install/grist-install.sh index 30786777..88c17c84 100644 --- a/install/grist-install.sh +++ b/install/grist-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: cfurrow # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/gristlabs/grist-core source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" diff --git a/install/grocy-install.sh b/install/grocy-install.sh index 63bee18b..fc452700 100644 --- a/install/grocy-install.sh +++ b/install/grocy-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/headscale-install.sh b/install/headscale-install.sh index c1464f45..b9b01903 100644 --- a/install/headscale-install.sh +++ b/install/headscale-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/heimdall-dashboard-install.sh b/install/heimdall-dashboard-install.sh index 0cb03c2b..3c133eaa 100644 --- a/install/heimdall-dashboard-install.sh +++ b/install/heimdall-dashboard-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/hivemq-install.sh b/install/hivemq-install.sh index 42c0d4aa..49dc3542 100644 --- a/install/hivemq-install.sh +++ b/install/hivemq-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/hoarder-install.sh b/install/hoarder-install.sh index 4b56b076..79266758 100644 --- a/install/hoarder-install.sh +++ b/install/hoarder-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: MickLesk (Canbiz) & vhsdream # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/homarr-install.sh b/install/homarr-install.sh index 410ba8ae..68476047 100644 --- a/install/homarr-install.sh +++ b/install/homarr-install.sh @@ -4,7 +4,7 @@ # Author: tteck (tteckster) # Co-Author: MickLesk (Canbiz) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/ajnart/homarr source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" diff --git a/install/homeassistant-core-install.sh b/install/homeassistant-core-install.sh index e5cca687..b1568dbd 100644 --- a/install/homeassistant-core-install.sh +++ b/install/homeassistant-core-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/homeassistant-install.sh b/install/homeassistant-install.sh index e0cfd3e1..6fd2811c 100644 --- a/install/homeassistant-install.sh +++ b/install/homeassistant-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/homebox-install.sh b/install/homebox-install.sh index 2f6ab1da..b79508b6 100644 --- a/install/homebox-install.sh +++ b/install/homebox-install.sh @@ -4,7 +4,7 @@ # Author: tteck # Co-Author: MickLesk (Canbiz) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/sysadminsmedia/homebox source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" diff --git a/install/homebridge-install.sh b/install/homebridge-install.sh index 72b7242f..1ee9a079 100644 --- a/install/homebridge-install.sh +++ b/install/homebridge-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/homepage-install.sh b/install/homepage-install.sh index 21064860..b85d8f0b 100644 --- a/install/homepage-install.sh +++ b/install/homepage-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/homer-install.sh b/install/homer-install.sh index 02da0cae..042d1638 100644 --- a/install/homer-install.sh +++ b/install/homer-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/hyperhdr-install.sh b/install/hyperhdr-install.sh index fa72c6b5..97eb00e9 100644 --- a/install/hyperhdr-install.sh +++ b/install/hyperhdr-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/hyperion-install.sh b/install/hyperion-install.sh index d6feebc3..d0e5a92c 100644 --- a/install/hyperion-install.sh +++ b/install/hyperion-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/influxdb-install.sh b/install/influxdb-install.sh index 6c0905b6..fbaa6d46 100644 --- a/install/influxdb-install.sh +++ b/install/influxdb-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/inspircd-install.sh b/install/inspircd-install.sh index 33cd9f51..9905a7c5 100644 --- a/install/inspircd-install.sh +++ b/install/inspircd-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: kristocopani # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/iobroker-install.sh b/install/iobroker-install.sh index 05747118..c6d433f5 100644 --- a/install/iobroker-install.sh +++ b/install/iobroker-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/iventoy-install.sh b/install/iventoy-install.sh index 681a5647..0800b703 100644 --- a/install/iventoy-install.sh +++ b/install/iventoy-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/jackett-install.sh b/install/jackett-install.sh index fe33d1e9..828cf6e2 100644 --- a/install/jackett-install.sh +++ b/install/jackett-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/jellyfin-install.sh b/install/jellyfin-install.sh index 3f3f1a61..f6bb3057 100644 --- a/install/jellyfin-install.sh +++ b/install/jellyfin-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/jellyseerr-install.sh b/install/jellyseerr-install.sh index 535d374f..d6f2461c 100644 --- a/install/jellyseerr-install.sh +++ b/install/jellyseerr-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/jenkins-install.sh b/install/jenkins-install.sh index 3226a4ca..3fafce36 100644 --- a/install/jenkins-install.sh +++ b/install/jenkins-install.sh @@ -2,7 +2,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: kristocopani # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/kavita-install.sh b/install/kavita-install.sh index 22991cac..00250408 100644 --- a/install/kavita-install.sh +++ b/install/kavita-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/keycloak-install.sh b/install/keycloak-install.sh index 4ed59b2c..11e39616 100644 --- a/install/keycloak-install.sh +++ b/install/keycloak-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/kimai-install.sh b/install/kimai-install.sh index 570a15b2..dfb5d320 100644 --- a/install/kimai-install.sh +++ b/install/kimai-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk # License: MIT -# https://github.com/tteck/Proxmox/raw/main/LICENSE +# https://github.com/tteck/Proxmox/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/komga-install.sh b/install/komga-install.sh index 3659c7db..63d8ad51 100644 --- a/install/komga-install.sh +++ b/install/komga-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: madelyn (DysfunctionalProgramming) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/komodo-install.sh b/install/komodo-install.sh index 9650a4d3..b67b0472 100644 --- a/install/komodo-install.sh +++ b/install/komodo-install.sh @@ -2,7 +2,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://komo.do/ source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" @@ -65,11 +65,11 @@ case $DB_CHOICE in esac mkdir -p /opt/komodo cd /opt/komodo -wget -q "https://raw.githubusercontent.com/mbecker20/komodo/main/compose/$DB_COMPOSE_FILE" +wget -q "https://raw.githubusercontent.com/mbecker20/komodo/dev_maxkeys/compose/$DB_COMPOSE_FILE" msg_info "Setup Komodo Environment" -wget -q -O /opt/komodo/compose.env https://raw.githubusercontent.com/mbecker20/komodo/main/compose/compose.env +wget -q -O /opt/komodo/compose.env https://raw.githubusercontent.com/mbecker20/komodo/dev_maxkeys/compose/compose.env DB_PASSWORD=$(openssl rand -base64 16 | tr -d '/+=') PASSKEY=$(openssl rand -base64 24 | tr -d '/+=') WEBHOOK_SECRET=$(openssl rand -base64 24 | tr -d '/+=') diff --git a/install/kubo-install.sh b/install/kubo-install.sh index 8e121254..80c4bda1 100644 --- a/install/kubo-install.sh +++ b/install/kubo-install.sh @@ -4,7 +4,7 @@ # Author: tteck (tteckster) # Co-Author: ulmentflam # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/lazylibrarian-install.sh b/install/lazylibrarian-install.sh index dd00bab9..3b9b21fa 100644 --- a/install/lazylibrarian-install.sh +++ b/install/lazylibrarian-install.sh @@ -4,7 +4,7 @@ # Author: tteck # Co-Author: MountyMapleSyrup (MountyMapleSyrup) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/lidarr-install.sh b/install/lidarr-install.sh index e1e4233b..f242f517 100644 --- a/install/lidarr-install.sh +++ b/install/lidarr-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/linkwarden-install.sh b/install/linkwarden-install.sh index 534a69ca..47dbc724 100644 --- a/install/linkwarden-install.sh +++ b/install/linkwarden-install.sh @@ -4,7 +4,7 @@ # Author: tteck (tteckster) # Co-Author: MickLesk (Canbiz) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/listmonk-install.sh b/install/listmonk-install.sh index b6688356..55f58ffa 100644 --- a/install/listmonk-install.sh +++ b/install/listmonk-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: bvdberg01 # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/lldap-install.sh b/install/lldap-install.sh index 303a302c..1d24a874 100644 --- a/install/lldap-install.sh +++ b/install/lldap-install.sh @@ -4,7 +4,7 @@ # Author: tteck (tteckster) # Co-Author: remz1337 # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/lubelogger-install.sh b/install/lubelogger-install.sh index f22f740e..394d0c56 100644 --- a/install/lubelogger-install.sh +++ b/install/lubelogger-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: kristocopani # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/mafl-install.sh b/install/mafl-install.sh index a8a63cf3..7d5f9cbb 100644 --- a/install/mafl-install.sh +++ b/install/mafl-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color @@ -42,7 +42,7 @@ msg_info "Installing Mafl v${RELEASE}" wget -q https://github.com/hywax/mafl/archive/refs/tags/v${RELEASE}.tar.gz tar -xzf v${RELEASE}.tar.gz mkdir -p /opt/mafl/data -wget -q -O /opt/mafl/data/config.yml https://raw.githubusercontent.com/hywax/mafl/main/.example/config.yml +wget -q -O /opt/mafl/data/config.yml https://raw.githubusercontent.com/hywax/mafl/dev_maxkeys/.example/config.yml mv mafl-${RELEASE}/* /opt/mafl rm -rf mafl-${RELEASE} cd /opt/mafl diff --git a/install/magicmirror-install.sh b/install/magicmirror-install.sh index 999ab848..9c90db81 100644 --- a/install/magicmirror-install.sh +++ b/install/magicmirror-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/mariadb-install.sh b/install/mariadb-install.sh index 189003c4..5583d62e 100644 --- a/install/mariadb-install.sh +++ b/install/mariadb-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/matterbridge-install.sh b/install/matterbridge-install.sh index 8a81cc7c..6ce17a62 100644 --- a/install/matterbridge-install.sh +++ b/install/matterbridge-install.sh @@ -4,7 +4,7 @@ # Author: tteck # Co-Author: MickLesk (Canbiz) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/Luligu/matterbridge/ source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" diff --git a/install/mediamtx-install.sh b/install/mediamtx-install.sh index 85d49d9d..9a7c82bc 100644 --- a/install/mediamtx-install.sh +++ b/install/mediamtx-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/medusa-install.sh b/install/medusa-install.sh index a1fe8d38..59ac9d9a 100644 --- a/install/medusa-install.sh +++ b/install/medusa-install.sh @@ -4,7 +4,7 @@ # Author: tteck (tteckster) # Co-Author: MickLesk (Canbiz) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/pymedusa/Medusa source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" diff --git a/install/memos-install.sh b/install/memos-install.sh index 05e95f40..3220bda4 100644 --- a/install/memos-install.sh +++ b/install/memos-install.sh @@ -4,7 +4,7 @@ # Author: tteck # Co-Author: MickLesk (Canbiz) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/usememos/memos source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" diff --git a/install/meshcentral-install.sh b/install/meshcentral-install.sh index 0735f1a0..5863013c 100644 --- a/install/meshcentral-install.sh +++ b/install/meshcentral-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/metube-install.sh b/install/metube-install.sh index 735c890d..b2f009f0 100644 --- a/install/metube-install.sh +++ b/install/metube-install.sh @@ -4,7 +4,7 @@ # Author: tteck # Co-Author: MickLesk (Canbiz) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/alexta69/metube source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" diff --git a/install/mongodb-install.sh b/install/mongodb-install.sh index ce525fc3..659a7db6 100644 --- a/install/mongodb-install.sh +++ b/install/mongodb-install.sh @@ -4,7 +4,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/motioneye-install.sh b/install/motioneye-install.sh index 71d0c821..e7aca3ac 100644 --- a/install/motioneye-install.sh +++ b/install/motioneye-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/mqtt-install.sh b/install/mqtt-install.sh index 6cbeaf6b..f01be973 100644 --- a/install/mqtt-install.sh +++ b/install/mqtt-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/mylar3-install.sh b/install/mylar3-install.sh index ac0033ff..20ca0cce 100644 --- a/install/mylar3-install.sh +++ b/install/mylar3-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: davalanche # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/mylar3/mylar3 source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" diff --git a/install/myspeed-install.sh b/install/myspeed-install.sh index 443f8aa8..731c21ac 100644 --- a/install/myspeed-install.sh +++ b/install/myspeed-install.sh @@ -4,7 +4,7 @@ # Author: tteck # Co-Author: MickLesk (Canbiz) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/gnmyt/myspeed source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" diff --git a/install/mysql-install.sh b/install/mysql-install.sh index cfade74e..4b497914 100644 --- a/install/mysql-install.sh +++ b/install/mysql-install.sh @@ -4,7 +4,7 @@ # Author: tteck # Co-Author: MickLesk (Canbiz) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.mysql.com/products/community | https://www.phpmyadmin.net source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" diff --git a/install/n8n-install.sh b/install/n8n-install.sh index ef04b538..18acb6dc 100644 --- a/install/n8n-install.sh +++ b/install/n8n-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/navidrome-install.sh b/install/navidrome-install.sh index 1cb0277b..8f5b01d4 100644 --- a/install/navidrome-install.sh +++ b/install/navidrome-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/neo4j-install.sh b/install/neo4j-install.sh index 1de663ab..aece2ecd 100644 --- a/install/neo4j-install.sh +++ b/install/neo4j-install.sh @@ -4,7 +4,7 @@ # Author: tteck # Co-Author: havardthom # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/netbox-install.sh b/install/netbox-install.sh index 95eaf20f..90303191 100644 --- a/install/netbox-install.sh +++ b/install/netbox-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: bvdberg01 # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/nextcloudpi-install.sh b/install/nextcloudpi-install.sh index 327434b9..949950c3 100644 --- a/install/nextcloudpi-install.sh +++ b/install/nextcloudpi-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/nextpvr-install.sh b/install/nextpvr-install.sh index b8a6cdae..2d563c2d 100644 --- a/install/nextpvr-install.sh +++ b/install/nextpvr-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 communtiy-scripts ORG # Author: MickLesk (Canbiz) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/nginxproxymanager-install.sh b/install/nginxproxymanager-install.sh index 87664fb9..25fc976a 100644 --- a/install/nginxproxymanager-install.sh +++ b/install/nginxproxymanager-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/nocodb-install.sh b/install/nocodb-install.sh index c0da1894..4803d3ba 100644 --- a/install/nocodb-install.sh +++ b/install/nocodb-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/node-red-install.sh b/install/node-red-install.sh index 06a706e8..0b5abd79 100644 --- a/install/node-red-install.sh +++ b/install/node-red-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/notifiarr-install.sh b/install/notifiarr-install.sh index 3e2bd1ec..7be50939 100644 --- a/install/notifiarr-install.sh +++ b/install/notifiarr-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/ntfy-install.sh b/install/ntfy-install.sh index cc93fc73..ef9c378e 100644 --- a/install/ntfy-install.sh +++ b/install/ntfy-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/nzbget-install.sh b/install/nzbget-install.sh index ee63eab0..4dd68e4c 100644 --- a/install/nzbget-install.sh +++ b/install/nzbget-install.sh @@ -4,7 +4,7 @@ # Author: tteck # Co-Author: havardthom # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/octoprint-install.sh b/install/octoprint-install.sh index d1091ac9..6e5608a5 100644 --- a/install/octoprint-install.sh +++ b/install/octoprint-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/ollama-install.sh b/install/ollama-install.sh index a43d124d..bf857b2a 100644 --- a/install/ollama-install.sh +++ b/install/ollama-install.sh @@ -4,7 +4,7 @@ # Author: tteck # Co-Author: havardthom # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/omada-install.sh b/install/omada-install.sh index c8de262e..0b641f7f 100644 --- a/install/omada-install.sh +++ b/install/omada-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color @@ -31,8 +31,8 @@ $STD apt-get -y install zulu8-jdk msg_ok "Installed Azul Zulu" msg_info "Installing MongoDB" -libssl=$(curl -fsSL "http://security.ubuntu.com/ubuntu/pool/main/o/openssl/" | grep -o 'libssl1\.1_1\.1\.1f-1ubuntu2\.2[^"]*amd64\.deb' | head -n1) -wget -qL http://security.ubuntu.com/ubuntu/pool/main/o/openssl/$libssl +libssl=$(curl -fsSL "http://security.ubuntu.com/ubuntu/pool/dev_maxkeys/o/openssl/" | grep -o 'libssl1\.1_1\.1\.1f-1ubuntu2\.2[^"]*amd64\.deb' | head -n1) +wget -qL http://security.ubuntu.com/ubuntu/pool/dev_maxkeys/o/openssl/$libssl $STD dpkg -i $libssl wget -qL https://repo.mongodb.org/apt/ubuntu/dists/bionic/mongodb-org/3.6/multiverse/binary-amd64/mongodb-org-server_3.6.23_amd64.deb $STD dpkg -i mongodb-org-server_3.6.23_amd64.deb diff --git a/install/ombi-install.sh b/install/ombi-install.sh index 696795ad..1816905f 100644 --- a/install/ombi-install.sh +++ b/install/ombi-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/omv-install.sh b/install/omv-install.sh index c0d67019..b00dd892 100644 --- a/install/omv-install.sh +++ b/install/omv-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/onedev-install.sh b/install/onedev-install.sh index 86d74e5c..27cfeb89 100644 --- a/install/onedev-install.sh +++ b/install/onedev-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: kristocopani # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/openhab-install.sh b/install/openhab-install.sh index 37c90316..515e4ae2 100644 --- a/install/openhab-install.sh +++ b/install/openhab-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/openobserve-install.sh b/install/openobserve-install.sh index c64084ae..782efa2f 100644 --- a/install/openobserve-install.sh +++ b/install/openobserve-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/openwebui-install.sh b/install/openwebui-install.sh index 11fa4aa6..b63ecf16 100644 --- a/install/openwebui-install.sh +++ b/install/openwebui-install.sh @@ -4,7 +4,7 @@ # Author: tteck # Co-Author: havardthom # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/overseerr-install.sh b/install/overseerr-install.sh index 1bc15a83..28c2fa8e 100644 --- a/install/overseerr-install.sh +++ b/install/overseerr-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/owncast-install.sh b/install/owncast-install.sh index 3ada3c8f..e72da622 100644 --- a/install/owncast-install.sh +++ b/install/owncast-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/pairdrop-install.sh b/install/pairdrop-install.sh index 46b799be..5df92981 100644 --- a/install/pairdrop-install.sh +++ b/install/pairdrop-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/paperless-ngx-install.sh b/install/paperless-ngx-install.sh index 9e525908..62b429b4 100644 --- a/install/paperless-ngx-install.sh +++ b/install/paperless-ngx-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color @@ -90,7 +90,7 @@ rm paperless-ngx-$Paperlessngx.tar.xz cd /opt/paperless $STD pip install --upgrade pip $STD pip install -r requirements.txt -curl -s -o /opt/paperless/paperless.conf https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/main/paperless.conf.example +curl -s -o /opt/paperless/paperless.conf https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/dev_maxkeys/paperless.conf.example mkdir -p {consume,data,media,static} sed -i -e 's|#PAPERLESS_REDIS=redis://localhost:6379|PAPERLESS_REDIS=redis://localhost:6379|' /opt/paperless/paperless.conf sed -i -e "s|#PAPERLESS_CONSUMPTION_DIR=../consume|PAPERLESS_CONSUMPTION_DIR=/opt/paperless/consume|" /opt/paperless/paperless.conf @@ -146,7 +146,7 @@ if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then fi msg_info "Setting up admin Paperless-ngx User & Password" -## From https://github.com/linuxserver/docker-paperless-ngx/blob/main/root/etc/cont-init.d/99-migrations +## From https://github.com/linuxserver/docker-paperless-ngx/blob/dev_maxkeys/root/etc/cont-init.d/99-migrations cat </dev/null 2>&1 +curl -sL https://github.com/leiweibau/Pi.Alert/raw/dev_maxkeys/tar/pialert_latest.tar | tar xvf - -C /opt >/dev/null 2>&1 rm -rf /var/lib/ieee-data /var/www/html/index.html sed -i -e 's#^sudo cp -n /usr/share/ieee-data/.* /var/lib/ieee-data/#\# &#' -e '/^sudo mkdir -p 2_backup$/s/^/# /' -e '/^sudo cp \*.txt 2_backup$/s/^/# /' -e '/^sudo cp \*.csv 2_backup$/s/^/# /' /opt/pialert/back/update_vendors.sh mv /var/www/html/index.lighttpd.html /var/www/html/index.lighttpd.html.old diff --git a/install/pihole-install.sh b/install/pihole-install.sh index e5a6f581..9177775a 100644 --- a/install/pihole-install.sh +++ b/install/pihole-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/pingvin-install.sh b/install/pingvin-install.sh index 5478aab4..52452b7b 100644 --- a/install/pingvin-install.sh +++ b/install/pingvin-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/plex-install.sh b/install/plex-install.sh index f80bb887..b23ad6ab 100644 --- a/install/plex-install.sh +++ b/install/plex-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/pocketbase-install.sh b/install/pocketbase-install.sh index d0efa7ed..7977adfa 100644 --- a/install/pocketbase-install.sh +++ b/install/pocketbase-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/podman-homeassistant-install.sh b/install/podman-homeassistant-install.sh index cff4b32b..3ac2d30d 100644 --- a/install/podman-homeassistant-install.sh +++ b/install/podman-homeassistant-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/podman-install.sh b/install/podman-install.sh index 2b496ba7..ce1659e2 100644 --- a/install/podman-install.sh +++ b/install/podman-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/postgresql-install.sh b/install/postgresql-install.sh index 31eeec22..b9d6648a 100644 --- a/install/postgresql-install.sh +++ b/install/postgresql-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color @@ -30,7 +30,7 @@ msg_info "Installing PostgreSQL" $STD apt-get update $STD apt-get install -y postgresql -cat </etc/postgresql/17/main/pg_hba.conf +cat </etc/postgresql/17/dev_maxkeys/pg_hba.conf # PostgreSQL Client Authentication Configuration File local all postgres peer # TYPE DATABASE USER ADDRESS METHOD @@ -49,7 +49,7 @@ host replication all 127.0.0.1/32 scram-sha-256 host replication all ::1/128 scram-sha-256 EOF -cat </etc/postgresql/17/main/postgresql.conf +cat </etc/postgresql/17/dev_maxkeys/postgresql.conf # ----------------------------- # PostgreSQL configuration file # ----------------------------- @@ -59,8 +59,8 @@ cat </etc/postgresql/17/main/postgresql.conf #------------------------------------------------------------------------------ data_directory = '/var/lib/postgresql/17/main' -hba_file = '/etc/postgresql/17/main/pg_hba.conf' -ident_file = '/etc/postgresql/17/main/pg_ident.conf' +hba_file = '/etc/postgresql/17/dev_maxkeys/pg_hba.conf' +ident_file = '/etc/postgresql/17/dev_maxkeys/pg_ident.conf' external_pid_file = '/var/run/postgresql/17-main.pid' #------------------------------------------------------------------------------ diff --git a/install/prometheus-install.sh b/install/prometheus-install.sh index 94e0e273..b5c63ef0 100644 --- a/install/prometheus-install.sh +++ b/install/prometheus-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/prowlarr-install.sh b/install/prowlarr-install.sh index 7eaf6f6d..8bbf3497 100644 --- a/install/prowlarr-install.sh +++ b/install/prowlarr-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/qbittorrent-install.sh b/install/qbittorrent-install.sh index 8decce6a..af9ef16b 100644 --- a/install/qbittorrent-install.sh +++ b/install/qbittorrent-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/rabbitmq-install.sh b/install/rabbitmq-install.sh index ac867583..56896f75 100644 --- a/install/rabbitmq-install.sh +++ b/install/rabbitmq-install.sh @@ -4,7 +4,7 @@ # Author: tteck # Co-Author: MickLesk (Canbiz) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://www.rabbitmq.com/ source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" diff --git a/install/radarr-install.sh b/install/radarr-install.sh index 93ae8345..d64ea909 100644 --- a/install/radarr-install.sh +++ b/install/radarr-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/rdtclient-install.sh b/install/rdtclient-install.sh index e952f0a8..ca8fc5be 100644 --- a/install/rdtclient-install.sh +++ b/install/rdtclient-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/readarr-install.sh b/install/readarr-install.sh index 79e88132..2efc0e46 100644 --- a/install/readarr-install.sh +++ b/install/readarr-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/readeck-install.sh b/install/readeck-install.sh index d60edf16..5b941885 100644 --- a/install/readeck-install.sh +++ b/install/readeck-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/recyclarr-install.sh b/install/recyclarr-install.sh index ecc03351..b760b975 100644 --- a/install/recyclarr-install.sh +++ b/install/recyclarr-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: MrYadro # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/redis-install.sh b/install/redis-install.sh index c6cd900a..e6732071 100644 --- a/install/redis-install.sh +++ b/install/redis-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/rtsptoweb-install.sh b/install/rtsptoweb-install.sh index 5928cdec..0e29eca0 100644 --- a/install/rtsptoweb-install.sh +++ b/install/rtsptoweb-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/runtipi-install.sh b/install/runtipi-install.sh index 26d6ed5f..fd1a01bc 100644 --- a/install/runtipi-install.sh +++ b/install/runtipi-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/sabnzbd-install.sh b/install/sabnzbd-install.sh index 94a0a0af..0d468355 100644 --- a/install/sabnzbd-install.sh +++ b/install/sabnzbd-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/semaphore-install.sh b/install/semaphore-install.sh index 2294ca22..ef6ebafd 100644 --- a/install/semaphore-install.sh +++ b/install/semaphore-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: kristocopani # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/sftpgo-install.sh b/install/sftpgo-install.sh index bffec81c..ea47d5af 100644 --- a/install/sftpgo-install.sh +++ b/install/sftpgo-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/shinobi-install.sh b/install/shinobi-install.sh index 9d4c64fe..f6d6d1e8 100644 --- a/install/shinobi-install.sh +++ b/install/shinobi-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/silverbullet-install.sh b/install/silverbullet-install.sh index feaa5969..57d3617a 100644 --- a/install/silverbullet-install.sh +++ b/install/silverbullet-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: Dominik Siebel (dsiebel) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/smokeping-install.sh b/install/smokeping-install.sh index 5b97b711..2f664a14 100644 --- a/install/smokeping-install.sh +++ b/install/smokeping-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/snipeit-install.sh b/install/snipeit-install.sh index e3c5e1b9..b0428278 100644 --- a/install/snipeit-install.sh +++ b/install/snipeit-install.sh @@ -4,7 +4,7 @@ #Copyright (c) 2021-2025 community-scripts ORG # Author: Michel Roegl-Brunner (michelroegl-brunner) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" diff --git a/install/sonarr-install.sh b/install/sonarr-install.sh index 353f47a9..b3b642e5 100644 --- a/install/sonarr-install.sh +++ b/install/sonarr-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color @@ -23,7 +23,7 @@ msg_ok "Installed Dependencies" msg_info "Installing Sonarr v4" mkdir -p /var/lib/sonarr/ chmod 775 /var/lib/sonarr/ -wget -q -O SonarrV4.tar.gz 'https://services.sonarr.tv/v1/download/main/latest?version=4&os=linux&arch=x64' +wget -q -O SonarrV4.tar.gz 'https://services.sonarr.tv/v1/download/dev_maxkeys/latest?version=4&os=linux&arch=x64' tar -xzf SonarrV4.tar.gz mv Sonarr /opt rm -rf SonarrV4.tar.gz diff --git a/install/spoolman-install.sh b/install/spoolman-install.sh index 38a53c16..53e893c9 100644 --- a/install/spoolman-install.sh +++ b/install/spoolman-install.sh @@ -4,7 +4,7 @@ # Author: tteck # Co-Author: MickLesk (Canbiz) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/Donkie/Spoolman source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" diff --git a/install/stirling-pdf-install.sh b/install/stirling-pdf-install.sh index 788cb757..83737cfb 100644 --- a/install/stirling-pdf-install.sh +++ b/install/stirling-pdf-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/syncthing-install.sh b/install/syncthing-install.sh index 6f0458f3..b1415554 100644 --- a/install/syncthing-install.sh +++ b/install/syncthing-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/tandoor-install.sh b/install/tandoor-install.sh index 779b14e9..4801332e 100644 --- a/install/tandoor-install.sh +++ b/install/tandoor-install.sh @@ -4,7 +4,7 @@ # Author: tteck # Co-Author: MickLesk (Canbiz) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/tasmoadmin-install.sh b/install/tasmoadmin-install.sh index f9eb9ad2..5f029a32 100644 --- a/install/tasmoadmin-install.sh +++ b/install/tasmoadmin-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/tautulli-install.sh b/install/tautulli-install.sh index 87bc14ee..0cf9f732 100644 --- a/install/tautulli-install.sh +++ b/install/tautulli-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/tdarr-install.sh b/install/tdarr-install.sh index 23303b30..eeaa84c4 100644 --- a/install/tdarr-install.sh +++ b/install/tdarr-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/technitiumdns-install.sh b/install/technitiumdns-install.sh index 3567030b..b71e3d18 100644 --- a/install/technitiumdns-install.sh +++ b/install/technitiumdns-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/teddycloud-install.sh b/install/teddycloud-install.sh index 1a499500..9ef1faa3 100644 --- a/install/teddycloud-install.sh +++ b/install/teddycloud-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: Dominik Siebel (dsiebel) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/the-lounge-install.sh b/install/the-lounge-install.sh index 81a656ec..e8b41276 100644 --- a/install/the-lounge-install.sh +++ b/install/the-lounge-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: kristocopani # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/threadfin-install.sh b/install/threadfin-install.sh index 3c78983f..cc3a79a6 100644 --- a/install/threadfin-install.sh +++ b/install/threadfin-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/tianji-install.sh b/install/tianji-install.sh index e03c09d0..6fe0f3dd 100644 --- a/install/tianji-install.sh +++ b/install/tianji-install.sh @@ -4,7 +4,7 @@ # Author: tteck # Co-Author: MickLesk (Canbiz) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/msgbyte/tianji source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" diff --git a/install/traccar-install.sh b/install/traccar-install.sh index ebed5a91..aef1f2b7 100644 --- a/install/traccar-install.sh +++ b/install/traccar-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/traefik-install.sh b/install/traefik-install.sh index 185c2683..d6a2d309 100644 --- a/install/traefik-install.sh +++ b/install/traefik-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/transmission-install.sh b/install/transmission-install.sh index 734a50d0..f3c4c01c 100644 --- a/install/transmission-install.sh +++ b/install/transmission-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/trilium-install.sh b/install/trilium-install.sh index e62695be..33da308c 100644 --- a/install/trilium-install.sh +++ b/install/trilium-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/ubuntu-install.sh b/install/ubuntu-install.sh index 7d58cdaa..aa54e67a 100644 --- a/install/ubuntu-install.sh +++ b/install/ubuntu-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/umami-install.sh b/install/umami-install.sh index 07b01998..5cf3d59f 100644 --- a/install/umami-install.sh +++ b/install/umami-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/umbrel-install.sh b/install/umbrel-install.sh index d39d3762..8d719c1a 100644 --- a/install/umbrel-install.sh +++ b/install/umbrel-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/unbound-install.sh b/install/unbound-install.sh index 39cde037..a92263cc 100644 --- a/install/unbound-install.sh +++ b/install/unbound-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: wimb0 # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/unifi-install.sh b/install/unifi-install.sh index 08af10cb..55c7a6de 100644 --- a/install/unifi-install.sh +++ b/install/unifi-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color @@ -32,7 +32,7 @@ if ! grep -q -m1 'avx[^ ]*' /proc/cpuinfo; then msg_ok "No AVX Support Detected" msg_info "Installing MongoDB 4.4" if ! dpkg -l | grep -q "libssl1.1"; then - wget -q http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb + wget -q http://security.debian.org/debian-security/pool/updates/dev_maxkeys/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb $STD dpkg -i libssl1.1_1.1.1n-0+deb10u6_amd64.deb fi wget -qO- https://www.mongodb.org/static/pgp/server-4.4.asc | gpg --dearmor > /usr/share/keyrings/mongodb-server-4.4.gpg diff --git a/install/unmanic-install.sh b/install/unmanic-install.sh index 8c90ea43..3eac94c4 100644 --- a/install/unmanic-install.sh +++ b/install/unmanic-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/uptimekuma-install.sh b/install/uptimekuma-install.sh index f6e79a68..a266a831 100644 --- a/install/uptimekuma-install.sh +++ b/install/uptimekuma-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/vaultwarden-install.sh b/install/vaultwarden-install.sh index bcd10455..756df2a9 100644 --- a/install/vaultwarden-install.sh +++ b/install/vaultwarden-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/vikunja-install.sh b/install/vikunja-install.sh index b4da4a74..f0301660 100644 --- a/install/vikunja-install.sh +++ b/install/vikunja-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk (Canbiz) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/wallos-install.sh b/install/wallos-install.sh index 7f219168..60bded5a 100644 --- a/install/wallos-install.sh +++ b/install/wallos-install.sh @@ -4,7 +4,7 @@ # Author: tteck # Co-Author: MickLesk (Canbiz) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/ellite/wallos source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" diff --git a/install/wastebin-install.sh b/install/wastebin-install.sh index 994d80f7..770f21f5 100644 --- a/install/wastebin-install.sh +++ b/install/wastebin-install.sh @@ -4,7 +4,7 @@ # Author: tteck # Co-Author: MickLesk (Canbiz) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/matze/wastebin source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" diff --git a/install/watchyourlan-install.sh b/install/watchyourlan-install.sh index 22462473..c5088ccf 100644 --- a/install/watchyourlan-install.sh +++ b/install/watchyourlan-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/wavelog-install.sh b/install/wavelog-install.sh index 0df0ef31..a8ea66bf 100644 --- a/install/wavelog-install.sh +++ b/install/wavelog-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: Don Locke (DonLocke) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/wavelog/wavelog source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" diff --git a/install/whisparr-install.sh b/install/whisparr-install.sh index 22573c0b..b9fed98a 100644 --- a/install/whisparr-install.sh +++ b/install/whisparr-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/whoogle-install.sh b/install/whoogle-install.sh index 00121f1c..aa19bccb 100644 --- a/install/whoogle-install.sh +++ b/install/whoogle-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/wikijs-install.sh b/install/wikijs-install.sh index 1a41e424..f70f5857 100644 --- a/install/wikijs-install.sh +++ b/install/wikijs-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/wireguard-install.sh b/install/wireguard-install.sh index 545c9de8..614e00b6 100644 --- a/install/wireguard-install.sh +++ b/install/wireguard-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/yunohost-install.sh b/install/yunohost-install.sh index e43fd0b9..c0b54626 100644 --- a/install/yunohost-install.sh +++ b/install/yunohost-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/zabbix-install.sh b/install/zabbix-install.sh index 265dcd6b..21e95012 100644 --- a/install/zabbix-install.sh +++ b/install/zabbix-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color @@ -22,7 +22,7 @@ msg_ok "Installed Dependencies" msg_info "Installing Zabbix" cd /tmp -wget -q https://repo.zabbix.com/zabbix/7.2/release/debian/pool/main/z/zabbix-release/zabbix-release_latest+debian12_all.deb +wget -q https://repo.zabbix.com/zabbix/7.2/release/debian/pool/dev_maxkeys/z/zabbix-release/zabbix-release_latest+debian12_all.deb $STD dpkg -i /tmp/zabbix-release_latest+debian12_all.deb $STD apt-get update $STD apt-get install -y zabbix-server-pgsql zabbix-frontend-php php8.2-pgsql zabbix-apache-conf zabbix-sql-scripts diff --git a/install/zammad-install.sh b/install/zammad-install.sh index 7a87b51e..b288cdff 100644 --- a/install/zammad-install.sh +++ b/install/zammad-install.sh @@ -3,7 +3,7 @@ #Copyright (c) 2021-2025 community-scripts ORG # Author: Michel Roegl-Brunner (michelroegl-brunner) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/zigbee2mqtt-install.sh b/install/zigbee2mqtt-install.sh index faf08b57..6d1c2f10 100644 --- a/install/zigbee2mqtt-install.sh +++ b/install/zigbee2mqtt-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/zipline-install.sh b/install/zipline-install.sh index 4ac4c6fc..a5e19c63 100644 --- a/install/zipline-install.sh +++ b/install/zipline-install.sh @@ -4,7 +4,7 @@ # Author: tteck # Co-Author: MickLesk (Canbiz) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/diced/zipline source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" diff --git a/install/zoraxy-install.sh b/install/zoraxy-install.sh index 860da7d4..31d86504 100644 --- a/install/zoraxy-install.sh +++ b/install/zoraxy-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/install/zwave-js-ui-install.sh b/install/zwave-js-ui-install.sh index 2c8a80c0..5a2fd704 100644 --- a/install/zwave-js-ui-install.sh +++ b/install/zwave-js-ui-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" color diff --git a/json/adventurelog.json b/json/adventurelog.json index f9aca9a8..393ef644 100644 --- a/json/adventurelog.json +++ b/json/adventurelog.json @@ -11,7 +11,7 @@ "interface_port": 3000, "documentation": null, "website": "https://adventurelog.app/", - "logo": "https://raw.githubusercontent.com/seanmorley15/AdventureLog/refs/heads/main/documentation/static/img/favicon.png", + "logo": "https://raw.githubusercontent.com/seanmorley15/AdventureLog/refs/heads/dev_maxkeys/documentation/static/img/favicon.png", "description": "Adventure Log is an app designed to track outdoor activities and personal achievements, allowing users to log their adventures with photos, notes, and location data. It focuses on enhancing outdoor experiences by preserving memories and sharing them with others.", "install_methods": [ { diff --git a/json/all-templates.json b/json/all-templates.json index 47157131..b5fbfcfb 100644 --- a/json/all-templates.json +++ b/json/all-templates.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": null, "website": null, - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/proxmox.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/proxmox.svg", "description": "A script designed to allow for the creation of one of the many free LXC templates. Great for creating system LXCs.\r\nThe script creates a `*.creds` file in the Proxmox root directory with the password of the newly created LXC.\r\nPlease take note that if you plan to use this script for creating TurnKey LXCs, you'll need to modify the hostname after creation.", "install_methods": [ { diff --git a/json/alpine.json b/json/alpine.json index ad46560e..9338dafc 100644 --- a/json/alpine.json +++ b/json/alpine.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": null, "website": "https://www.alpinelinux.org/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/alpinelinux.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/alpinelinux.svg", "description": "A security-oriented, lightweight Linux distribution based on musl and BusyBox.\r\nBy default, the root password is set to alpine. If you choose to use advanced settings, you will need to define a password, autologin is currently unavailable.", "install_methods": [ { diff --git a/json/apache-cassandra.json b/json/apache-cassandra.json index 63484fa4..4c21e954 100644 --- a/json/apache-cassandra.json +++ b/json/apache-cassandra.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": null, "website": "https://cassandra.apache.org/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/apachecassandra.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/apachecassandra.svg", "description": "Apache-Cassandra is an open source NoSQL distributed database trusted by thousands of companies for scalability and high availability without compromising performance.", "install_methods": [ { diff --git a/json/apt-cacher-ng.json b/json/apt-cacher-ng.json index dcc324cc..1ab438fb 100644 --- a/json/apt-cacher-ng.json +++ b/json/apt-cacher-ng.json @@ -11,7 +11,7 @@ "interface_port": 3142, "documentation": null, "website": "https://www.unix-ag.uni-kl.de/~bloch/acng/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/linux.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/linux.svg", "description": "Apt-Cacher-NG is a caching proxy. Specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions.", "install_methods": [ { diff --git a/json/aria2.json b/json/aria2.json index 9282221a..606d8cb2 100644 --- a/json/aria2.json +++ b/json/aria2.json @@ -11,7 +11,7 @@ "interface_port": 6880, "documentation": null, "website": "https://aria2.github.io/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/linux.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/linux.svg", "description": "Aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.", "install_methods": [ { diff --git a/json/audiobookshelf.json b/json/audiobookshelf.json index 062d71ec..d0f5fb5e 100644 --- a/json/audiobookshelf.json +++ b/json/audiobookshelf.json @@ -11,7 +11,7 @@ "interface_port": 13378, "documentation": "https://www.audiobookshelf.org/guides/", "website": "https://www.audiobookshelf.org/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/audiobookshelf.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/audiobookshelf.svg", "description": "Audiobookshelf is a Self-hosted audiobook and podcast server.", "install_methods": [ { diff --git a/json/authentik.json b/json/authentik.json index 4b3f87a3..f5038c41 100644 --- a/json/authentik.json +++ b/json/authentik.json @@ -11,7 +11,7 @@ "interface_port": 9000, "documentation": "https://docs.goauthentik.io/docs/", "website": "https://goauthentik.io/", - "logo": "https://raw.githubusercontent.com/goauthentik/authentik/refs/heads/main/website/static/img/icon.png", + "logo": "https://raw.githubusercontent.com/goauthentik/authentik/refs/heads/dev_maxkeys/website/static/img/icon.png", "description": "authentik is an IdP (Identity Provider) and SSO (single sign on) that is built with security at the forefront of every piece of code, every feature, with an emphasis on flexibility and versatility.", "install_methods": [ { diff --git a/json/blocky.json b/json/blocky.json index 8668bfd1..ebef2202 100644 --- a/json/blocky.json +++ b/json/blocky.json @@ -11,7 +11,7 @@ "interface_port": 4000, "documentation": null, "website": "https://0xerr0r.github.io/blocky/", - "logo": "https://raw.githubusercontent.com/0xERR0R/blocky/main/docs/blocky.svg", + "logo": "https://raw.githubusercontent.com/0xERR0R/blocky/dev_maxkeys/docs/blocky.svg", "description": "Blocky is a software tool designed for blocking unwanted ads and trackers on local networks. It functions as a DNS proxy and runs on the Go programming language. Blocky intercepts requests to advertisements and other unwanted content and blocks them before they reach the end user. This results in a cleaner, faster, and more secure online experience for users connected to the local network. Blocky is open-source, easy to configure and can be run on a variety of devices, making it a versatile solution for small to medium-sized local networks.", "install_methods": [ { diff --git a/json/caddy.json b/json/caddy.json index 233ba3a3..9635e410 100644 --- a/json/caddy.json +++ b/json/caddy.json @@ -11,7 +11,7 @@ "interface_port": 80, "documentation": "https://caddyserver.com/docs/", "website": "https://caddyserver.com/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/caddy.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/caddy.svg", "description": "Caddy is a powerful, extensible platform to serve your sites, services, and apps, written in Go.", "install_methods": [ { diff --git a/json/clean-lxcs.json b/json/clean-lxcs.json index c6730bdb..bb40c277 100644 --- a/json/clean-lxcs.json +++ b/json/clean-lxcs.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": null, "website": null, - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/lxc.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/lxc.svg", "description": "This script provides options to delete logs and cache, and repopulate apt lists for Ubuntu and Debian systems.", "install_methods": [ { diff --git a/json/cloudflared.json b/json/cloudflared.json index 21fc4e5b..aee5dc66 100644 --- a/json/cloudflared.json +++ b/json/cloudflared.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": "https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/", "website": "https://www.cloudflare.com/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/cloudflare.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/cloudflare.svg", "description": "Cloudflared is a command-line tool that allows you to securely access resources on the Cloudflare network, such as websites and APIs, from your local computer. It works by creating a secure tunnel between your computer and the Cloudflare network, allowing you to access resources as if they were on your local network.", "install_methods": [ { diff --git a/json/cron-update-lxcs.json b/json/cron-update-lxcs.json index eeb6311f..7c249b95 100644 --- a/json/cron-update-lxcs.json +++ b/json/cron-update-lxcs.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": null, "website": null, - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/lxc.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/lxc.svg", "description": "This script will add/remove a crontab schedule that updates all LXCs every Sunday at midnight.", "install_methods": [ { @@ -36,7 +36,7 @@ "type": "info" }, { - "text": "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 '$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/update-lxcs-cron.sh)' -s 103 111 >>/var/log/update-lxcs-cron.log 2>/dev/null`", + "text": "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 '$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/update-lxcs-cron.sh)' -s 103 111 >>/var/log/update-lxcs-cron.log 2>/dev/null`", "type": "info" } diff --git a/json/crowdsec.json b/json/crowdsec.json index a2c1dbfd..8047e0ae 100644 --- a/json/crowdsec.json +++ b/json/crowdsec.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": null, "website": "https://crowdsec.net/", - "logo": "https://raw.githubusercontent.com/crowdsecurity/crowdsec-docs/main/crowdsec-docs/static/img/crowdsec_no_txt.png?raw=true", + "logo": "https://raw.githubusercontent.com/crowdsecurity/crowdsec-docs/dev_maxkeys/crowdsec-docs/static/img/crowdsec_no_txt.png?raw=true", "description": "CrowdSec is a free and open-source intrusion prevention system (IPS) designed to provide network security against malicious traffic. It is a collaborative IPS that analyzes behaviors and responses to attacks by sharing signals across a community of users. CrowdSec leverages the collective intelligence of its users to detect and respond to security threats in real-time. With CrowdSec, network administrators can set up protection against a wide range of threats, including malicious traffic, bots, and denial-of-service (DoS) attacks. The software is designed to be easy to use and integrate with existing security systems, making it a valuable tool for enhancing the security of any network.", "install_methods": [ { diff --git a/json/docker.json b/json/docker.json index 4e2fe350..f9a979f2 100644 --- a/json/docker.json +++ b/json/docker.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": null, "website": "https://www.docker.com/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/docker.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/docker.svg", "description": "Docker is an open-source project for automating the deployment of applications as portable, self-sufficient containers.", "install_methods": [ { diff --git a/json/ersatztv.json b/json/ersatztv.json index 30fc3f73..c1aeca15 100644 --- a/json/ersatztv.json +++ b/json/ersatztv.json @@ -11,7 +11,7 @@ "interface_port": 8409, "documentation": null, "website": "https://ersatztv.org/", - "logo": "https://raw.githubusercontent.com/ErsatzTV/ErsatzTV/main/artwork/ersatztv-logo.svg", + "logo": "https://raw.githubusercontent.com/ErsatzTV/ErsatzTV/dev_maxkeys/artwork/ersatztv-logo.svg", "description": "ErsatzTV is software for configuring and streaming custom live channels using your media library.", "install_methods": [ { diff --git a/json/filebrowser.json b/json/filebrowser.json index fe0de688..2c9307f3 100644 --- a/json/filebrowser.json +++ b/json/filebrowser.json @@ -11,7 +11,7 @@ "interface_port": 8080, "documentation": null, "website": "https://filebrowser.org/features", - "logo": "https://github.com/community-scripts/ProxmoxVE/blob/main/misc/images/filebrowser.png?raw=true", + "logo": "https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/misc/images/filebrowser.png?raw=true", "description": "File Browser offers a user-friendly web interface for managing files within a designated directory. It allows you to perform various actions such as uploading, deleting, previewing, renaming, and editing files.", "install_methods": [ { diff --git a/json/forgejo.json b/json/forgejo.json index 3a16cf9a..4240a2fb 100644 --- a/json/forgejo.json +++ b/json/forgejo.json @@ -11,7 +11,7 @@ "interface_port": 3000, "documentation": null, "website": "https://forgejo.org/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/forgejo.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/forgejo.svg", "description": "Forgejo is an open-source, self-hosted Git service that allows individuals and teams to manage their code repositories.", "install_methods": [ { diff --git a/json/frigate.json b/json/frigate.json index 275afce3..dcbfc656 100644 --- a/json/frigate.json +++ b/json/frigate.json @@ -11,7 +11,7 @@ "interface_port": 5000, "documentation": null, "website": "https://frigate.video/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/frigate.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/frigate.svg", "description": "Frigate is an open source NVR built around real-time AI object detection. All processing is performed locally on your own hardware, and your camera feeds never leave your home.", "install_methods": [ { diff --git a/json/fstrim.json b/json/fstrim.json index a6c124d1..8ac10e1b 100644 --- a/json/fstrim.json +++ b/json/fstrim.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": "https://github.com/community-scripts/ProxmoxVE/discussions/805", "website": null, - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/lxc.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/lxc.svg", "description": "This maintains SSD performance by managing unused blocks. Thin-provisioned storage systems also require management to prevent unnecessary storage use. VMs automate fstrim, while LXC containers need manual or automated fstrim processes for optimal performance.", "install_methods": [ { diff --git a/json/gitea.json b/json/gitea.json index 17d2a29c..e96d5dfa 100644 --- a/json/gitea.json +++ b/json/gitea.json @@ -11,7 +11,7 @@ "interface_port": 3000, "documentation": null, "website": "https://gitea.com", - "logo": "https://gitea.com/gitea/design/raw/branch/main/logo/logo.svg", + "logo": "https://gitea.com/gitea/design/raw/branch/dev_maxkeys/logo/logo.svg", "description": "Gitea is a self-hosted Git service. It provides a lightweight and easy-to-install solution for managing Git repositories. Users can collaborate on code, track issues, and manage project tasks. Gitea includes features like pull requests, code reviews, wiki, and project management tools. It is suitable for small to medium-sized teams seeking control over their Git hosting.", "install_methods": [ { diff --git a/json/glance.json b/json/glance.json index 486eb960..190f0ca5 100644 --- a/json/glance.json +++ b/json/glance.json @@ -9,9 +9,9 @@ "updateable": true, "privileged": false, "interface_port": 8080, - "documentation": "https://github.com/glanceapp/glance/blob/main/docs/configuration.md", + "documentation": "https://github.com/glanceapp/glance/blob/dev_maxkeys/docs/configuration.md", "website": "https://github.com/glanceapp/glance", - "logo": "https://github.com/glanceapp/glance/blob/main/internal/assets/static/app-icon.png?raw=true", + "logo": "https://github.com/glanceapp/glance/blob/dev_maxkeys/internal/assets/static/app-icon.png?raw=true", "description": "A self-hosted dashboard that puts all your feeds in one place", "install_methods": [ { diff --git a/json/gokapi.json b/json/gokapi.json index 9b81448f..0f3f3598 100644 --- a/json/gokapi.json +++ b/json/gokapi.json @@ -11,7 +11,7 @@ "interface_port": 53842, "documentation": null, "website": "https://github.com/Forceu/Gokapi", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/linux.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/linux.svg", "description": "Gokapi is a lightweight server to share files, which expire after a set amount of downloads or days.", "install_methods": [ { diff --git a/json/gotify.json b/json/gotify.json index 5e786718..d904cedb 100644 --- a/json/gotify.json +++ b/json/gotify.json @@ -11,7 +11,7 @@ "interface_port": 80, "documentation": null, "website": "https://gotify.net/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/gotify.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/gotify.svg", "description": "Gotify is a simple server for sending and receiving messages", "install_methods": [ { diff --git a/json/grist.json b/json/grist.json index fc93ecd8..91475c21 100644 --- a/json/grist.json +++ b/json/grist.json @@ -11,7 +11,7 @@ "interface_port": 8484, "documentation": null, "website": "https://www.getgrist.com/", - "logo": "https://github.com/gristlabs/grist-core/blob/main/static/img/logo-grist.png?raw=true", + "logo": "https://github.com/gristlabs/grist-core/blob/dev_maxkeys/static/img/logo-grist.png?raw=true", "description": "Grist is a modern, open source spreadsheet that goes beyond the grid", "install_methods": [ { diff --git a/json/headscale.json b/json/headscale.json index 9260aa7c..9fefecd5 100644 --- a/json/headscale.json +++ b/json/headscale.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": "https://headscale.net/", "website": "https://github.com/juanfont/headscale", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/headscale.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/headscale.svg", "description": "An open source, self-hosted implementation of the Tailscale control server", "install_methods": [ { diff --git a/json/heimdall-dashboard.json b/json/heimdall-dashboard.json index f0c523ad..28396ccd 100644 --- a/json/heimdall-dashboard.json +++ b/json/heimdall-dashboard.json @@ -11,7 +11,7 @@ "interface_port": 7990, "documentation": null, "website": "https://heimdall.site/", - "logo": "https://github.com/community-scripts/ProxmoxVE/blob/main/misc/images/heimdall.png?raw=true", + "logo": "https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/misc/images/heimdall.png?raw=true", "description": "Heimdall Dashboard is a self-hosted, web-based dashboard for managing and monitoring the health of applications and servers. It allows you to keep track of the status of your systems from a single, centralized location, and receive notifications when things go wrong. With Heimdall Dashboard, you have full control over your data and can customize it to meet your specific needs. Self-hosting the dashboard gives you the flexibility to run it on your own infrastructure, making it a suitable solution for organizations that prioritize data security and privacy.", "install_methods": [ { diff --git a/json/hoarder.json b/json/hoarder.json index f8d1a76c..c3ded824 100644 --- a/json/hoarder.json +++ b/json/hoarder.json @@ -11,7 +11,7 @@ "interface_port": 3000, "documentation": "https://docs.hoarder.app/", "website": "https://hoarder.app/", - "logo": "https://raw.githubusercontent.com/hoarder-app/hoarder/refs/heads/main/screenshots/logo.png", + "logo": "https://raw.githubusercontent.com/hoarder-app/hoarder/refs/heads/dev_maxkeys/screenshots/logo.png", "description": "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, Hoarder is the perfect tool for anyone who wants to keep track of their digital life.", "install_methods": [ { diff --git a/json/homarr.json b/json/homarr.json index ed15e88f..f92492be 100644 --- a/json/homarr.json +++ b/json/homarr.json @@ -11,7 +11,7 @@ "interface_port": 3000, "documentation": null, "website": "https://homarr.dev/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/homarr.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/homarr.svg", "description": "Homarr is a sleek, modern dashboard that puts all of your apps and services at your fingertips.", "install_methods": [ { diff --git a/json/homer.json b/json/homer.json index b86359dd..705f8ee3 100644 --- a/json/homer.json +++ b/json/homer.json @@ -11,7 +11,7 @@ "interface_port": 8010, "documentation": null, "website": "https://github.com/bastienwirtz/homer#---------homer", - "logo": "https://raw.githubusercontent.com/bastienwirtz/homer/main/public/assets/icons/logo.svg", + "logo": "https://raw.githubusercontent.com/bastienwirtz/homer/dev_maxkeys/public/assets/icons/logo.svg", "description": "Homer is a simple and lightweight static homepage generator that allows you to create and manage a home page for your server. It uses a YAML configuration file to define the layout and content of your homepage, making it easy to set up and customize. The generated homepage is static, meaning it does not require any server-side processing, making it fast and efficient to serve. Homer is designed to be a flexible and low-maintenance solution for organizing and accessing your services and information from a single, centralized location.", "install_methods": [ { diff --git a/json/host-backup.json b/json/host-backup.json index 28042559..edbe0d99 100644 --- a/json/host-backup.json +++ b/json/host-backup.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": null, "website": null, - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/bash-dark.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/bash-dark.svg", "description": "This script serves as a versatile backup utility, enabling users to specify both the backup path and the directory they want to work in. This flexibility empowers users to select the specific files and directories they wish to back up, making it compatible with a wide range of hosts, not limited to Proxmox.", "install_methods": [ { diff --git a/json/influxdb.json b/json/influxdb.json index d663a366..1ad17b15 100644 --- a/json/influxdb.json +++ b/json/influxdb.json @@ -11,7 +11,7 @@ "interface_port": 8086, "documentation": null, "website": "https://www.influxdata.com/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/influx.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/influx.svg", "description": "InfluxDB is designed to handle high write and query loads, and is optimized for storing and analyzing time-stamped data, such as metrics, events, and logs. InfluxDB supports SQL-like query language and has a built-in HTTP API for data ingestion and retrieval. It's commonly used for IoT and industrial applications where time-series data is involved.\r\n\r\nTelegraf is a server agent that collects, processes, and aggregates metrics and events data from different sources, such as systems, databases, and APIs, and outputs the data to various outputs, such as InfluxDB, Prometheus, Elasticsearch, and many others.", "install_methods": [ { diff --git a/json/jellyseerr.json b/json/jellyseerr.json index 157643d7..6162fc8b 100644 --- a/json/jellyseerr.json +++ b/json/jellyseerr.json @@ -11,7 +11,7 @@ "interface_port": 5055, "documentation": null, "website": "https://github.com/Fallenbagel/jellyseerr", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/jellyseerr.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/jellyseerr.svg", "description": "Jellyseerr is a free and open source software application for managing requests for your media library. It is a a fork of Overseerr built to bring support for Jellyfin & Emby media servers.", "install_methods": [ { diff --git a/json/kimai.json b/json/kimai.json index 8de820fa..ec25f12d 100644 --- a/json/kimai.json +++ b/json/kimai.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": "https://www.kimai.org/documentation/", "website": "https://www.kimai.org/", - "logo": "https://raw.githubusercontent.com/kimai/images/refs/heads/main/logo-transparent.png", + "logo": "https://raw.githubusercontent.com/kimai/images/refs/heads/dev_maxkeys/logo-transparent.png", "description": "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.", "install_methods": [ { diff --git a/json/linkwarden.json b/json/linkwarden.json index 5bf40d34..7ca1e043 100644 --- a/json/linkwarden.json +++ b/json/linkwarden.json @@ -11,7 +11,7 @@ "interface_port": 3000, "documentation": "https://docs.linkwarden.app/", "website": "https://linkwarden.app/", - "logo": "https://raw.githubusercontent.com/linkwarden/linkwarden/main/assets/logo.png", + "logo": "https://raw.githubusercontent.com/linkwarden/linkwarden/dev_maxkeys/assets/logo.png", "description": "Linkwarden is a fully self-hostable, open-source collaborative bookmark manager to collect, organize and archive webpages.", "install_methods": [ { diff --git a/json/mafl.json b/json/mafl.json index 2843009c..6c2e6db7 100644 --- a/json/mafl.json +++ b/json/mafl.json @@ -11,7 +11,7 @@ "interface_port": 3000, "documentation": null, "website": "https://mafl.hywax.space/", - "logo": "https://raw.githubusercontent.com/hywax/mafl/main/docs/public/logotype.svg", + "logo": "https://raw.githubusercontent.com/hywax/mafl/dev_maxkeys/docs/public/logotype.svg", "description": "Mafl is an intuitive service for organizing your homepage. Customize Mafl to your individual needs and work even more efficiently!", "install_methods": [ { diff --git a/json/mariadb.json b/json/mariadb.json index 31b029a2..95f4f7e0 100644 --- a/json/mariadb.json +++ b/json/mariadb.json @@ -11,7 +11,7 @@ "interface_port": 3306, "documentation": "https://github.com/community-scripts/ProxmoxVE/discussions/192", "website": "https://mariadb.org/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/mariadb.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/mariadb.svg", "description": "MariaDB is a fork of the popular MySQL database management system that is developed and maintained by the open-source community. It is also commercially supported, offering enterprise-level features and support for organizations that require them. MariaDB aims to maintain high compatibility with MySQL, ensuring a drop-in replacement capability.", "install_methods": [ { diff --git a/json/matterbridge.json b/json/matterbridge.json index 4f7a2fce..64e4a054 100644 --- a/json/matterbridge.json +++ b/json/matterbridge.json @@ -11,7 +11,7 @@ "interface_port": 8283, "documentation": null, "website": "https://github.com/Luligu/matterbridge", - "logo": "https://raw.githubusercontent.com/Luligu/matterbridge/main/frontend/public/matterbridge%20624x624.png", + "logo": "https://raw.githubusercontent.com/Luligu/matterbridge/dev_maxkeys/frontend/public/matterbridge%20624x624.png", "description": "Matterbridge allows you to have all your Matter devices up and running in a couple of minutes without having to deal with the pairing process of each single device.", "install_methods": [ { diff --git a/json/mediamtx.json b/json/mediamtx.json index 6343ada9..4f1c641f 100644 --- a/json/mediamtx.json +++ b/json/mediamtx.json @@ -9,9 +9,9 @@ "updateable": false, "privileged": false, "interface_port": null, - "documentation": "https://github.com/bluenviron/mediamtx/blob/main/README.md", + "documentation": "https://github.com/bluenviron/mediamtx/blob/dev_maxkeys/README.md", "website": "https://github.com/bluenviron/mediamtx", - "logo": "https://raw.githubusercontent.com/bluenviron/mediamtx/main/logo.png", + "logo": "https://raw.githubusercontent.com/bluenviron/mediamtx/dev_maxkeys/logo.png", "description": "MediaMTX is a ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows you to read, publish, proxy, record and playback video and audio streams.", "install_methods": [ { diff --git a/json/microcode.json b/json/microcode.json index 8bb521e3..2ccd59e2 100644 --- a/json/microcode.json +++ b/json/microcode.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": null, "website": null, - "logo": "https://github.com/community-scripts/ProxmoxVE/blob/main/misc/images/processor.png?raw=true", + "logo": "https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/misc/images/processor.png?raw=true", "description": "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.", "install_methods": [ { diff --git a/json/mikrotik-routeros.json b/json/mikrotik-routeros.json index 16bce81b..dde085bf 100644 --- a/json/mikrotik-routeros.json +++ b/json/mikrotik-routeros.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": null, "website": "https://help.mikrotik.com/docs/display/ROS/Cloud+Hosted+Router%2C+CHR", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/mikrotik.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/mikrotik.svg", "description": "Mikrotik RouterOS CHR is a Linux-based operating system that transforms a computer into a router. It provides a wide range of features for network routing, firewall, bandwidth management, wireless access point, backhaul link, hotspot gateway, VPN server, and many others. RouterOS is a versatile solution that supports various network configurations, including those with multiple WAN links, hotspots, and VPNs. It is highly customizable, allowing administrators to configure and manage their networks according to their specific requirements. With RouterOS, network administrators can monitor and control the performance and security of their networks, ensuring reliable and secure communication for their users. The software is designed to be easy to use and provides a wide range of tools for network management, making it a valuable solution for small and large networks alike.", "install_methods": [ { diff --git a/json/mongodb.json b/json/mongodb.json index 81aa7f5a..b1647bc6 100644 --- a/json/mongodb.json +++ b/json/mongodb.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": null, "website": "https://www.mongodb.com/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/mongodb-spring-green.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/mongodb-spring-green.svg", "description": "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.", "install_methods": [ { diff --git a/json/monitor-all.json b/json/monitor-all.json index 52a14fd1..63580658 100644 --- a/json/monitor-all.json +++ b/json/monitor-all.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": null, "website": null, - "logo": "https://github.com/community-scripts/ProxmoxVE/blob/main/misc/images/monitor.png?raw=true", + "logo": "https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/misc/images/monitor.png?raw=true", "description": "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.", "install_methods": [ { diff --git a/json/mqtt.json b/json/mqtt.json index 6337e168..288b5b2c 100644 --- a/json/mqtt.json +++ b/json/mqtt.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": "https://mosquitto.org/documentation/", "website": "https://mosquitto.org/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/eclipsemosquitto.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/eclipsemosquitto.svg", "description": "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", "install_methods": [ { diff --git a/json/netdata.json b/json/netdata.json index d1abf45a..f2b1b6fb 100644 --- a/json/netdata.json +++ b/json/netdata.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": null, "website": "https://www.netdata.cloud/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/netdata.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/netdata.svg", "description": "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.", "install_methods": [ { diff --git a/json/nextcloud-vm.json b/json/nextcloud-vm.json index ad1edb1e..07f0ffd4 100644 --- a/json/nextcloud-vm.json +++ b/json/nextcloud-vm.json @@ -11,7 +11,7 @@ "interface_port": 80, "documentation": null, "website": "https://www.turnkeylinux.org/nextcloud", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/nextcloud.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/nextcloud.svg", "description": "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.", "install_methods": [ { diff --git a/json/nextcloudpi.json b/json/nextcloudpi.json index b1b0f09b..0416d5be 100644 --- a/json/nextcloudpi.json +++ b/json/nextcloudpi.json @@ -11,7 +11,7 @@ "interface_port": 4443, "documentation": null, "website": "https://github.com/nextcloud/nextcloudpi", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/nextcloud.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/nextcloud.svg", "description": "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.", "install_methods": [ { diff --git a/json/nginxproxymanager.json b/json/nginxproxymanager.json index d2c19f46..65f5e7e8 100644 --- a/json/nginxproxymanager.json +++ b/json/nginxproxymanager.json @@ -11,7 +11,7 @@ "interface_port": 81, "documentation": null, "website": "https://nginxproxymanager.com/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/nginxproxymanager.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/nginxproxymanager.svg", "description": "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.", "install_methods": [ { diff --git a/json/nocodb.json b/json/nocodb.json index 689b19c1..169bed73 100644 --- a/json/nocodb.json +++ b/json/nocodb.json @@ -11,7 +11,7 @@ "interface_port": 8080, "documentation": null, "website": "https://www.nocodb.com/", - "logo": "https://github.com/community-scripts/ProxmoxVE/blob/main/misc/images/nocodb.png?raw=true", + "logo": "https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/misc/images/nocodb.png?raw=true", "description": "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.", "install_methods": [ { diff --git a/json/ntfy.json b/json/ntfy.json index 8d9c4529..18934d93 100644 --- a/json/ntfy.json +++ b/json/ntfy.json @@ -11,7 +11,7 @@ "interface_port": 80, "documentation": null, "website": "https://ntfy.sh/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/ntfy.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/ntfy.svg", "description": "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.", "install_methods": [ { diff --git a/json/octoprint.json b/json/octoprint.json index 8bc0b0d6..9c2aebfc 100644 --- a/json/octoprint.json +++ b/json/octoprint.json @@ -11,7 +11,7 @@ "interface_port": 5000, "documentation": null, "website": "https://octoprint.org/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/octoprint.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/octoprint.svg", "description": "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.", "install_methods": [ { diff --git a/json/ombi.json b/json/ombi.json index def2443b..fe5fa715 100644 --- a/json/ombi.json +++ b/json/ombi.json @@ -11,7 +11,7 @@ "interface_port": 5000, "documentation": null, "website": "https://ombi.io/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/ombi.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/ombi.svg", "description": "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.", "install_methods": [ { diff --git a/json/omv.json b/json/omv.json index a2d759dd..85c220f2 100644 --- a/json/omv.json +++ b/json/omv.json @@ -11,7 +11,7 @@ "interface_port": 80, "documentation": null, "website": "https://www.openmediavault.org/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/openmediavault.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/openmediavault.svg", "description": "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.", "install_methods": [ { diff --git a/json/openobserve.json b/json/openobserve.json index 6b8672d2..5ff06469 100644 --- a/json/openobserve.json +++ b/json/openobserve.json @@ -11,7 +11,7 @@ "interface_port": 5080, "documentation": null, "website": "https://openobserve.ai/", - "logo": "https://github.com/community-scripts/ProxmoxVE/blob/main/misc/images/openobsecure.png?raw=true", + "logo": "https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/misc/images/openobsecure.png?raw=true", "description": "OpenObserve is a simple yet sophisticated log search, infrastructure monitoring, and APM solution.", "install_methods": [ { diff --git a/json/openwebui.json b/json/openwebui.json index bcc5030e..fcf20034 100644 --- a/json/openwebui.json +++ b/json/openwebui.json @@ -11,7 +11,7 @@ "interface_port": 8080, "documentation": null, "website": "https://openwebui.com/", - "logo": "https://raw.githubusercontent.com/open-webui/open-webui/refs/heads/main/static/favicon.png", + "logo": "https://raw.githubusercontent.com/open-webui/open-webui/refs/heads/dev_maxkeys/static/favicon.png", "description": "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", "install_methods": [ { diff --git a/json/openwrt.json b/json/openwrt.json index 4450acab..fe29e15a 100644 --- a/json/openwrt.json +++ b/json/openwrt.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": null, "website": "https://openwrt.org/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/openwrt.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/openwrt.svg", "description": "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.", "install_methods": [ { diff --git a/json/overseerr.json b/json/overseerr.json index 58d60a69..dc900dc7 100644 --- a/json/overseerr.json +++ b/json/overseerr.json @@ -11,7 +11,7 @@ "interface_port": 5055, "documentation": null, "website": "https://overseerr.dev/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/overseerr.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/overseerr.svg", "description": "Overseerr is a request management and media discovery tool built to work with your existing Plex ecosystem.", "install_methods": [ { diff --git a/json/owncloud-vm.json b/json/owncloud-vm.json index 40066eca..287c1448 100644 --- a/json/owncloud-vm.json +++ b/json/owncloud-vm.json @@ -11,7 +11,7 @@ "interface_port": 80, "documentation": null, "website": "https://www.turnkeylinux.org/owncloud", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/owncloud.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/owncloud.svg", "description": "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.", "install_methods": [ { diff --git a/json/pairdrop.json b/json/pairdrop.json index b1c86d38..cd8c211e 100644 --- a/json/pairdrop.json +++ b/json/pairdrop.json @@ -11,7 +11,7 @@ "interface_port": 3000, "documentation": null, "website": "https://github.com/schlagmichdoch/PairDrop", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/pairdrop.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/pairdrop.svg", "description": "PairDrop: Local file sharing in your browser.", "install_methods": [ { diff --git a/json/paperless-ngx.json b/json/paperless-ngx.json index d88a655a..1cd35d2f 100644 --- a/json/paperless-ngx.json +++ b/json/paperless-ngx.json @@ -11,7 +11,7 @@ "interface_port": 8000, "documentation": null, "website": "https://docs.paperless-ngx.com/", - "logo": "https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/main/resources/logo/web/svg/square.svg", + "logo": "https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/dev_maxkeys/resources/logo/web/svg/square.svg", "description": "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.", "install_methods": [ { diff --git a/json/peanut.json b/json/peanut.json index 7a341e4e..a3cd1092 100644 --- a/json/peanut.json +++ b/json/peanut.json @@ -11,7 +11,7 @@ "interface_port": 3000, "documentation": null, "website": "https://github.com/Brandawg93/PeaNUT/", - "logo": "https://raw.githubusercontent.com/Brandawg93/PeaNUT/main/src/app/icon.svg", + "logo": "https://raw.githubusercontent.com/Brandawg93/PeaNUT/dev_maxkeys/src/app/icon.svg", "description": "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.", "install_methods": [ { diff --git a/json/photoprism.json b/json/photoprism.json index 9d7bb13f..bb65b80d 100644 --- a/json/photoprism.json +++ b/json/photoprism.json @@ -11,7 +11,7 @@ "interface_port": 2342, "documentation": null, "website": "https://photoprism.app/", - "logo": "https://github.com/community-scripts/ProxmoxVE/blob/main/misc/images/photoprism.png?raw=true", + "logo": "https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/misc/images/photoprism.png?raw=true", "description": "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.", "install_methods": [ { diff --git a/json/pialert.json b/json/pialert.json index 5fee472b..68d4a29e 100644 --- a/json/pialert.json +++ b/json/pialert.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": null, "website": "https://github.com/leiweibau/Pi.Alert/", - "logo": "https://raw.githubusercontent.com/leiweibau/Pi.Alert/main/front/img/favicons/glass_black_white.png", + "logo": "https://raw.githubusercontent.com/leiweibau/Pi.Alert/dev_maxkeys/front/img/favicons/glass_black_white.png", "description": "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.", "install_methods": [ { diff --git a/json/pimox-haos-vm.json b/json/pimox-haos-vm.json index 73f30fe7..37e6cb58 100644 --- a/json/pimox-haos-vm.json +++ b/json/pimox-haos-vm.json @@ -11,7 +11,7 @@ "interface_port": 8123, "documentation": null, "website": "https://github.com/jiangcuo/Proxmox-Port", - "logo": "https://github.com/community-scripts/ProxmoxVE/blob/main/misc/images/pimox.png?raw=true", + "logo": "https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/misc/images/pimox.png?raw=true", "description": "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.", "install_methods": [ { diff --git a/json/pingvin.json b/json/pingvin.json index 704fe4c4..c344ff75 100644 --- a/json/pingvin.json +++ b/json/pingvin.json @@ -11,7 +11,7 @@ "interface_port": 3000, "documentation": null, "website": "https://github.com/stonith404/pingvin-share", - "logo": "https://github.com/stonith404/pingvin-share/blob/main/frontend/public/img/logo.png?raw=true", + "logo": "https://github.com/stonith404/pingvin-share/blob/dev_maxkeys/frontend/public/img/logo.png?raw=true", "description": "Pingvin Share is self-hosted file sharing platform and an alternative for WeTransfer.", "install_methods": [ { diff --git a/json/plex.json b/json/plex.json index d50db7cd..ea335c02 100644 --- a/json/plex.json +++ b/json/plex.json @@ -11,7 +11,7 @@ "interface_port": 32400, "documentation": null, "website": "https://www.plex.tv/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/plex-white.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/plex-white.svg", "description": "Plex personal media server magically scans and organizes your files, sorting your media intuitively and beautifully.", "install_methods": [ { diff --git a/json/podman.json b/json/podman.json index c9eb4d66..5ebcc4fb 100644 --- a/json/podman.json +++ b/json/podman.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": null, "website": "https://podman.io/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/podman.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/podman.svg", "description": "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.", "install_methods": [ { diff --git a/json/postgresql.json b/json/postgresql.json index c60465c7..1c6f297f 100644 --- a/json/postgresql.json +++ b/json/postgresql.json @@ -11,7 +11,7 @@ "interface_port": 5432, "documentation": null, "website": "https://www.postgresql.org/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/postgresql.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/postgresql.svg", "description": "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.", "install_methods": [ { diff --git a/json/prometheus.json b/json/prometheus.json index b0c5ed48..e8c6055a 100644 --- a/json/prometheus.json +++ b/json/prometheus.json @@ -11,7 +11,7 @@ "interface_port": 9090, "documentation": null, "website": "https://prometheus.io/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/prometheus.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/prometheus.svg", "description": "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.", "install_methods": [ { diff --git a/json/rabbitmq.json b/json/rabbitmq.json index 3029bea8..4a321a29 100644 --- a/json/rabbitmq.json +++ b/json/rabbitmq.json @@ -11,7 +11,7 @@ "interface_port": 15672, "documentation": null, "website": "https://www.rabbitmq.com/", - "logo": "https://raw.githubusercontent.com/rabbitmq/rabbitmq-website/main/static/img/rabbitmq-logo.svg", + "logo": "https://raw.githubusercontent.com/rabbitmq/rabbitmq-website/dev_maxkeys/static/img/rabbitmq-logo.svg", "description": "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.", "install_methods": [ { diff --git a/json/readeck.json b/json/readeck.json index 447cb23c..1baa7103 100644 --- a/json/readeck.json +++ b/json/readeck.json @@ -11,7 +11,7 @@ "interface_port": 8000, "documentation": null, "website": "https://readeck.org/", - "logo": "https://codeberg.org/readeck/readeck/raw/branch/main/web/media/logo-square.svg", + "logo": "https://codeberg.org/readeck/readeck/raw/branch/dev_maxkeys/web/media/logo-square.svg", "description": "Readeck helps you keep all that web content you\u2019ll want to revisit in an hour, tomorrow, or in 20 years.", "install_methods": [ { diff --git a/json/redis.json b/json/redis.json index 4092d82e..20aad1f5 100644 --- a/json/redis.json +++ b/json/redis.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": null, "website": "https://redis.io/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/redis.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/redis.svg", "description": "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.", "install_methods": [ { diff --git a/json/scaling-governor.json b/json/scaling-governor.json index 0a18987f..eba53b8e 100644 --- a/json/scaling-governor.json +++ b/json/scaling-governor.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": "https://www.kernel.org/doc/html/latest/admin-guide/pm/cpufreq.html?#generic-scaling-governors", "website": null, - "logo": "https://github.com/community-scripts/ProxmoxVE/blob/main/misc/images/cpu.png?raw=true", + "logo": "https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/misc/images/cpu.png?raw=true", "description": "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", "install_methods": [ { diff --git a/json/sftpgo.json b/json/sftpgo.json index 4bddf09d..12f8e152 100644 --- a/json/sftpgo.json +++ b/json/sftpgo.json @@ -11,7 +11,7 @@ "interface_port": 8080, "documentation": null, "website": "https://github.com/drakkan/sftpgo", - "logo": "https://raw.githubusercontent.com/drakkan/sftpgo/main/img/logo.png", + "logo": "https://raw.githubusercontent.com/drakkan/sftpgo/dev_maxkeys/img/logo.png", "description": "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.", "install_methods": [ { diff --git a/json/stirling-pdf.json b/json/stirling-pdf.json index 62522549..e12f45b8 100644 --- a/json/stirling-pdf.json +++ b/json/stirling-pdf.json @@ -11,7 +11,7 @@ "interface_port": 8080, "documentation": null, "website": "https://github.com/Stirling-Tools/Stirling-PDF", - "logo": "https://raw.githubusercontent.com/Stirling-Tools/Stirling-PDF/main/docs/stirling-pdf.png", + "logo": "https://raw.githubusercontent.com/Stirling-Tools/Stirling-PDF/dev_maxkeys/docs/stirling-pdf.png", "description": "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.", "install_methods": [ { diff --git a/json/tandoor.json b/json/tandoor.json index 8ddee465..301e7564 100644 --- a/json/tandoor.json +++ b/json/tandoor.json @@ -11,7 +11,7 @@ "interface_port": 8002, "documentation": null, "website": "https://tandoor.dev/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/tandoor.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/tandoor.svg", "description": "Tandoor Recipes is an application for managing recipes, planning meals, building shopping lists and much much more!", "install_methods": [ { diff --git a/json/tasmoadmin.json b/json/tasmoadmin.json index 5ecfd95a..e2491fbe 100644 --- a/json/tasmoadmin.json +++ b/json/tasmoadmin.json @@ -11,7 +11,7 @@ "interface_port": 9999, "documentation": null, "website": "https://github.com/TasmoAdmin/TasmoAdmin#readme", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/tasmota.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/tasmota.svg", "description": "TasmoAdmin is an administrative platform for devices flashed with Tasmota.", "install_methods": [ { diff --git a/json/tautulli.json b/json/tautulli.json index 0e677d8a..9d5d9f92 100644 --- a/json/tautulli.json +++ b/json/tautulli.json @@ -11,7 +11,7 @@ "interface_port": 8181, "documentation": null, "website": "https://tautulli.com/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/tautulli.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/tautulli.svg", "description": "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.", "install_methods": [ { diff --git a/json/threadfin.json b/json/threadfin.json index bf568566..cea57f9e 100644 --- a/json/threadfin.json +++ b/json/threadfin.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": null, "website": "https://github.com/Threadfin/Threadfin", - "logo": "https://raw.githubusercontent.com/Threadfin/Threadfin/main/html/img/threadfin.png", + "logo": "https://raw.githubusercontent.com/Threadfin/Threadfin/dev_maxkeys/html/img/threadfin.png", "description": "Threadfin is a M3U proxy for Kernel, Plex, Jellyfin, or Emby, based on xTeVe.", "install_methods": [ { diff --git a/json/traefik.json b/json/traefik.json index 75412dff..ce004578 100644 --- a/json/traefik.json +++ b/json/traefik.json @@ -11,7 +11,7 @@ "interface_port": 8080, "documentation": null, "website": "https://traefik.io/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/traefik-gopher.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/traefik-gopher.svg", "description": "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.", "install_methods": [ { diff --git a/json/transmission.json b/json/transmission.json index 6bdafec7..eebf8eaf 100644 --- a/json/transmission.json +++ b/json/transmission.json @@ -11,7 +11,7 @@ "interface_port": 9091, "documentation": null, "website": "https://transmissionbt.com/", - "logo": "https://raw.githubusercontent.com/transmission/transmission/main/web/assets/img/logo.png", + "logo": "https://raw.githubusercontent.com/transmission/transmission/dev_maxkeys/web/assets/img/logo.png", "description": "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.", "install_methods": [ { diff --git a/json/unifi.json b/json/unifi.json index 0cc45088..b23616a8 100644 --- a/json/unifi.json +++ b/json/unifi.json @@ -11,7 +11,7 @@ "interface_port": 8443, "documentation": null, "website": "https://www.ui.com/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/ubiquiti.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/ubiquiti.svg", "description": "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.", "install_methods": [ { diff --git a/json/update-lxcs.json b/json/update-lxcs.json index 3be9d381..a748b4d8 100644 --- a/json/update-lxcs.json +++ b/json/update-lxcs.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": null, "website": null, - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/lxc.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/lxc.svg", "description": "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.", "install_methods": [ { diff --git a/json/vaultwarden.json b/json/vaultwarden.json index d36cffbf..9aa616a0 100644 --- a/json/vaultwarden.json +++ b/json/vaultwarden.json @@ -11,7 +11,7 @@ "interface_port": 8000, "documentation": null, "website": "https://www.vaultwarden.net/", - "logo": "https://raw.githubusercontent.com/dani-garcia/vaultwarden/main/resources/vaultwarden-icon-white.svg", + "logo": "https://raw.githubusercontent.com/dani-garcia/vaultwarden/dev_maxkeys/resources/vaultwarden-icon-white.svg", "description": "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.", "install_methods": [ { diff --git a/json/wallos.json b/json/wallos.json index 82de7a3a..0e15cde0 100644 --- a/json/wallos.json +++ b/json/wallos.json @@ -11,7 +11,7 @@ "interface_port": 80, "documentation": "https://github.com/ellite/wallos", "website": "https://wallosapp.com/", - "logo": "https://raw.githubusercontent.com/ellite/Wallos/refs/heads/main/images/icon/android-chrome-192x192.png", + "logo": "https://raw.githubusercontent.com/ellite/Wallos/refs/heads/dev_maxkeys/images/icon/android-chrome-192x192.png", "description": "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.", "install_methods": [ { diff --git a/json/watchyourlan.json b/json/watchyourlan.json index 5d7a537d..d6d7b967 100644 --- a/json/watchyourlan.json +++ b/json/watchyourlan.json @@ -11,7 +11,7 @@ "interface_port": 8840, "documentation": null, "website": "https://github.com/aceberg/WatchYourLAN", - "logo": "https://raw.githubusercontent.com/aceberg/WatchYourLAN/main/assets/logo.png", + "logo": "https://raw.githubusercontent.com/aceberg/WatchYourLAN/dev_maxkeys/assets/logo.png", "description": "WatchYourLAN is a lightweight network IP scanner with web GUI.", "install_methods": [ { diff --git a/json/whoogle.json b/json/whoogle.json index 9ae03280..ded049ee 100644 --- a/json/whoogle.json +++ b/json/whoogle.json @@ -11,7 +11,7 @@ "interface_port": 5000, "documentation": null, "website": "https://github.com/benbusby/whoogle-search", - "logo": "https://github.com/community-scripts/ProxmoxVE/blob/main/misc/images/whoogle.png?raw=true", + "logo": "https://github.com/community-scripts/ProxmoxVE/blob/dev_maxkeys/misc/images/whoogle.png?raw=true", "description": "Get Google search results, but without any ads, javascript, AMP links, cookies, or IP address tracking.", "install_methods": [ { diff --git a/json/zabbix.json b/json/zabbix.json index 902d06f5..c9b45649 100644 --- a/json/zabbix.json +++ b/json/zabbix.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": "https://www.zabbix.com/documentation/current/en/manual", "website": "https://www.zabbix.com/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/zabbix.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/zabbix.svg", "description": "Zabbix is an all-in-one monitoring solution with a variety of enterprise-grade features available right out of the box.", "install_methods": [ { diff --git a/json/zoraxy.json b/json/zoraxy.json index e777afb3..cd477b84 100644 --- a/json/zoraxy.json +++ b/json/zoraxy.json @@ -11,7 +11,7 @@ "interface_port": 8000, "documentation": null, "website": "https://zoraxy.aroz.org/", - "logo": "https://raw.githubusercontent.com/tobychui/zoraxy/refs/heads/main/docs/favicon.png", + "logo": "https://raw.githubusercontent.com/tobychui/zoraxy/refs/heads/dev_maxkeys/docs/favicon.png", "description": "Zoraxy is an all in one homelab network routing solution.", "install_methods": [ { diff --git a/json/zwave-js-ui.json b/json/zwave-js-ui.json index 128b5a2f..3afef61f 100644 --- a/json/zwave-js-ui.json +++ b/json/zwave-js-ui.json @@ -11,7 +11,7 @@ "interface_port": 8091, "documentation": "https://zwave-js.github.io/zwave-js-ui/#/", "website": "https://github.com/zwave-js/zwave-js-ui#", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/zwave.svg", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/dev_maxkeys/assets/zwave.svg", "description": "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.", "install_methods": [ { diff --git a/misc/add-lxc-iptag.sh b/misc/add-lxc-iptag.sh index 7ef23341..4247a6a8 100644 --- a/misc/add-lxc-iptag.sh +++ b/misc/add-lxc-iptag.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk (Canbiz) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Source: https://github.com/gitsang/lxc-iptag function header_info { diff --git a/misc/add-netbird-lxc.sh b/misc/add-netbird-lxc.sh index d2e02bf2..4bfeaeb3 100644 --- a/misc/add-netbird-lxc.sh +++ b/misc/add-netbird-lxc.sh @@ -4,7 +4,7 @@ # Author: tteck (tteckster) # Co-Author: MickLesk (Canbiz) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { clear diff --git a/misc/add-tailscale-lxc.sh b/misc/add-tailscale-lxc.sh index 36d148e4..9e98d908 100644 --- a/misc/add-tailscale-lxc.sh +++ b/misc/add-tailscale-lxc.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { clear diff --git a/misc/all-templates.sh b/misc/all-templates.sh index 80f8c807..4c53b1ee 100644 --- a/misc/all-templates.sh +++ b/misc/all-templates.sh @@ -2,7 +2,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { clear diff --git a/misc/alpine-install.func b/misc/alpine-install.func index 4a9a655c..d0fc2724 100644 --- a/misc/alpine-install.func +++ b/misc/alpine-install.func @@ -2,7 +2,7 @@ # Author: tteck (tteckster) # Co-Author: MickLesk # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # This function sets color variables for formatting output in the terminal color() { diff --git a/misc/build.func b/misc/build.func index d83c99e8..7da420bb 100644 --- a/misc/build.func +++ b/misc/build.func @@ -2,7 +2,7 @@ # Author: tteck (tteckster) # Co-Author: MickLesk # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE variables() { NSAPP=$(echo ${APP,,} | tr -d ' ') # This function sets the NSAPP variable by converting the value of the APP variable to lowercase and removing any spaces. @@ -194,7 +194,7 @@ header_info() { echo -e "${INFO}${BOLD}${DGN}Installing FIGlet...${CL}" temp_dir=$(mktemp -d) - curl -sL https://github.com/community-scripts/ProxmoxVE/raw/refs/heads/main/misc/figlet.tar.xz -o "$temp_dir/figlet.tar.xz" + curl -sL https://github.com/community-scripts/ProxmoxVE/raw/refs/heads/dev_maxkeys/misc/figlet.tar.xz -o "$temp_dir/figlet.tar.xz" mkdir -p /tmp/figlet tar -xf "$temp_dir/figlet.tar.xz" -C /tmp/figlet --strip-components=1 cd /tmp/figlet @@ -788,9 +788,9 @@ build_container() { TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null if [ "$var_os" == "alpine" ]; then - export FUNCTIONS_FILE_PATH="$(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/alpine-install.func)" + export FUNCTIONS_FILE_PATH="$(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/alpine-install.func)" else - export FUNCTIONS_FILE_PATH="$(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/install.func)" + export FUNCTIONS_FILE_PATH="$(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/install.func)" fi export CACHER="$APT_CACHER" export CACHER_IP="$APT_CACHER_IP" @@ -820,7 +820,7 @@ build_container() { $PW " # This executes create_lxc.sh and creates the container and .conf file - bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/create_lxc.sh)" || exit + bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/ct/create_lxc.sh)" || exit LXC_CONFIG=/etc/pve/lxc/${CTID}.conf if [ "$CT_TYPE" == "0" ]; then @@ -882,7 +882,7 @@ http://dl-cdn.alpinelinux.org/alpine/latest-stable/community EOF' pct exec "$CTID" -- ash -c "apk add bash >/dev/null" fi - lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/$var_install.sh)" || exit + lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/install/$var_install.sh)" || exit } @@ -894,7 +894,7 @@ description() { DESCRIPTION=$(cat < - Logo + Logo

${APP} LXC

diff --git a/misc/clean-lxcs.sh b/misc/clean-lxcs.sh index cabd3f03..1805ee96 100644 --- a/misc/clean-lxcs.sh +++ b/misc/clean-lxcs.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info() { clear @@ -40,7 +40,7 @@ function clean_container() { header_info name=$(pct exec "$container" hostname) echo -e "${BL}[Info]${GN} Cleaning ${name} ${CL} \n" - pct exec $container -- bash -c "apt-get -y --purge autoremove && apt-get -y autoclean && bash <(curl -fsSL https://github.com/community-scripts/ProxmoxVE/raw/main/misc/clean.sh) && rm -rf /var/lib/apt/lists/* && apt-get update" + pct exec $container -- bash -c "apt-get -y --purge autoremove && apt-get -y autoclean && bash <(curl -fsSL https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/clean.sh) && rm -rf /var/lib/apt/lists/* && apt-get update" } for container in $(pct list | awk '{if(NR>1) print $1}'); do if [[ " ${excluded_containers[@]} " =~ " $container " ]]; then diff --git a/misc/clean.sh b/misc/clean.sh index 1c92d79e..fee5954d 100644 --- a/misc/clean.sh +++ b/misc/clean.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info() { clear diff --git a/misc/code-server.sh b/misc/code-server.sh index 5114e320..76fb6228 100644 --- a/misc/code-server.sh +++ b/misc/code-server.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { cat <<"EOF" diff --git a/misc/container-restore-from-backup.sh b/misc/container-restore-from-backup.sh index dd5da945..2a8f760e 100644 --- a/misc/container-restore-from-backup.sh +++ b/misc/container-restore-from-backup.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE clear if command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Can't Run from the Proxmox Shell"; exit; fi diff --git a/misc/copy-data/README.md b/misc/copy-data/README.md index 3257c80f..2029ef01 100644 --- a/misc/copy-data/README.md +++ b/misc/copy-data/README.md @@ -2,45 +2,45 @@
To copy data from Home Assistant Container to Home Assistant Container
``` -bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh)" +bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh)" ```
To copy data from Home Assistant Container to Home Assistant Core
``` -bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh)" +bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh)" ```
To copy data from Home Assistant Container to Podman Home Assistant
``` -bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh)" +bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh)" ```
To copy data from Podman Home Assistant to Home Assistant Container
``` -bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh)" +bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh)" ```
To copy data from Home Assistant Core to Home Assistant Container
``` -bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh)" +bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh)" ```
To copy data from Home Assistant Core to Home Assistant Core
``` -bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh)" +bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh)" ```
To copy data from Plex to Plex
``` -bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/plex-copy-data-plex.sh)" +bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/copy-data/plex-copy-data-plex.sh)" ```
To copy data from Zigbee2MQTT to Zigbee2MQTT
``` -bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/z2m-copy-data-z2m.sh)" +bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/copy-data/z2m-copy-data-z2m.sh)" ```
To copy data from Zwavejs2MQTT to Zwave JS UI
``` -bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh)" +bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh)" ``` diff --git a/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh b/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh index a8c137af..d7f4cafd 100644 --- a/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh +++ b/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Use to copy all data from one Home Assistant LXC to another # run from the Proxmox Shell @@ -125,4 +125,4 @@ info "Successfully Transferred Data." # Use to copy all data from one Home Assistant LXC to another # run from the Proxmox Shell -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh)" diff --git a/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh b/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh index 998bcb63..7b9d4d27 100644 --- a/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh +++ b/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE clear if ! command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Run from the Proxmox Shell"; exit; fi @@ -121,4 +121,4 @@ info "Successfully Transferred Data." # Use to copy all data from a Home Assistant Container LXC to a Home Assistant Core LXC # run from the Proxmox Shell -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh)" diff --git a/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh b/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh index e730372d..60d7cba7 100644 --- a/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh +++ b/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Use to copy all data from a Home Assistant LXC to a Podman Home Assistant LXC. # run from the Proxmox Shell @@ -126,4 +126,4 @@ info "Successfully Transferred Data." # Use to copy all data from a Home Assistant LXC to a Podman Home Assistant LXC # run from the Proxmox Shell -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh)" diff --git a/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh b/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh index dc9eecd7..75fa9ac5 100644 --- a/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh +++ b/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE clear if ! command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Run from the Proxmox Shell"; exit; fi @@ -121,4 +121,4 @@ info "Successfully Transferred Data." # Use to copy all data from a Home Assistant Core LXC to a Home Assistant Container LXC # run from the Proxmox Shell -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh)" diff --git a/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh b/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh index a8d36408..1531f8e4 100644 --- a/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh +++ b/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE clear if ! command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Run from the Proxmox Shell"; exit; fi @@ -120,4 +120,4 @@ info "Successfully Transferred Data." # Use to copy all data from a Home Assistant Core LXC to a Home Assistant Container LXC # run from the Proxmox Shell -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh)" diff --git a/misc/copy-data/plex-copy-data-plex.sh b/misc/copy-data/plex-copy-data-plex.sh index 779921f8..0cbb1012 100644 --- a/misc/copy-data/plex-copy-data-plex.sh +++ b/misc/copy-data/plex-copy-data-plex.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Use to copy all data from one Plex Media Server LXC to another # run from the Proxmox Shell @@ -125,4 +125,4 @@ info "Successfully Transferred Data." # Use to copy all data from one Plex Media Server LXC to another # run from the Proxmox Shell -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/plex-copy-data-plex.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/copy-data/plex-copy-data-plex.sh)" diff --git a/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh b/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh index 0ff1f071..c037a4d2 100644 --- a/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh +++ b/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Use to copy all data from a Podman Home Assistant LXC to a Docker Home Assistant LXC. # run from the Proxmox Shell @@ -126,4 +126,4 @@ info "Successfully Transferred Data." # Use to copy all data from a Podman Home Assistant LXC to a Docker Home Assistant LXC. # run from the Proxmox Shell -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh)" diff --git a/misc/copy-data/z2m-copy-data-z2m.sh b/misc/copy-data/z2m-copy-data-z2m.sh index b6807351..33c04cbc 100644 --- a/misc/copy-data/z2m-copy-data-z2m.sh +++ b/misc/copy-data/z2m-copy-data-z2m.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Use to copy all data from one Zigbee2MQTT LXC to another # run from the Proxmox Shell @@ -125,4 +125,4 @@ info "Successfully Transferred Data." # Use to copy all data from one Zigbee2MQTT LXC to another # run from the Proxmox Shell -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/z2m-copy-data-z2m.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/copy-data/z2m-copy-data-z2m.sh)" diff --git a/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh b/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh index 3f282e25..521b07ec 100644 --- a/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh +++ b/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Use to copy all data from a Zwavejs2MQTT LXC to a Z-wave JS UI LXC # run from the Proxmox Shell @@ -127,4 +127,4 @@ info "Successfully Transferred Data." # Use to copy all data from a Zwavejs2MQTT LXC to a Z-wave JS UI LXC # run from the Proxmox Shell -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/dev_maxkeys/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh)" diff --git a/misc/core-restore-from-backup.sh b/misc/core-restore-from-backup.sh index 021e6b05..03380c0b 100644 --- a/misc/core-restore-from-backup.sh +++ b/misc/core-restore-from-backup.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE clear if command -v pveversion >/dev/null 2>&1; then echo -e "⚠️ Can't Run from the Proxmox Shell"; exit; fi diff --git a/misc/cron-update-lxcs.sh b/misc/cron-update-lxcs.sh index b83111fe..1f4b6ddb 100644 --- a/misc/cron-update-lxcs.sh +++ b/misc/cron-update-lxcs.sh @@ -3,8 +3,8 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/cron-update-lxcs.sh)" +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE +# bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/cron-update-lxcs.sh)" clear cat <<"EOF" @@ -25,13 +25,13 @@ add() { *) echo "Please answer yes or no." ;; esac done - sh -c '(crontab -l -u root 2>/dev/null; echo "0 0 * * 0 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin /bin/bash -c \"\$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/update-lxcs-cron.sh)\" >>/var/log/update-lxcs-cron.log 2>/dev/null") | crontab -u root -' + sh -c '(crontab -l -u root 2>/dev/null; echo "0 0 * * 0 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin /bin/bash -c \"\$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/update-lxcs-cron.sh)\" >>/var/log/update-lxcs-cron.log 2>/dev/null") | crontab -u root -' clear echo -e "\n To view Cron Update LXCs logs: cat /var/log/update-lxcs-cron.log" } remove() { - (crontab -l | grep -v "github.com/community-scripts/ProxmoxVE/raw/main/misc/update-lxcs-cron.sh") | crontab - + (crontab -l | grep -v "github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/update-lxcs-cron.sh") | crontab - rm -rf /var/log/update-lxcs-cron.log echo "Removed Crontab Schedule from Proxmox VE" } diff --git a/misc/crowdsec.sh b/misc/crowdsec.sh index eae6fc96..e425625a 100644 --- a/misc/crowdsec.sh +++ b/misc/crowdsec.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE YW=$(echo "\033[33m") BL=$(echo "\033[36m") diff --git a/misc/filebrowser.sh b/misc/filebrowser.sh index 02a4bb4c..f31630c5 100644 --- a/misc/filebrowser.sh +++ b/misc/filebrowser.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { clear diff --git a/misc/frigate-support.sh b/misc/frigate-support.sh index 11e14e7a..b1cc48ae 100644 --- a/misc/frigate-support.sh +++ b/misc/frigate-support.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { clear @@ -89,5 +89,5 @@ EOF echo -e "\e[1;33m \nFinished....Reboot ${CTID} LXC to apply the changes.\n \e[0m" # In the Proxmox web shell run -# bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/frigate-support.sh)" +# bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/frigate-support.sh)" # Reboot the LXC to apply the changes \ No newline at end of file diff --git a/misc/fstrim.sh b/misc/fstrim.sh index 27a9b9ed..2de9edc9 100644 --- a/misc/fstrim.sh +++ b/misc/fstrim.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info() { clear diff --git a/misc/glances.sh b/misc/glances.sh index cd49dcb3..f90b4cf6 100644 --- a/misc/glances.sh +++ b/misc/glances.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { clear diff --git a/misc/host-backup.sh b/misc/host-backup.sh index 5de60fc7..7e75d322 100644 --- a/misc/host-backup.sh +++ b/misc/host-backup.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { clear diff --git a/misc/hw-acceleration.sh b/misc/hw-acceleration.sh index b632afb3..6ee5f789 100644 --- a/misc/hw-acceleration.sh +++ b/misc/hw-acceleration.sh @@ -3,9 +3,9 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Execute within the Proxmox shell -# bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/hw-acceleration.sh)" +# bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/misc/hw-acceleration.sh)" set -e function header_info { diff --git a/misc/install.func b/misc/install.func index 1a3cf5eb..b8e769c6 100644 --- a/misc/install.func +++ b/misc/install.func @@ -2,7 +2,7 @@ # Author: tteck (tteckster) # Co-Author: MickLesk # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # This function sets color variables for formatting output in the terminal color() { @@ -253,6 +253,6 @@ EOF systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//') msg_ok "Customized Container" fi - echo "bash -c \"\$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/${app}.sh)\"" >/usr/bin/update + echo "bash -c \"\$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/ct/${app}.sh)\"" >/usr/bin/update chmod +x /usr/bin/update } diff --git a/misc/kernel-clean.sh b/misc/kernel-clean.sh index 959318bd..ca9a357c 100644 --- a/misc/kernel-clean.sh +++ b/misc/kernel-clean.sh @@ -2,7 +2,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { clear diff --git a/misc/kernel-pin.sh b/misc/kernel-pin.sh index 5450b71e..a70d103d 100644 --- a/misc/kernel-pin.sh +++ b/misc/kernel-pin.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { clear diff --git a/misc/microcode.sh b/misc/microcode.sh index b5ce7aa7..d730dabd 100644 --- a/misc/microcode.sh +++ b/misc/microcode.sh @@ -2,7 +2,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { clear diff --git a/misc/monitor-all.sh b/misc/monitor-all.sh index 3d6103f5..e2fcc7d0 100644 --- a/misc/monitor-all.sh +++ b/misc/monitor-all.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE clear cat <<"EOF" diff --git a/misc/netdata.sh b/misc/netdata.sh index d04b11f9..9b618bb8 100644 --- a/misc/netdata.sh +++ b/misc/netdata.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { clear diff --git a/misc/olivetin.sh b/misc/olivetin.sh index e35e78df..6b411a93 100644 --- a/misc/olivetin.sh +++ b/misc/olivetin.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { clear diff --git a/misc/pbs3-upgrade.sh b/misc/pbs3-upgrade.sh index 465ba8fb..a3b80bde 100644 --- a/misc/pbs3-upgrade.sh +++ b/misc/pbs3-upgrade.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE header_info() { clear diff --git a/misc/post-pbs-install.sh b/misc/post-pbs-install.sh index e95c62b0..9af3f163 100644 --- a/misc/post-pbs-install.sh +++ b/misc/post-pbs-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE header_info() { clear diff --git a/misc/post-pve-install.sh b/misc/post-pve-install.sh index 4290c50f..f2125815 100644 --- a/misc/post-pve-install.sh +++ b/misc/post-pve-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE header_info() { clear diff --git a/misc/pve8-upgrade.sh b/misc/pve8-upgrade.sh index 4dd8e158..aa5710e5 100644 --- a/misc/pve8-upgrade.sh +++ b/misc/pve8-upgrade.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE header_info() { clear diff --git a/misc/pyenv.sh b/misc/pyenv.sh index c1d8044a..ab294bef 100644 --- a/misc/pyenv.sh +++ b/misc/pyenv.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE set -e YW=$(echo "\033[33m") @@ -113,7 +113,7 @@ cat </srv/esphome/start.sh # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE source /srv/esphome/bin/activate esphome dashboard /srv/esphome/ diff --git a/misc/scaling-governor.sh b/misc/scaling-governor.sh index cb097534..bd0b083b 100644 --- a/misc/scaling-governor.sh +++ b/misc/scaling-governor.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE set -e header_info() { clear diff --git a/misc/update-lxcs-cron.sh b/misc/update-lxcs-cron.sh index 9c0def0c..c05f1a79 100644 --- a/misc/update-lxcs-cron.sh +++ b/misc/update-lxcs-cron.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE echo -e "\n $(date)" excluded_containers=("$@") diff --git a/misc/update-lxcs.sh b/misc/update-lxcs.sh index 09b69705..c5f014ce 100644 --- a/misc/update-lxcs.sh +++ b/misc/update-lxcs.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { clear diff --git a/misc/update-repo.sh b/misc/update-repo.sh index d218d829..b59ba630 100644 --- a/misc/update-repo.sh +++ b/misc/update-repo.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: MickLesk # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { clear diff --git a/misc/usb-passthrough.sh b/misc/usb-passthrough.sh index 58dab9a2..5a4ba010 100644 --- a/misc/usb-passthrough.sh +++ b/misc/usb-passthrough.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE echo -e "\e[1;33m This script will allow USB passthrough to a PRIVILEGED LXC Container ONLY\e[0m" while true; do diff --git a/misc/webmin.sh b/misc/webmin.sh index 92825f46..972b6741 100644 --- a/misc/webmin.sh +++ b/misc/webmin.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { clear diff --git a/turnkey/turnkey.sh b/turnkey/turnkey.sh index 5a39bc83..b7098ef1 100644 --- a/turnkey/turnkey.sh +++ b/turnkey/turnkey.sh @@ -2,7 +2,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { clear diff --git a/vm/debian-vm.sh b/vm/debian-vm.sh index 007dffdf..578bdafd 100644 --- a/vm/debian-vm.sh +++ b/vm/debian-vm.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { clear @@ -414,7 +414,7 @@ qm resize $VMID scsi0 4G >/dev/null DESCRIPTION=$(cat < - Logo + Logo

Debian VM

diff --git a/vm/haos-vm.sh b/vm/haos-vm.sh index caaa9c85..52f59129 100644 --- a/vm/haos-vm.sh +++ b/vm/haos-vm.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { clear @@ -451,7 +451,7 @@ qm set $VMID \ -efidisk0 ${DISK0_REF}${FORMAT} \ -scsi0 ${DISK1_REF},${DISK_CACHE}${THIN}size=32G \ -boot order=scsi0 \ - -description "
+ -description "
# Home Assistant OS diff --git a/vm/mikrotik-routeros.sh b/vm/mikrotik-routeros.sh index 3a232fcd..4a8c61ea 100644 --- a/vm/mikrotik-routeros.sh +++ b/vm/mikrotik-routeros.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { cat <<"EOF" @@ -275,7 +275,7 @@ qm importdisk $VMID ${FILE%.*} $STORAGE ${DISK_IMPORT:-} 1>&/dev/null qm set $VMID \ -scsi0 "$DISK_REF" \ -boot order=scsi0 \ - -description "
+ -description "
# Mikrotik RouterOS CHR diff --git a/vm/nextcloud-vm.sh b/vm/nextcloud-vm.sh index f2590c85..a3986652 100644 --- a/vm/nextcloud-vm.sh +++ b/vm/nextcloud-vm.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { clear @@ -410,7 +410,7 @@ qm set $VMID \ -scsi0 ${DISK1_REF},${DISK_CACHE}${THIN} \ -scsi1 ${DISK2_REF},${DISK_CACHE}${THIN} \ -boot order='scsi1;scsi0' \ - -description "
+ -description "
# $NAME diff --git a/vm/openwrt.sh b/vm/openwrt.sh index 74106213..45cd379b 100644 --- a/vm/openwrt.sh +++ b/vm/openwrt.sh @@ -4,7 +4,7 @@ # Author: tteck (tteckster) # Jon Spriggs (jontheniceguy) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE # Based on work from https://i12bretro.github.io/tutorials/0405.html function header_info { @@ -476,7 +476,7 @@ qm set $VMID \ -scsi0 ${DISK1_REF},size=512M \ -boot order=scsi0 \ -tags proxmox-helper-scripts \ - -description "
+ -description "
# OpenWRT diff --git a/vm/owncloud-vm.sh b/vm/owncloud-vm.sh index 99ca81c5..4df7735e 100644 --- a/vm/owncloud-vm.sh +++ b/vm/owncloud-vm.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { clear @@ -410,7 +410,7 @@ qm set $VMID \ -scsi0 ${DISK1_REF},${DISK_CACHE}${THIN} \ -scsi1 ${DISK2_REF},${DISK_CACHE}${THIN} \ -boot order='scsi1;scsi0' \ - -description "
+ -description "
# $NAME diff --git a/vm/pimox-haos-vm.sh b/vm/pimox-haos-vm.sh index 0db35f73..eb66aa61 100644 --- a/vm/pimox-haos-vm.sh +++ b/vm/pimox-haos-vm.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { cat <<"EOF" @@ -310,7 +310,7 @@ qm set $VMID \ -scsi0 ${DISK1_REF},size=32G >/dev/null qm set $VMID \ -boot order=scsi0 \ - -description "
+ -description "
# Home Assistant OS diff --git a/vm/ubuntu2204-vm.sh b/vm/ubuntu2204-vm.sh index b4fa0fb6..4642a423 100644 --- a/vm/ubuntu2204-vm.sh +++ b/vm/ubuntu2204-vm.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { clear @@ -411,7 +411,7 @@ qm set $VMID \ -ide2 ${STORAGE}:cloudinit \ -boot order=scsi0 \ -serial0 socket \ - -description "
+ -description "
# Ubuntu 22.04 VM diff --git a/vm/ubuntu2404-vm.sh b/vm/ubuntu2404-vm.sh index 01cc3015..e7ed43a1 100644 --- a/vm/ubuntu2404-vm.sh +++ b/vm/ubuntu2404-vm.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) # License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# https://github.com/community-scripts/ProxmoxVE/raw/dev_maxkeys/LICENSE function header_info { clear @@ -401,7 +401,7 @@ qm set $VMID \ -ide2 ${STORAGE}:cloudinit \ -boot order=scsi0 \ -serial0 socket \ - -description "
+ -description "
# Ubuntu 24.04 VM