3068 Commits

Author SHA1 Message Date
Michel Roegl-Brunner
c8cec6c03f
Merge pull request #1377 from heinemannj/ebusd
Some checks failed
Update GitHub Versions (New) / update-github-versions (push) Has been cancelled
Update Versions from GitHub / update-versions (push) Has been cancelled
2026-02-01 18:01:51 +01:00
Mitch Scobell
e1cb251b00
Update ddclient-install.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
2026-02-01 06:34:01 -06:00
Mitch Scobell
d57bf01187
Update ddclient-install.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
2026-02-01 06:33:55 -06:00
Mitch
8cc2d78ab2 Changed the the copyright range header comment based on other scripts 2026-01-31 21:24:13 -06:00
Mitch
fbd0c4714b Fix MOTD: Use heredoc pattern to avoid escaping issues 2026-01-31 21:08:25 -06:00
Mitch Scobell
6bf2d47445
Apply suggestions from code review
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-01-31 21:07:37 -06:00
Mitch
549faf28d4 Add ddclient LXC container 2026-01-31 21:00:43 -06:00
github-actions[bot]
1e3c7caea8
Delete shelfmark (ct) after migration to ProxmoxVE (#1382)
Some checks failed
Update GitHub Versions (New) / update-github-versions (push) Has been cancelled
Update Versions from GitHub / update-versions (push) Has been cancelled
Cleanup Branches (Merged or Closed) / cleanup (push) Has been cancelled
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-31 23:16:29 +00:00
FutureCow
d0c31baaad
Update Papra installation script configuration
Update typo in the INGESTION_FOLDER_ROOT_PATH env. Also add SERVER_BASE_URL for easier deplyment.
2026-01-31 15:33:30 +01:00
Joerg Heinemann
12619abdff
Modify ebusd installation script to enable service
Change systemctl command to enable ebusd without starting it.
2026-01-31 12:57:08 +01:00
Tobias
dfc003adc1
Merge pull request #1230 from GoldenSpringness/feature/sonobarr
Some checks failed
Update GitHub Versions (New) / update-github-versions (push) Has been cancelled
Sonobarr
2026-01-31 11:34:55 +01:00
Chris
4650988701
Apply suggestion from @vhsdream 2026-01-30 21:12:09 -05:00
github-actions[bot]
6a60ea3290
Delete languagetool (ct) after migration to ProxmoxVE (#1372)
Some checks failed
Update GitHub Versions (New) / update-github-versions (push) Has been cancelled
Update Versions from GitHub / update-versions (push) Has been cancelled
Cleanup Branches (Merged or Closed) / cleanup (push) Has been cancelled
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-30 23:11:06 +00:00
github-actions[bot]
7cf7a1d6c9
Delete ampache (ct) after migration to ProxmoxVE (#1370)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-30 22:49:21 +00:00
CanbiZ (MickLesk)
6b195b0c37 Update frigate-install.sh
Some checks failed
Update GitHub Versions (New) / update-github-versions (push) Has been cancelled
Update Versions from GitHub / update-versions (push) Has been cancelled
2026-01-30 17:18:21 +01:00
CanbiZ (MickLesk)
248397f2f7 Update frigate-install.sh 2026-01-30 17:05:57 +01:00
CanbiZ (MickLesk)
4e20dfbd41 deb12 2026-01-30 16:47:29 +01:00
CanbiZ (MickLesk)
3cb9377528 Fix wheel build for Debian 13 and Python 3.12 compatibility
Updates the install script to filter out incompatible tflite_runtime wheels for Python 3.12 on Debian 13, installs tflite-runtime or ai-edge-litert via pip, and adjusts the wheel build process accordingly. This ensures successful installation on newer Debian versions with Python 3.12+.
2026-01-30 16:31:18 +01:00
CanbiZ (MickLesk)
da9d6a91a3 Use pysqlite3-binary on Debian 13+ in install script
Updated the installation script to install the pre-built pysqlite3-binary package on Debian 13 (Python 3.12+) instead of building pysqlite3 from source. This improves compatibility and reduces build time for newer Debian versions.
2026-01-30 16:20:37 +01:00
CanbiZ (MickLesk)
07c2407158 Update frigate-install.sh 2026-01-30 16:04:38 +01:00
CanbiZ (MickLesk)
9c68e3c9bb deb13 2026-01-30 15:45:32 +01:00
CanbiZ (MickLesk)
03f425ecb7 friagte 2026-01-30 15:40:18 +01:00
CanbiZ (MickLesk)
a35207bd4d fixes 2026-01-30 15:23:33 +01:00
CanbiZ (MickLesk)
e26b3204c4 test 2026-01-30 15:12:42 +01:00
CanbiZ (MickLesk)
13d82b5b31 Update Pixelfed install script for HTTPS and key generation
Added FORCE_HTTPS_URLS and HTTPS environment variables to .env generation, set APP_KEY to empty, and updated artisan key:generate to use --force. These changes improve initial configuration and support for non-HTTPS setups.
2026-01-30 15:12:00 +01:00
CanbiZ (MickLesk)
9d842ef9a3 Improve Pixelfed install script and env setup
Added libvips42 to dependencies and expanded PHP modules for better compatibility. Replaced sequential .env modifications with a full .env template for clarity and completeness. Improved status messages for consistency and removed credential file generation for security.
2026-01-30 14:52:51 +01:00
CanbiZ (MickLesk)
bf09786550 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-01-30 09:47:42 +01:00
CanbiZ (MickLesk)
dc5c1d3ef0 Improve locale setup and database user privileges
Add command to grant superuser, createrole, and createdb privileges to the postgres user during Databasus installation. Enhance LXC container customization by installing locales for Devuan templates and only configuring locale if locale.gen exists, improving compatibility with minimal templates.
2026-01-30 09:47:38 +01:00
GoldenSpring
ff2cd48038
added the password generation for admin 2026-01-30 11:27:18 +03:00
GoldenSpring
6b0b8d07e3
Merge branch 'main' of https://github.com/GoldenSpringness/ProxmoxVED into feature/sonobarr 2026-01-30 11:26:51 +03:00
Michel Roegl-Brunner
84b1efccda
Merge pull request #1342 from heinemannj/main
New script: ebusd
2026-01-30 09:07:24 +01:00
Joerg Heinemann
1ff16293de
Remove ebusd configuration instructions
Removed configuration instructions for ebusd from the installation script.
2026-01-30 08:07:54 +01:00
tremor021
302ef66520 Add PowerDNS script 2026-01-29 19:52:49 +01:00
tremor021
e3452d7d9e Add PowerDNS script 2026-01-29 19:26:14 +01:00
tremor021
eae154328f Add PowerDNS script 2026-01-29 19:03:41 +01:00
CanbiZ (MickLesk)
036c17647e fixes
Some checks failed
Update GitHub Versions (New) / update-github-versions (push) Has been cancelled
Update Versions from GitHub / update-versions (push) Has been cancelled
2026-01-29 15:53:16 +01:00
CanbiZ (MickLesk)
670e74b136 valkey fix 2026-01-29 14:44:45 +01:00
CanbiZ (MickLesk)
84b9763632 valkey fix 2026-01-29 14:26:07 +01:00
CanbiZ (MickLesk)
4cf56f3835 test databasus 2026-01-29 13:45:17 +01:00
CanbiZ (MickLesk)
ff1cb4e984 Remove unused import_local_ip calls from install scripts
Eliminated redundant or unused calls to import_local_ip across multiple install and update scripts to clean up the codebase. No functional changes were made to the installation or update processes.
2026-01-29 13:43:45 +01:00
CanbiZ (MickLesk)
669dfa52cf remove valkey
Some checks failed
Update GitHub Versions (New) / update-github-versions (push) Has been cancelled
2026-01-29 12:53:19 +01:00
CanbiZ (MickLesk)
bd5dd98b86 Update alpine-valkey-install.sh 2026-01-29 12:50:15 +01:00
CanbiZ (MickLesk)
8d649bbb8c clear valkey 2026-01-29 12:43:51 +01:00
CanbiZ (MickLesk)
a2bbf6c75f ssl 2026-01-29 12:26:20 +01:00
CanbiZ (MickLesk)
b4af893e66 add features to valkey 2026-01-29 12:25:01 +01:00
CanbiZ (MickLesk)
9d77145a7e Refactor OpenCloud installer to simplify Collabora handling
Reworks opencloud-install.sh to remove localhost mode, always require FQDNs, and streamline Collabora and WOPI configuration. The script now always installs Collabora and WOPI, sets up environment variables accordingly, and simplifies service management. The previous localhost/IP-based mode is preserved in opencloud-install.sh.bak for reference.
2026-01-29 11:22:49 +01:00
CanbiZ (MickLesk)
210b6080cd Update Anytype to use external MongoDB and Redis Stack
Switches Anytype deployment to use external MongoDB and Redis Stack instead of embedded databases. Updates default resources to 4GB RAM, 16GB disk, Ubuntu 24.04, and configures MongoDB replica set and Redis Stack installation. Adjusts service dependencies and environment variables accordingly.
2026-01-29 10:36:57 +01:00
CanbiZ (MickLesk)
a5096a5b62 test anytype 2026-01-29 09:41:55 +01:00
CanbiZ (MickLesk)
646291e7c1 Add localhost mode and conditional Collabora install
Introduces a localhost/IP-based mode for OpenCloud installation, allowing setup without Collabora or TLS when no hostname is provided. Collabora Online and WOPI services are now only installed and configured if a valid hostname is entered, with environment and service files adjusted accordingly. This improves flexibility for local testing and simplifies configuration for non-production environments.
2026-01-29 09:38:07 +01:00
CanbiZ (MickLesk)
45f1e73ae9 Update OpenVINO install for Python 3.13 and add workaround
Switches HW-accelerated machine-learning setup to use Python 3.13 and updates related paths. Adds a workaround for onnxruntime-openvino 1.23.x crash by setting MACHINE_LEARNING_OPENVINO_NUM_THREADS to nproc, referencing Immich PR #11240.
2026-01-29 09:13:11 +01:00