Commit Graph

3718 Commits

Author SHA1 Message Date
CanbiZ (MickLesk)
8132aa0bcd Merge pull request #1735 from Eun/cinny
feat: add cinny
2026-04-29 10:25:31 +02:00
Tobias Salzmann
f31d3bf963 adjust pattern 2026-04-28 14:54:43 +02:00
Tobias Salzmann
339b2b9c4d fix pattern and backup path 2026-04-28 14:03:31 +02:00
Tobias Salzmann
2a1c8912de fix 2026-04-28 13:56:14 +02:00
Tobias Salzmann
7031cfec28 prebuilt dist 2026-04-28 13:47:16 +02:00
Tobias Salzmann
6b8120e2b3 use fetch_and_deploy_gh_release 2026-04-28 13:30:06 +02:00
github-actions[bot]
757ba547a6 Delete storybook (ct) after migration to ProxmoxVE (#1763)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-28 07:50:42 +00:00
github-actions[bot]
b517af2ecd Delete coredns (ct) after migration to ProxmoxVE (#1762)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-28 07:50:27 +00:00
Tobias Salzmann
40ea63072e reuse existing tooling 2026-04-28 09:14:08 +02:00
CanbiZ (MickLesk)
796b79241c Add Arch Linux CT support and pacman integration
Add Arch Linux container support and integrate pacman into install utilities. New files: ct/archlinux.sh (container build/update script), install/archlinux-install.sh (install entrypoint), and json/archlinux.json (metadata). misc/install.func: detect_arch in detect_os, add pacman bootstrap, and implement pacman handlers for pkg_upgrade, pkg_install, pkg_remove, pkg_clean and package refresh; include openssh install path for pacman and provide a cleanup_lxc override to run pkg_clean. Enables creating/updating Arch Linux LXC containers and proper package manager handling.
2026-04-27 13:46:18 +02:00
CanbiZ (MickLesk)
8ae53f9a0c test authentik external storage 2026-04-27 09:48:53 +02:00
github-actions[bot]
ec8bd46436 Delete trek (ct) after migration to ProxmoxVE (#1747)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-26 06:49:11 +00:00
MickLesk
b2dc432ff3 feat: add gperf to Nagios installation dependencies 2026-04-25 23:03:02 +02:00
MickLesk
e109ac9286 feat: update Nagios installation and configuration scripts for improved paths and dependencies 2026-04-25 22:56:01 +02:00
MickLesk
ca2d4691fe feat: add Nezha and Shiori installation scripts and JSON configurations 2026-04-25 22:43:10 +02:00
MickLesk
a271005a69 dev; nagios 2026-04-25 22:37:05 +02:00
MickLesk
c02704c235 dev: tolgee 2026-04-25 22:18:34 +02:00
MickLesk
e8c64f4154 dev: dynacat 2026-04-25 22:15:51 +02:00
MickLesk
c22d79d244 fixes solidtime 2026-04-25 21:52:46 +02:00
github-actions[bot]
c3f9c35926 Delete apprise-api (ct) after migration to ProxmoxVE (#1744)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-24 14:10:16 +00:00
github-actions[bot]
1971f32fb3 Delete fireshare (ct) after migration to ProxmoxVE (#1743)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-24 14:09:20 +00:00
github-actions[bot]
628989c273 Delete foldergram (ct) after migration to ProxmoxVE (#1742)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-24 12:52:27 +00:00
github-actions[bot]
f67a79f596 Delete jitsi-meet (ct) after migration to ProxmoxVE (#1741)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-24 12:52:18 +00:00
github-actions[bot]
030394f290 Delete github-runner (ct) after migration to ProxmoxVE (#1740)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-24 12:51:41 +00:00
github-actions[bot]
5a0e3978f3 Delete minthcm (ct) after migration to ProxmoxVE (#1739)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-24 12:50:56 +00:00
Tobias Salzmann
298f91b392 cinny 2026-04-24 13:46:44 +02:00
github-actions[bot]
eabd8e9a1d Delete transmute (ct) after migration to ProxmoxVE (#1738)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-24 08:13:19 +00:00
CanbiZ (MickLesk)
89095f3d5d trek: seed default admin, fix install and hooks
Seed a default admin account and harden the installer; update symlink behavior and LXC hook argument handling.

- Install: downgrade Node setup to 22, write ADMIN_EMAIL/ADMIN_PASSWORD into /opt/trek/server/.env for initial boot, chmod the file, wait for app health, then remove plaintext creds from the env and print the default admin credentials. Remove previous DB patching script and credentials file generation. Add health-check failure handling.
- ct/trek.sh: check for /opt/trek instead of ~/.trek, run npm ci without --production, and recreate server data/uploads by removing any existing dirs and creating explicit symlinks.
- Installer: mirror symlink strategy used in the container (rm then ln -s) and ensure generated ENCRYPTION_KEY note; add ADMIN_EMAIL default.
- json: set default username to admin@trek.local, update notes about seeded admin, ENCRYPTION_KEY storage, and APP_URL recommendation.
- tools/pve/lxc-prehook.sh: fix append_unique_line_in_ct to pass positional arguments into the bash -c snippet safely (avoid parent-shell expansion).

These changes ensure a reproducible default admin creation flow without leaving plaintext credentials, improve symlink handling, and fix a bug in the LXC prehook.
2026-04-24 09:52:03 +02:00
Tobias
f20af5295d Merge pull request #1675 from reptil1990/pr/ddns-updater
feat(ddns-updater): add DDNS-Updater LXC container script
2026-04-24 09:06:11 +02:00
tremor021
4772f059cf oweb update 2026-04-23 12:21:50 +02:00
tremor021
de5024633b owebui trixie test 2026-04-23 12:18:59 +02:00
github-actions[bot]
59afa13d42 Delete dashy (ct) after migration to ProxmoxVE (#1731)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-22 05:50:27 +00:00
github-actions[bot]
d0c343a405 Delete mini-qr (ct) after migration to ProxmoxVE (#1730)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-22 05:43:48 +00:00
github-actions[bot]
bb1ea5e0e3 Delete ownfoil (ct) after migration to ProxmoxVE (#1729)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-22 05:42:20 +00:00
CanbiZ (MickLesk)
f065585a67 add drawio calibre and pandoc support for transmute 2026-04-22 06:43:01 +02:00
github-actions[bot]
66b3faa1b7 Delete gogs (ct) after migration to ProxmoxVE (#1728)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-21 13:23:57 +00:00
github-actions[bot]
8523f24aef Delete anchor (ct) after migration to ProxmoxVE (#1727)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-21 13:22:03 +00:00
tremor021
e488ba7a8a fileflows: fix journalctl 2026-04-21 13:23:12 +02:00
tremor021
858de75f21 fileflows: updated dependencies 2026-04-21 12:34:34 +02:00
Tobias
5911b001ce Update author name in forgejo-runner-install.sh 2026-04-21 10:28:29 +02:00
tremor021
8603e4ce18 fireshare: add update function 2026-04-21 10:24:05 +02:00
CanbiZ (MickLesk)
aee27133eb Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-04-21 10:11:11 +02:00
CanbiZ (MickLesk)
e07cd96ff1 fixes 2026-04-21 10:11:10 +02:00
tremor021
1e119f0233 fireshare: update env vars 2026-04-21 10:10:11 +02:00
tremor021
96b69d1206 fireshare: switch from git clone 2026-04-21 09:39:51 +02:00
CanbiZ (MickLesk)
5c93f2a31f Update lychee-install.sh 2026-04-21 09:20:18 +02:00
CanbiZ (MickLesk)
3226c331d0 Move Foldergram media dir; add batch CT creator
Change Foldergram installation to store media and config under /opt/foldergram_media (create media dir, write env file there, update systemd EnvironmentFile). Update ct/foldergram.sh to remove temporary backup/restore during updates. Update json/foldergram.json config_path and add an info note about where to place media. Add tools/pve/ct-batch-create.sh — a new Proxmox CT batch-creator script (interactive/unattended modes, caching, storage selection) to download and deploy multiple community-scripts CTs.
2026-04-21 09:12:10 +02:00
CanbiZ (MickLesk)
f88d034db0 fffff 2026-04-21 07:46:19 +02:00
CanbiZ (MickLesk)
38fbb530fa cleanup 2026-04-21 07:43:48 +02:00
CanbiZ (MickLesk)
4b79bf778a fixes 2026-04-21 07:42:42 +02:00