11 Commits

Author SHA1 Message Date
MickLesk
5ab302102b refactor: clean COMMUNITY_SCRIPTS_URL pattern (#1449)
- ct/vm scripts: split to 2-line pattern (variable + source)
- func files: remove redundant inline defaults
- Only entry points keep the default (ct/*.sh, vm/*.sh, build.func,
  install.func, alpine-install.func)
- Downstream sources use $COMMUNITY_SCRIPTS_URL without default
2026-02-22 14:43:08 +01:00
MickLesk
4b9121f41c feat: add configurable COMMUNITY_SCRIPTS_URL for dev sourcing (#1449)
- Replace all hardcoded source URLs with $COMMUNITY_SCRIPTS_URL variable
- Default: https://git.community-scripts.org/.../ProxmoxVED/raw/branch/main
- Override: export COMMUNITY_SCRIPTS_URL=https://.../your-fork/raw/branch/xyz
- Propagates into container via build.func exports
- Updated: 43 ct scripts, 14 deferred, 22 vm scripts, 5 func files
- Document in docs/DEV_MODE.md with usage examples
- Also normalizes legacy GitHub URLs to Gitea canonical URL
2026-02-22 14:36:31 +01:00
Tobias
aef951129b
Update forgejo-runner.sh 2026-02-01 14:41:46 +01:00
CanbiZ (MickLesk)
a82d04982d Improve unattended mode detection and export MODE
Enhanced the is_unattended() function to prioritize the MODE variable for detecting unattended/non-interactive mode, with detailed handling for various modes and legacy fallbacks. Also, export MODE in build_container() to inform install scripts about the current mode. Updated APP name in forgejo-runner.sh for consistency.
2026-01-27 13:38:49 +01:00
lengschder97
76620bf8c7 Fixed arch in installer script 2026-01-13 10:58:20 +01:00
Tobias
2da6c955f3
refactor 2026-01-13 10:38:06 +01:00
lengschder97
572da9a60a Fixed comments 2026-01-13 08:36:33 +01:00
lengschder97
a0cecbc773 Fixed requested changes 2026-01-13 07:49:27 +01:00
lengschder97
c88fe0a0cd Fixed greptile comments 2026-01-12 14:04:10 +01:00
lengschder97
b104727293 Fixed comments 2026-01-09 09:22:12 +01:00
sfriedrich
46e0d4f573 feat: add forgejo runner 2026-01-08 11:34:56 +01:00