CanbiZ (MickLesk)
f765af342f
Let uv see the project before syncing it
...
uv refuses to run when a project pins a required-version it does not
match, in either direction: RomM pins ==0.12.13, which fails against
both the 0.10.3 a container was built with and the 0.12.17 latest
installs.
UV_PROJECT_DIR points setup_uv at the project so it reads that pin. It
is a prefix like PYTHON_VERSION and UV_VERSION, and the call sits
directly under fetch_and_deploy: the project is on disk by then, and
the deploy has closed its message block, which setup_uv needs since it
opens one of its own. That is also the only call needed - nothing
between the old early call and the deploy uses uv or Python, so the two
collapse into one.
Two things found along the way:
UV_PYTHON was set as a command prefix on setup_uv in 14 places. setup_uv
reads PYTHON_VERSION, never UV_PYTHON, and a prefix assignment does not
outlive the call, so those pins did nothing. They now use
PYTHON_VERSION, which installs the interpreter they were asking for.
Five update scripts had no setup_uv at all while their install
counterpart pinned a Python version. They now carry the same pin.
immich is left out: it runs uv through sudo -u inside a retry loop.
2026-09-22 14:34:03 +02:00
Chris
4b3f7f688c
Spoolman: move to uv ( #11121 )
2026-01-24 16:29:46 +01:00
Tobias
c1fe8b91b4
chore: bump copyright to 2026 - happy new year ( #10585 )
...
* chore: bump copyright to 2026 - happy new year
* fix
* meilisearch fix source url
* livebook: fix space
* fix source cmd
* fix source cmd
2026-01-06 13:28:12 +01:00
Slaviša Arežina
13cbe0fdbf
Refactor ( #9873 )
2025-12-13 11:30:06 +01:00
CanbiZ
afe330173e
Refactor cleanup steps to use cleanup_lxc function ( #9354 )
2025-11-22 17:27:13 +01:00
CanbiZ
01ccfc023a
fix pip3
2025-10-17 16:07:01 +02:00
CanbiZ
3cd857f2e0
bump q to s scripts to debian 13 ( #8366 )
2025-10-15 22:58:08 +02:00
Slaviša Arežina
723ac08abb
Update ( #6825 )
2025-08-14 14:14:59 +02:00
CanbiZ
5e8ee6baa8
MariaDB CLI Update, Go Install Helper & Minor Cleanup ( #4793 )
...
* .
* switch mysql to mariadb
* fix some basenames
* remove basename to correct filename
* merge firefly from main
2025-05-28 14:45:53 +02:00
CanbiZ
c356f77efe
Refactor: Remove redundant dependencies & unify unzip usage ( #4780 )
...
* refactor unzip / remove dep
* remove deps from alpine packages
* remove gnupg
* remove gnupg
2025-05-28 11:25:13 +02:00
CanbiZ and Tobias
010928fee2
Refactor: Remove gpg / gnupg from script base ( #4775 )
...
* Refactor: Remove gpg / gnupg from
* push more
* add more
* Update reactive-resume-install.sh
* Revert: add unzip
---------
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2025-05-28 10:54:01 +02:00
Slaviša Arežina and Michel Roegl-Brunner
c6f9c59eff
Fixes and standard enforcement ( #3564 )
...
* Fixes and standard enforcement
* Update
* Update
* Update install/navidrome-install.sh
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com >
* Update install/ntfy-install.sh
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com >
* Update install/nzbget-install.sh
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com >
* Update install/n8n-install.sh
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com >
* Update install/openhab-install.sh
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com >
* Update install/paperless-ai-install.sh
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com >
* Update install/pairdrop-install.sh
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com >
* Pass 2
* Update
* Update
---------
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com >
2025-04-01 20:22:40 +02:00
CanbiZ
8b66c8a9dc
fix basename -o
2025-04-01 10:58:29 +02:00
CanbiZ
f7e7d457df
fix basename for curl
2025-04-01 10:51:52 +02:00
CanbiZ and Slaviša Arežina
8c051b8186
Replace wget with curl -fsSL, normalize downloads, and prep for IPv6 ( #3455 )
...
* Initial Call, Switch from curl -s to curl -fsSL and wget to curl -fssL
* more switches
* switch vms
* more curls
* More curls
* more
* more
* more changes
* more
* prepare ipv6 calls
* change frontend to ipv6
* Formatting
* Fromatting
* Update gomft.sh
* Update gomft-install.sh
* Update ersatztv.sh
* Update build.func
---------
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com >
2025-04-01 10:25:46 +02:00
CanbiZ
2306531021
[core] Rebase Scripts (formatting, highlighting & remove old deps) ( #3378 )
...
* Big Refactor: Remove Deps / Formatting & Correct End Of Line Sequence
* f
2025-03-24 14:20:56 +01:00
Bas van den Berg
204219a477
Add source to install scripts and make license one line ( #2842 )
2025-03-04 17:54:20 +01:00
CanbiZ
55c1f2f3dc
[Standardization] Fix Spelling for "Setup Python3" ( #1975 )
...
* Harmonize Naming Python3 (fix missing)
* Harmonize Naming Python3 (fix missing)
2025-02-03 11:57:17 +01:00
CanbiZ
15f04d525d
Happy new Year! Update Copyright to 2025 ( #1150 )
2025-01-01 13:37:29 +01:00
CanbiZ
a4a1821822
Changed all dependencies to the community project
2024-11-02 08:48:05 +01:00
tteckster
05062bab40
Update spoolman-install.sh
...
fixes https://github.com/tteck/Proxmox/issues/3840
2024-10-04 17:40:13 -04:00
tteckster
015e8f4393
Update spoolman-install.sh
...
fix install
2024-10-01 12:03:18 -04:00
tteckster
b14a33ffac
Update spoolman-install.sh
...
fix `.env` path
2024-09-11 13:23:48 -04:00
CanbiZ
ea18643069
Add new LXC: Spoolman ( #3186 )
2024-06-13 07:38:29 -04:00