8545 Commits

Author SHA1 Message Date
CanbiZ (MickLesk)
4ee46169ff Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-02-03 16:26:50 +01:00
Push From Github
348c36e66b Merge remote-tracking branch 'gitea/main' 2026-02-03 15:26:08 +00:00
Push From Github
ba0a79aa3c Merge remote-tracking branch 'gitea/main' 2026-02-03 15:26:06 +00:00
Push From Github
34ffd177b8 Merge remote-tracking branch 'gitea/main' 2026-02-03 15:25:38 +00:00
CanbiZ (MickLesk)
0f69361804 trigger sync 2026-02-03 16:24:52 +01:00
CanbiZ (MickLesk)
3dc76ce5d2 cleanup 2026-02-03 16:24:32 +01:00
Push From Github
1a12a1508f Merge remote-tracking branch 'gitea/main' 2026-02-03 15:24:28 +00:00
CanbiZ (MickLesk)
ebc1ce2c88 Update nginx-ui-install.sh 2026-02-03 16:21:14 +01:00
CanbiZ (MickLesk)
c8392980a2 fixes 2026-02-03 16:15:52 +01:00
CanbiZ (MickLesk)
aa4a930168 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-02-03 16:11:14 +01:00
CanbiZ (MickLesk)
6e3dbad0c7 openclaw 2026-02-03 16:10:45 +01:00
Push From Github
b5171d26a9 Merge remote-tracking branch 'gitea/main' 2026-02-03 15:07:13 +00:00
CanbiZ (MickLesk)
5e52452b9c Update nginx-ui-install.sh 2026-02-03 16:03:17 +01:00
CanbiZ (MickLesk)
5036d4dc63
Merge pull request #1369 from pfassina/openclaw-ct-script
Add OpenClaw CT script
2026-02-03 16:00:42 +01:00
CanbiZ (MickLesk)
e802beffa6 test 2026-02-03 15:44:15 +01:00
CanbiZ (MickLesk)
c48326819f fixes 2026-02-03 15:36:16 +01:00
Floris
f76e30f6af
Update install/wger-install.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
2026-02-03 14:34:25 +01:00
CanbiZ (MickLesk)
cc10993edb Update vm-core.func 2026-02-03 14:27:09 +01:00
CanbiZ (MickLesk)
b9cbfef0ca Improve logging, error handling, and messages
Add new icons and message helpers; introduce get_active_logfile and enhance silent() to redirect output to a proper log file (BUILD_LOG or /tmp fallback), preserve/propagate exit codes, temporarily disable traps while running commands, source explain_exit_code for human-friendly error explanations, and show the last 10 log lines on failure. Also sanitize keys when unsetting MSG_INFO_SHOWN to avoid ANSI/control-char issues, add msg_warn and fatal helpers, and make msg_custom skip empty messages. These changes improve observability and robustness of VM creation scripts and error reporting.
2026-02-03 14:18:57 +01:00
CanbiZ (MickLesk)
49318cc629 remove ssh check 2026-02-03 14:11:38 +01:00
CanbiZ (MickLesk)
a59e631173 Update nginx-ui-install.sh 2026-02-03 14:06:01 +01:00
CanbiZ (MickLesk)
9cc080b2ec create user 2026-02-03 14:03:36 +01:00
CanbiZ (MickLesk)
df450f9cc9 fixes 2026-02-03 13:55:50 +01:00
CanbiZ (MickLesk)
e91972e02c Enhance VM image customization and auto-login
Add informative status messages and improve image customization flow: install base packages and Docker during virt-customize, enable Docker service, and configure /etc/docker/daemon.json (sets DOCKER_PREINSTALLED on success). Add finalization messages while setting hostname and SSH config. For images without cloud-init, add systemd drop-ins to enable root autologin on serial-getty@ttyS0 and getty@tty1. Also add a trailing newline to nginx-ui.json.
2026-02-03 13:10:52 +01:00
CanbiZ (MickLesk)
822ce32ab7 nginx-ui
Some checks failed
Update GitHub Versions (New) / update-github-versions (push) Has been cancelled
Crawl Versions from newreleases.io / crawl-versions (push) Has been cancelled
Crawl Versions from github / crawl-versions (push) Has been cancelled
2026-02-03 12:30:38 +01:00
CanbiZ (MickLesk)
b7b988bc75 Remove duplicate qm set; show Cloud-Init output
Collapse duplicated qm set invocation into a single call when attaching the EFI and root disk, removing the duplicate conditional block. Also stop redirecting setup_cloud_init output (remove >/dev/null 2>&1) so Cloud-Init setup logs and errors are visible for debugging. Note: the previous conditional added a --scsi1 "${STORAGE}:cloudinit" only when USE_CLOUD_INIT=yes; that explicit scsi1 assignment is no longer present in this unified call.
2026-02-03 12:17:01 +01:00
CrazyWolf13
d894b74005 fix docs url 2026-02-03 11:54:21 +01:00
CrazyWolf13
99b16e71b5 fix ddclient 2026-02-03 11:45:15 +01:00
CanbiZ (MickLesk)
5037dad561 Update docker-vm.sh 2026-02-03 11:39:23 +01:00
Floris
1ead1abf4b
Apply suggestion from @CrazyWolf13
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
2026-02-03 11:33:47 +01:00
CanbiZ (MickLesk)
044fc85fac Refactor Docker VM: image caching & preinstall
Remove Portainer option and related install/helper functions. Add caching of downloaded OS images to /var/lib/vz/template/cache and use a temporary work qcow2 for customization. Try to preinstall qemu-guest-agent and Docker with virt-customize (marking DOCKER_PREINSTALLED on success) and provide a fallback first-boot install-docker.service script when customization fails. Replace import flow to detect qm disk import vs qm importdisk, import the prepared image into storage, resize the disk, attach EFI/root disks, and simplify VM creation steps. Include various UX/cleanup tweaks (spinner handling, storage import flags, status messages and Cloud-Init/SSH handling).
2026-02-03 11:27:11 +01:00
FlorisLava
748935481d made the rest of the relevant pr changes 2026-02-03 11:25:26 +01:00
FlorisLava
4e2237a9f9 fix: processed some pr comments 2026-02-03 10:49:52 +01:00
Michel Roegl-Brunner
c9488ec980
Merge pull request #1403 from ryansully/fix-romm-assets
Merge static assets into dist folder
2026-02-03 10:03:08 +01:00
CrazyWolf13
0af695180e wealthofolio test 1 2026-02-03 08:28:29 +01:00
CanbiZ (MickLesk)
02d2957aef logos 2026-02-03 08:20:00 +01:00
Tobias
486c0d14cd
Update memos-install.sh 2026-02-03 08:06:10 +01:00
Tobias
219eabdc55
Update memos.sh 2026-02-03 08:05:31 +01:00
tremor021
aa32fc192f Update install of PowerDNS
Some checks failed
Update GitHub Versions (New) / update-github-versions (push) Has been cancelled
Update Versions from GitHub / update-versions (push) Has been cancelled
Cleanup Branches (Merged or Closed) / cleanup (push) Has been cancelled
2026-02-03 01:10:37 +01:00
tremor021
95d9feb47e Add debian PowerDNS 2026-02-03 01:01:23 +01:00
tremor021
c645bfb9b7 Add debian PowerDNS
Some checks failed
Update GitHub Versions (New) / update-github-versions (push) Has been cancelled
Crawl Versions from newreleases.io / crawl-versions (push) Has been cancelled
Crawl Versions from github / crawl-versions (push) Has been cancelled
2026-02-03 00:54:08 +01:00
tremor021
40571260ed Add debian PowerDNS 2026-02-03 00:43:49 +01:00
tremor021
27467c7922 Add debian PowerDNS 2026-02-02 22:11:06 +01:00
tremor021
89fdf87559 Add debian PowerDNS 2026-02-02 22:08:40 +01:00
tremor021
2bdefae726 Add debian PowerDNS 2026-02-02 22:07:23 +01:00
Ryan Sullivan
bfa323a2d3
Remove unclosed msg_info
Remove unnecessary message.
2026-02-02 12:30:41 -08:00
Ryan Sullivan
2f5b4a5432
Change commit to message before merging static assets
Add informational message before merging static assets.
2026-02-02 11:39:50 -08:00
Ryan Sullivan
f9853f1155
Merge static assets into dist folder
Merge static assets into the dist folder for RomM Frontend setup.
2026-02-02 11:30:37 -08:00
Tobias
7a2da88075
Update memos.sh
Some checks failed
Update GitHub Versions (New) / update-github-versions (push) Has been cancelled
Update Versions from GitHub / update-versions (push) Has been cancelled
2026-02-02 16:15:42 +01:00
Tobias
1b397a22d0
more ressources 2026-02-02 16:10:59 +01:00