2017 Commits

Author SHA1 Message Date
CanbiZ
1c14bbe7c7 Refactor Ente CLI installation and cleanup steps
Moved Ente CLI installation to use fetch_and_deploy_gh_release for consistency and removed the previous manual installation block. Also updated cleanup commands to use 'apt' instead of 'apt-get'.
2025-10-27 12:04:44 +01:00
CanbiZ
00dd7cb574 Update dispatcharr-install.sh 2025-10-27 11:03:10 +01:00
CanbiZ
f849b4996a Update ente-install.sh 2025-10-27 10:47:01 +01:00
CanbiZ
11f786366d Enhance Ente install script with automation and helpers
Adds installation of curl, jq, and the Ente CLI, automates frontend builds with dynamic IP detection, and generates a rebuild script for frontend updates if the IP changes. Updates configuration files to use the container IP, improves post-installation instructions, and creates helper scripts for email verification and subscription upgrades. Also enhances Caddy configuration with CORS headers and provides a detailed final setup summary for easier onboarding.
2025-10-27 10:35:29 +01:00
CanbiZ
bcaaf666ab Add Alpine support and update Garage install scripts
Introduces Alpine-based installation and management scripts for Garage, including ct/alpine-garage.sh and install/alpine-garage-install.sh. Updates ct/garage.sh and install/garage-install.sh to unify update logic, resource defaults, and credential handling. Adds frontend/public/json/garage.json with metadata and install options for both Debian and Alpine. Improves service management and configuration generation for both environments.
2025-10-27 09:10:55 +01:00
CanbiZ
5333e2c6e3 garage 2025-10-27 08:46:40 +01:00
CanbiZ
729a48b363 cleanup 2025-10-27 08:02:57 +01:00
tremor021
d2bbc3472d Pangolin: add update procedure 2025-10-26 23:08:29 +01:00
tremor021
0a4bb023b0 Pangolin: update fix 2025-10-26 22:18:30 +01:00
tremor021
a411da3f30 Pangolin: update fix 2025-10-26 22:10:12 +01:00
tremor021
9360e502c9 Pangolin: update 2025-10-26 22:00:32 +01:00
tremor021
904078e6a1 Update pangolin 2025-10-26 21:50:23 +01:00
tremor021
b09c0bebac Pangolin test 2025-10-26 20:35:58 +01:00
tremor021
9609615e61 Delete Postiz 2025-10-26 11:03:09 +01:00
tremor021
6c6af834c0 Delete notesnook 2025-10-26 11:01:22 +01:00
tremor021
135f78725f Delete mylar3 2025-10-26 09:47:41 +01:00
tremor021
b58e2668f7 Update python to 3.12 2025-10-26 09:34:56 +01:00
tremor021
0e9e071bd6 Add non-free 2025-10-26 09:24:05 +01:00
tremor021
a0b4e0b5b8 Mylar3 testing 2025-10-26 09:05:03 +01:00
vhsdream
e11254b185 PatchMon: use NodeJS 24; remove some msgs 2025-10-25 12:53:46 -04:00
vhsdream
05f56e9ef1 Update PatchMon 2025-10-24 09:11:57 -04:00
dc804416b0 Test Patchmon 2025-10-24 09:28:37 +02:00
vhsdream
dad22d88fd Add files for PatchMon 2025-10-22 16:13:35 -04:00
vhsdream
863e8d22ba Move OpenCloud to deferred for now 2025-10-22 12:21:16 -04:00
Tobias
d51e669a9d
readd: gitea-mirror 2025-10-22 09:34:19 +02:00
CanbiZ
3a363e5d27 cleanup 2025-10-22 08:38:41 +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
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
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
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
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
57b9a609cb Update dispatcharr-install.sh 2025-10-20 08:43:02 +02:00
Tobias
189f90d9a7
deb13 2025-10-20 08:17:56 +02:00
CanbiZ
d36a2595cd fix wheel 2025-10-18 12:40:40 +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
16cff16207 var. bugfixes 2025-10-18 12:01:46 +02:00
CanbiZ
c3b3020025 fix certbot 2025-10-18 11:48:12 +02:00