6005 Commits

Author SHA1 Message Date
Tobias
84cd527ce8
Update Jellyfin version to 24.10 2025-10-21 13:56:24 +02:00
Tobias
e103c822d4
ubuntu 2025-10-21 13:31:41 +02:00
Tobias
74616c7b73
chore
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-21 11:49:11 +02:00
Tobias
dce2be7571
fix: lspci
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-21 11:45:46 +02:00
Tobias
17fc99b038
Remove hardware acceleration setup from install script
Removed hardware acceleration setup steps from the installation script.
2025-10-21 11:39:15 +02:00
Tobias
b0fe58c623
Update setup_hwaccel function notes
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
Clarified notes regarding library requirements and repository sources.
2025-10-21 11:20:12 +02:00
Tobias
d099b83462
hwacel, by @micklesk
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-21 11:19:24 +02:00
1DaCode
5441f790c4
Comfyui (#814)
* Init ComfyUI dev branch Testing

* Fixed url build.func testing

* Revert urls

* Removed subfunctions

* Updated .sh correct url for testing

* Fixed install.func for testing

* Fixed urls for testing

* Added manager installation

* Revert urls

* Updated script

* Removed comments from comfyui.sh

* Updated script

* Updated script

* Updated script

* Updated Debian 13

* Updated Debian 13

* Changed apt-get
2025-10-21 11:04:18 +02:00
CanbiZ
300db370f0 Update tools.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-21 10:38:14 +02:00
CanbiZ
098afdb9dc Update tools.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-21 10:05:29 +02:00
CanbiZ
dbbf14f22a Improve MySQL setup for Debian Trixie compatibility
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
Refactored MySQL installation logic to use Bookworm packages for Debian testing/unstable (Trixie, Forky, Sid) instead of blocking installation. Added conditional purge of MySQL packages only if installed and improved messaging for unsupported distributions.
2025-10-21 10:00:06 +02:00
CanbiZ
915e2d4f58 Update tools.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-21 09:57:33 +02:00
CanbiZ
a0212eb276 Replace su with runuser for PostgreSQL operations
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
Updated the setup_postgresql function to use runuser instead of su for executing pg_dumpall and psql as the postgres user. This improves compatibility and security when running these commands.
2025-10-21 09:50:34 +02:00
CanbiZ
4ac0db3dc2 Update Node.js version and improve MySQL setup for Debian
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
Bumps Node.js version from 22 to 24 in ente-install.sh. Enhances MySQL setup in tools.func to explicitly block installation on Debian Trixie/forky/sid due to incompatibility, providing alternative solutions and clearer messaging.
2025-10-21 09:46:00 +02:00
tremor021
1961175ba2 Dispatcharr: fix nginx 2025-10-20 23:36:17 +02:00
Tobias
e1c3eb373f
add: intel deps 2025-10-20 14:28:25 +02:00
CanbiZ
b3f5c30232 cleanup 2025-10-20 12:14:13 +02:00
CanbiZ
5c8d892965 fix port 2025-10-20 12:11:47 +02:00
CanbiZ
80fae87b51 Update dispatcharr-install.sh 2025-10-20 12:09:48 +02:00
CanbiZ
3077f8787a Refactor install script for improved Python env setup
Updates Dispatcharr install script to use uv venv and pip for Python dependency management, adds explicit installation of key packages, and centralizes environment variables in a .env file for service scripts. Also updates Node and Python versions, improves service startup scripts to source environment variables, and enhances overall reliability and maintainability of the deployment process.
2025-10-20 11:55:15 +02:00
CanbiZ
606eefd71d Update tools.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-20 11:29:14 +02:00
CanbiZ
aea08ee1ce fix ssl issue psql 17
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-20 11:16:14 +02:00
CanbiZ
5ad3e3043b Refactor Dispatcharr install script for uv and systemd
Switches Python environment setup and package installation to use uv, updates PostgreSQL version to 17, and streamlines database credential creation. Replaces direct systemd ExecStart commands with wrapper scripts for Gunicorn, Celery, Celery Beat, and Daphne, and updates systemd service files for improved reliability. Adds extra proxy headers to Nginx config and improves overall script structure and messaging.
2025-10-20 11:04:20 +02:00
CanbiZ
071f2aa83a Update Dispatcharr defaults and improve install script
Increased default RAM to 2048MB and updated default OS version to 13 in ct/dispatcharr.sh. Refactored update_script for improved readability. Modified install/dispatcharr-install.sh to use uv for Python package installation and clarified virtual environment creation comments.
2025-10-20 10:40:23 +02:00
CanbiZ
9abdff165b Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-10-20 10:22:02 +02:00
CanbiZ
b508ab26b9 Update dispatcharr-install.sh 2025-10-20 10:21:56 +02:00
Tobias
4a771d0446
Refactor Jellyfin installation script for keyring setup 2025-10-20 10:18:47 +02:00
Tobias
ffcebea870
Update Intel graphics installation process
Removed installation of 'intel-opencl-icd' and related repository setup. Added fetching of Intel graphics compiler and runtime packages.
2025-10-20 10:17:16 +02:00
CanbiZ
2d393c7237 Update tools.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-20 10:10:12 +02:00
CanbiZ
0c12ac59bb fixes
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-20 09:51:30 +02:00
CanbiZ
647d05be1f Improve database setup scripts and dependency handling
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
Adds explicit installation of MariaDB dependencies before setup. Updates MySQL setup to handle unsupported Debian testing/unstable suites by falling back to bookworm if available, with improved error messaging. Ensures PostgreSQL binaries are added to PATH during installation. Expands Ruby setup to install all required build dependencies.
2025-10-20 09:35:23 +02:00
CanbiZ
5022388d00 Update tools.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-20 09:19:47 +02:00
CanbiZ
57b9a609cb Update dispatcharr-install.sh 2025-10-20 08:43:02 +02:00
Tobias
c65e49811d
Update source command to use curl with -fsSL 2025-10-20 08:39:52 +02:00
Tobias
9fc9e97a92
Merge pull request #1013 from community-scripts/pr-update-app-files
[core] update .app files
2025-10-20 08:35:51 +02:00
GitHub Actions
b70a633861 Update .app files 2025-10-20 06:18:58 +00:00
Tobias
d0a3137185
deb13 2025-10-20 08:18:37 +02:00
Tobias
189f90d9a7
deb13 2025-10-20 08:17:56 +02:00
Tobias
703b0ec5f2
deb13 2025-10-20 08:17:00 +02:00
CanbiZ
21525006d0 fixes
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-20 08:15:43 +02:00
CanbiZ
faf3bc57bd test
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-19 13:01:57 +02:00
CanbiZ
5a68d7a708 fix update 2025-10-18 12:52:41 +02:00
CanbiZ
d36a2595cd fix wheel 2025-10-18 12:40:40 +02:00
CanbiZ
11250ce7d9 fix certbot 2025-10-18 12:38:42 +02:00
CanbiZ
41776eb78a fix certbot 2025-10-18 12:38:39 +02:00
CanbiZ
a1719cf5f7 test 2025-10-18 12:29:01 +02:00
CanbiZ
e83360d2af test 2025-10-18 12:18:04 +02:00
CanbiZ
55d0596b53 fix yarn 2025-10-18 12:12:41 +02:00
CanbiZ
d4a545a584 fix open archiver slug 2025-10-18 12:06:20 +02:00
CanbiZ
c2e1ecc0ea
Merge pull request #1012 from community-scripts/pr-update-app-files
[core] update .app files
2025-10-18 12:04:53 +02:00