CanbiZ (MickLesk)
76b839b04c
several scripts: let uv see the project before syncing it | refactor some scripts that use uv ( #17436 )
...
* 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.
* yubal: drop the uv 0.7.19 pin
The pin came in with the script and was never explained. uv 0.7.19 is
from 2025-07-02; yubal's uv.lock has carried revision 3 since at least
2025-12-27, and older uv refuses a newer lockfile revision. The script
runs uv sync --frozen, so there is no fallback.
yubal declares no required-version of its own, so latest is what it
gets - and if it ever pins one, that pin is now honoured.
2026-09-22 16:06:15 +02:00
thieneret
0ef09fe8fe
update authentik to 2026.8.3 ( #17366 )
2026-09-18 23:32:09 +02:00
thieneret
8713dabc56
update authentik to 2026.8.2 ( #17198 )
2026-09-11 20:12:18 +02:00
CanbiZ (MickLesk)
d1855048f0
Pin Go to the version each project declares in go.mod ( #16976 )
2026-09-03 15:45:59 +02:00
thieneret
d8e436f8c5
Authentik update 2026.8.1 ( #16980 )
...
* update-authentik-2026.8.1
* fix
2026-09-03 08:04:29 +02:00
thieneret
f884cb704b
update authentik to 2026.8.0 ( #16674 )
2026-08-22 06:30:52 +02:00
Sam Heinz
cb458b93f5
add retry for uv - same as immich ( #16203 )
2026-08-02 09:46:02 +02:00
thieneret
8ec7d93c30
update authentik to 2026.5.6 ( #15973 )
2026-07-23 10:59:01 +02:00
thieneret
8f9c4eb13b
update authentik to 2026.5.5 ( #15855 )
2026-07-19 13:21:14 +02:00
Sam Heinz
6ce9d8a39d
[arm64] Port scripts titled between A-F to support arm64 ( #15181 )
2026-06-19 09:53:08 +02:00
thieneret
4f97ac2090
Update authentik version to 2026.5.3 ( #15093 )
2026-06-14 00:38:59 +02:00
e280a2d8ba
update authentik to 2026.5.2 ( #14846 )
...
* update authentik
* Apply e
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
* Apply requested change
* refactored
* Update install/authentik-install.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
* Update install/authentik-install.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
* Update install/authentik-install.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
* Update install/authentik-install.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
* Update install/authentik-install.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
* Update ct/authentik.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
* Update ct/authentik.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
* Update ct/authentik.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
* Update install/authentik-install.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
* update rust
* Update install/authentik-install.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
* add setup_yq
* update current version check
* Update ct/authentik.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
---------
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com >
2026-06-05 12:02:00 +02:00
thieneret
369f901308
Update authentik version to 2026.2.3 ( #14517 )
2026-05-16 12:03:21 +02:00
push-app-to-main[bot] and Tobias
a4bfe6a8e2
Authentik ( #14440 )
...
* Add authentik (ct)
* fix space
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-05-12 21:22:07 +02:00
Slaviša Arežina
25de119cad
Remove Authentik script ( #4867 )
2025-05-31 21:48:08 +02:00
CanbiZ
58586cbfc8
merge PostgreSQL to tools.func Installer ( #4752 )
...
* Update tools.func
* Merge PostgreSQL to tools.func Installer
2025-05-27 15:28:05 +02:00
CanbiZ
bb1c9d73c4
Authentik: change install to UV & increase resources to 10GB RAM ( #4364 )
2025-05-09 23:24:06 +02:00
Federico Cerutti and CanbiZ
1e4544e079
Authentik - Fix YQ_LATEST regex ( #3565 )
...
* Fix YQ_LATEST regex
* remove f
---------
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com >
2025-04-01 15:17:19 +02:00
CanbiZ
e0f71f8ed6
Fixes broken curls
2025-04-01 13:39:18 +02:00
CanbiZ
24a5442e44
fix golang issue
2025-04-01 11:18:12 +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
Michel Roegl-Brunner
c9012c54df
Update authentik-install.sh ( #2020 )
2025-02-04 14:22:08 +01:00
CanbiZ
99556bdbd2
[Standardization]: Same Setup for GoLang on all LXC's & Clear Tarball ( #1977 )
2025-02-03 12:24:46 +01:00
CanbiZ
15f04d525d
Happy new Year! Update Copyright to 2025 ( #1150 )
2025-01-01 13:37:29 +01:00
8d96c5135d
new scripts for Authentik ( #291 )
...
* new scripts for Authentik
* Minor clean up based on initial PR review
* Update ct/authentik.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update ct/authentik.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update ct/authentik.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update ct/authentik.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update install/authentik-install.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update install/authentik-install.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update json/authentik.json
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update json/authentik.json
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Minor fixes from havard's review
* Update ct/authentik.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update ct/authentik.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update ct/authentik.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update ct/authentik.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update install/authentik-install.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update install/authentik-install.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update install/authentik-install.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update install/authentik-install.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update install/authentik-install.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update install/authentik-install.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update install/authentik-install.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update install/authentik-install.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update install/authentik-install.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update install/authentik-install.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update install/authentik-install.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update install/authentik-install.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update install/authentik-install.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update install/authentik-install.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update install/authentik-install.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update install/authentik-install.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update install/authentik-install.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Update install/authentik-install.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* More fixes addressing havard's review
* Update install/authentik-install.sh
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
* Cleanup duplicate NodeJS installation commands
* Change port value type to numeric
* Change resources values type to numeric
* Addressing latest feedback from PR review
* merge from dev
Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com >
* merge from dev
Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com >
* merge from dev
Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com >
---------
Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com >
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com >
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com >
2024-12-27 16:42:46 +01:00