CanbiZ 4d4ced6b63
feat: Add var_gpu flag for GPU passthrough configuration (#9764)
* feat: Add var_gpu flag for GPU passthrough configuration

Changes:
- Add var_gpu variable to CT scripts for explicit GPU control
- Remove hardcoded GPU_APPS list - GPU detection now uses var_gpu flag
- Add var_gpu to VAR_WHITELIST for persistence in default.vars and app.vars
- Add GPU Passthrough option (Step 19) to advanced_settings wizard (now 20 steps)
- Update documentation

Apps with var_gpu=yes (GPU enabled by default):
- Media: jellyfin, plex, emby, channels, ersatztv, tunarr
- Transcoding: tdarr, unmanic, fileflows
- AI/ML: ollama, openwebui
- NVR: frigate, immich

Usage:
- Disable GPU: var_gpu=no bash -c '$(curl -fsSL ...jellyfin.sh)'
- Enable GPU: var_gpu=yes bash -c '$(curl -fsSL ...debian.sh)'
- Via default.vars: echo 'var_gpu=yes' >> /usr/local/community-scripts/default.vars
- Via advanced settings wizard (Step 19)

* fix: tput rmcup timing, GPU line indentation, echo_default GPU display

* style: add GPU icon variable for consistent formatting
2025-12-08 13:52:30 +01:00
..
2025-12-05 18:19:40 +01:00
2025-12-02 16:36:44 +01:00
2025-05-14 14:28:37 +02:00
2025-12-01 18:26:30 +01:00
2025-12-07 16:09:14 +01:00
2025-11-03 09:47:38 +01:00
2025-12-05 18:18:31 +01:00
2025-11-12 22:13:35 +01:00
2025-05-22 15:27:18 +02:00
2025-10-18 00:46:19 +02:00
2025-11-14 22:12:23 +01:00
2025-11-06 20:42:35 +01:00
2025-12-01 18:24:16 +01:00
2025-11-18 13:27:40 +01:00
2025-11-07 09:40:08 +01:00
2025-11-26 13:49:07 +01:00
2025-11-19 14:46:23 +01:00
2025-11-20 13:02:30 +01:00
2025-11-14 18:29:52 +01:00
2025-10-15 22:12:38 +02:00
2025-12-01 19:31:16 +01:00
2025-11-16 16:05:10 +01:00
2025-12-05 13:45:55 +01:00
2025-11-12 18:07:07 +01:00
2025-11-27 14:02:11 +01:00
2025-12-05 22:16:42 +01:00
2025-11-11 17:22:34 +01:00
2025-12-02 14:55:02 +01:00
2025-11-17 17:07:34 +01:00
2025-11-11 14:54:27 +01:00
2025-11-27 09:13:15 +01:00
2025-12-02 13:03:59 +01:00
2025-11-12 18:06:42 +01:00
2025-12-08 11:38:08 +01:00
2025-12-04 00:05:56 +01:00
2025-11-22 17:17:28 +01:00
2025-11-29 22:53:41 +01:00
2025-11-12 10:52:07 +01:00