8208 Commits

Author SHA1 Message Date
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
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
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
Tobias
e1ea46e736
Create memos.sh 2026-02-02 15:46:51 +01:00
Tobias
0ee4bcd850
Create memos-install.sh 2026-02-02 15:46:07 +01:00
CanbiZ (MickLesk)
6df5531fb4 Adjust Checkmate build/env and service handling
Pass VITE_APP_API_BASE_URL, UPTIME_APP_API_BASE_URL and VITE_APP_LOG_LEVEL into the Checkmate client build so the frontend targets /api/v1 and uses a warn log level (applied in both update and install scripts). Rename PORT to SERVER_HOST/SERVER_PORT in the installer and set SERVER_HOST=0.0.0.0 so the server binds correctly. Use quiet systemctl enable (-q --now) for checkmate services and reload nginx instead of re-enabling it. Move vaultwarden-install.sh into install/deferred/.
2026-02-02 13:57:08 +01:00
CanbiZ (MickLesk)
891d3396dc Add Discourse container install and metadata
Add support for deploying Discourse as a container: adds ct/discourse.sh (container build/install/update flow and resource defaults), frontend/public/json/discourse.json (app metadata, install resources, and notes), and install/discourse-install.sh (full installer that installs dependencies, Postgres/Node/Ruby, clones the Discourse repo, generates secrets and DB password saved to /opt/discourse/.env, installs gems and yarn, precompiles assets, runs migrations, creates an admin user, sets up a systemd service and nginx reverse proxy, and enables required services). Admin user 'admin' is created with a generated password stored in the .env file.
2026-02-02 13:45:58 +01:00
CanbiZ (MickLesk)
d3b7ea6197 Update checkmate-install.sh 2026-02-02 13:24:10 +01:00
CanbiZ (MickLesk)
69f9c00672 Update checkmate.sh 2026-02-02 13:00:48 +01:00
CanbiZ (MickLesk)
bcfecef269 fixes
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-02 12:59:15 +01:00
CanbiZ (MickLesk)
a1e365e111 deb822 2026-02-02 12:44:30 +01:00
CanbiZ (MickLesk)
c4ac55a84f Update frigate-install.sh 2026-02-02 12:38:53 +01:00
CanbiZ (MickLesk)
42f1e57b56 Update piler-install.sh 2026-02-02 12:04:47 +01:00
CanbiZ (MickLesk)
883b170cdd Update frigate-install.sh 2026-02-02 12:02:59 +01:00
CanbiZ (MickLesk)
cbd13fe566 Update piler-install.sh 2026-02-02 12:01:50 +01:00
CanbiZ (MickLesk)
b48245f815 non-free-sources 2026-02-02 11:48:58 +01:00
CanbiZ (MickLesk)
9fe071c718 Update piler-install.sh 2026-02-02 11:46:45 +01:00
CanbiZ (MickLesk)
76b0f4342d Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-02-02 11:26:12 +01:00
CanbiZ (MickLesk)
b72b99da40 test 2026-02-02 11:26:11 +01:00
Michel Roegl-Brunner
1373fa015f
Merge pull request #1384 from mitchscobell/main
Add ddclient LXC container
2026-02-02 11:20:31 +01:00
CanbiZ (MickLesk)
528ce24daa fixes grafana 2026-02-02 10:26:25 +01:00
CanbiZ (MickLesk)
017ae759e6 va.r fixes 2026-02-02 10:19:29 +01:00
CanbiZ (MickLesk)
36e88183f6 Update vaultwarden-install.sh 2026-02-02 10:16:00 +01:00
CanbiZ (MickLesk)
d553082ca0 Update checkmate-install.sh 2026-02-02 10:13:06 +01:00
CanbiZ (MickLesk)
56625b1c76
Merge pull request #1339 from aliaksei135/garmin-grafana
Garmin Grafana Updates
2026-02-02 10:09:48 +01:00
CanbiZ (MickLesk)
ab19162dc4
Merge branch 'main' into garmin-grafana 2026-02-02 10:09:08 +01:00
CanbiZ (MickLesk)
07090f4bb9
Merge pull request #1354 from bandogora/vscode-config
Keep `.vscode` consistent with repo `.editorconfig`
2026-02-02 10:08:28 +01:00
CanbiZ (MickLesk)
f3ef5345ee cleanup 2026-02-02 10:06:41 +01:00
CanbiZ (MickLesk)
b8a4ceae39
Merge pull request #1338 from StellaeAlis/main
Add WriteFreely script
2026-02-02 10:04:55 +01:00