3031 Commits

Author SHA1 Message Date
CanbiZ (MickLesk)
b8a4ceae39
Merge pull request #1338 from StellaeAlis/main
Add WriteFreely script
2026-02-02 10:04:55 +01:00
CanbiZ (MickLesk)
7c8c81d3d1 test 2026-02-02 10:02:17 +01:00
CanbiZ (MickLesk)
660f451a6e Fix Vaultwarden web vault deployment path
Updated the Vaultwarden install script to extract the web vault files into /opt/vaultwarden/web-vault instead of the root Vaultwarden directory. Also added creation of the web-vault directory. Reformatted checkmate.json for consistent indentation; no functional changes.
2026-02-02 09:59:41 +01:00
CanbiZ (MickLesk)
77c531683e checkmate 2026-02-02 09:55:40 +01:00
CanbiZ (MickLesk)
2b31e79a4b test 2026-02-02 09:38:12 +01:00
CanbiZ (MickLesk)
424776e8ee Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-02-02 09:09:17 +01:00
CanbiZ (MickLesk)
4d7ba22505 close rustypaste 2026-02-02 09:09:07 +01:00
github-actions[bot]
c73a60ebe3
Delete kitchenowl (ct) after migration to ProxmoxVE (#1392)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-02 08:02:37 +00:00
CanbiZ (MickLesk)
649fe3420b Update alpine-rustypaste-install.sh 2026-02-02 08:42:19 +01:00
Floris Claessens
69316a347e removed unneeded celery and redis pip install 2026-02-01 23:22:41 +01:00
Floris Claessens
f51d6e543a fix: also added missed suggested changes 2026-02-01 20:08:17 +01:00
Floris Claessens
760e7999d6 fix: added changes requested by greptile-apps bot for pr 2026-02-01 20:07:05 +01:00
Floris Claessens
3c1bab3ad0 feature: expanded wger install script 2026-02-01 19:22:03 +01:00
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