2127 Commits

Author SHA1 Message Date
CanbiZ
095501ea79 finalize kitchenowl 2026-01-13 09:12:09 +01:00
CanbiZ (MickLesk)
6ca011f7a1
Merge pull request #1239 from snazzybean/feature/kitchenowl
Add kitchenowl app
2026-01-13 09:08:12 +01:00
github-actions[bot]
237d8ae21d
Delete fladder (ct) after migration to ProxmoxVE (#1272)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 07:54:07 +00:00
MickLesk
3d6a5f58b0 fix: Multiple distro issues from testing
Devuan:
- Fixed sed syntax error: replaced -E with BRE, removed invalid [^$] pattern
- Simplified regex patterns for inittab autologin matching

openEuler:
- Added template patching to inject /etc/redhat-release before pct create
- This fixes 'error in setup task PVE::LXC::Setup::post_create_hook'
- Reverted to unprivileged container (privileged not needed with patch)

openSUSE:
- Added --gpg-auto-import-keys to zypper to avoid interactive GPG prompts
- This was causing the 15+ minute hangs during package manager init

Gentoo:
- Changed to use emerge-webrsync (http) instead of emerge --sync (rsync)
- webrsync is significantly faster than full rsync sync
- Install curl FIRST before other packages (required for install.func)
- Better error handling with separate curl check

Rocky Linux DNS issue:
- Not a script bug - container network/DNS not working
- User should check container gateway and DNS settings
2026-01-12 21:58:15 +01:00
MickLesk
b8afdab106 fix: Multi-distro LXC container fixes for autologin and package installation
- Rocky/AlmaLinux 10 (EL10): Version detection for DNF 5 with correct packages (langpacks-en instead of glibc-langpack-en), makecache refresh, fallback to minimal install
- openSUSE: Install ncurses-utils and terminfo-base, set TERM in /etc/profile.d and /etc/environment to fix 'unknown terminal type'
- Gentoo: Fixed template pattern to use underscore (-openrc_) instead of dash, special version handling
- openEuler: Set privileged container (var_unprivileged=0) to workaround PVE setup hook limitation
- Devuan: Enhanced sysvinit autologin with multiple inittab patterns, fallback console entry, telinit reload
- CentOS/all: Updated URLs from raw.githubusercontent.com to git.community-scripts.org
- General: Better error handling and removed duplicate code blocks
2026-01-12 21:34:58 +01:00
vhsdream
837c41d041 Byparr: clean install on update 2026-01-12 11:54:46 -05:00
CanbiZ
79b8a934f2 fixes wishlist 2026-01-12 09:44:09 +01:00
Slaviša Arežina
be5195887f
Merge pull request #1220 from TechHutTV/claude/fix-netbird-scripts-raTbP 2026-01-11 13:00:29 +01:00
Tobias
07261d16f9
refactor 2026-01-11 12:56:38 +01:00
Brandon Hopkins
452bb94233
Update ct/netbird.sh
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
2026-01-10 16:26:20 -08:00
Brandon Hopkins
1504a65bfb
Update ct/netbird.sh
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
2026-01-10 16:14:10 -08:00
Tobias
69af9c700f
Merge pull request #1266 from durzo/feature-tracearr
tracearr: write APP_VERSION to .env on update
2026-01-10 11:36:29 +01:00
Tobias
c696e21578
Merge pull request #1267 from Dunky13/feature/wishlist
fix wishlist
2026-01-10 11:34:00 +01:00
Marc Went
23e1910b55
clean up remove backup folder 2026-01-10 11:25:43 +01:00
Marc Went
2d40a0a112
fix update cp restore 2026-01-10 11:15:36 +01:00
Jordan Tomkinson
fa68ef5b86 tracearr: write APP_VERSION to .env on update 2026-01-09 22:11:14 +00:00
MickLesk
9c05bf6a31 finish messsage 2026-01-09 22:47:04 +01:00
MickLesk
c93788cf89 fix ente 2026-01-09 22:42:21 +01:00
Tobias
46d36537c9
fix 2026-01-09 15:27:35 +01:00
Michel Roegl-Brunner
24081cf205
Delete ct/test.sh 2026-01-09 14:55:40 +01:00
b326c65fb4 test Workflow 2026-01-09 14:50:26 +01:00
Michel Roegl-Brunner
562a63cc90
Merge pull request #1232 from KernelSailor/tor-snowflake
add tor-snowflake script
2026-01-09 14:45:54 +01:00
Michel Roegl-Brunner
a53d129e06
Merge pull request #1236 from durzo/feature-tracearr
Add tracearr
2026-01-09 14:38:05 +01:00
Tobias
bd7d84c901 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-01-09 14:09:21 +01:00
Tobias
902ed1a270 yubal fix env 2026-01-09 14:09:20 +01:00
Tobias
0f5ea21f0a
refactor 2026-01-09 13:42:59 +01:00
Tobias
b26566d8f9
Update snowflake version storage location 2026-01-09 13:36:26 +01:00
Michel Roegl-Brunner
3aa45d7e2b
Merge pull request #1242 from Dunky13/feature/wishlist
Add wishlist app
2026-01-09 12:10:06 +01:00
Marc Went
0b73dfe1b2
fix review 2026-01-09 10:11:03 +01:00
Michel Roegl-Brunner
109fe4c906
Merge pull request #1205 from bysinka-95/loki
Add Loki
2026-01-09 09:40:09 +01:00
Michel Roegl-Brunner
43908d82d5
Merge pull request #1217 from minthcm/feature/minthcm
Add ct minthcm
2026-01-09 09:39:21 +01:00
Michel Roegl-Brunner
75eb7995bb
Merge pull request #1233 from wendyliga/main
add fladder
2026-01-09 09:24:58 +01:00
Tom Frenzel
f3a5fa8928
kutt: fix build.func and config location 2026-01-08 09:51:36 +01:00
tremor021
386a13d727 add cronmaster ct 2026-01-07 21:33:38 +01:00
tremor021
a8fcd742b5 add cronmaster ct 2026-01-07 21:32:39 +01:00
tremor021
619015e68f finish GWN Manager script 2026-01-07 20:36:02 +01:00
tremor021
2d0131288d update GWN Manager 2026-01-07 19:30:50 +01:00
tremor021
aca555c068 add GWN Manager script 2026-01-07 19:23:25 +01:00
Tobias
a0f54d8bf6 fix yubal env 2026-01-07 15:44:06 +01:00
Marc Went
dc5a033f44
minor tweak, not stripping v from version 2026-01-07 15:02:42 +01:00
Tobias
7f7097903c Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-01-07 13:08:36 +01:00
Tobias
471726e3ee fix yubal update 2026-01-07 13:08:35 +01:00
MickLesk
28db028ba7 testing 2026-01-06 20:51:39 +01:00
github-actions[bot]
dcccd9675b
Delete sportarr (ct) after migration to ProxmoxVE (#1249)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-06 18:40:09 +00:00
Tobias
5d7084c0bb chore: refactor update messages 2026-01-06 17:05:47 +01:00
Tobias
7c27cceec6 some more copyright 2026-01-06 12:43:41 +01:00
Tobias
c5786b9210 happ new year - well a bit late :D 2026-01-06 12:36:02 +01:00
Tobias
7e8f396b99 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-01-05 20:42:15 +01:00
Tobias
ab61100ce7 yubal 2026-01-05 20:42:13 +01:00
kwoodland
17aefd2f27 feat: add kitchenowl app 2026-01-05 20:32:07 +01:00