Commit Graph

2559 Commits

Author SHA1 Message Date
Michael Joshua Saul
4abe05bbd9 fix: activate venv before uv pip install
uv pip needs the venv to be activated (VIRTUAL_ENV set) to find it.
Setting VIRTUAL_ENV and PATH ensures uv can locate the venv.
2026-02-27 01:45:48 -07:00
Michael Joshua Saul
75d52158af fix: add tarball mode, use uv pip in update script 2026-02-27 01:22:45 -07:00
Michael Joshua Saul
7f53e3677c fix: address CrazyWolf13 review feedback
- Add GitHub URL to source line (ct/plane.sh)
- Replace ${APP} with direct 'Plane' string in msg_* calls
- Use fetch_and_deploy_from_url for MinIO server download
- Add explicit 'tarball' mode to fetch_and_deploy_gh_release
- Use setup_uv + uv venv + uv pip instead of python3 venv
- Combine systemctl enable commands into single line
- Use ${PG_DB_USER} var in credentials output
- Merge MinIO bucket creation into service creation block
2026-02-27 00:56:57 -07:00
Michael Joshua Saul
cbdce5de6c fix: use COMMUNITY_SCRIPTS_URL, capitalize Successfully/Debian 2026-02-27 00:56:57 -07:00
Michael Joshua Saul
8acc57d31d fix: address PR review feedback
- Use fetch_and_deploy_gh_release instead of manual curl/tar/mv
- Use apt instead of apt-get per project convention
- Remove preinstalled deps (curl, sudo, jq)
- Collapse erlang deps with brace expansion
- Generate random RabbitMQ password instead of hardcoded
- Rename MinIO client to mcli to avoid Midnight Commander conflict
- Use nginx sites-available/sites-enabled convention
- Add Requires=plane-api.service to worker and beat units
- Add RabbitMQ credentials to ~/plane.creds
- Add VITE rebuild warning note to JSON
2026-02-27 00:56:57 -07:00
Michael Joshua Saul
53896b1450 fix: align with ProxmoxVED contribution guidelines
- Point build.func URL to ProxmoxVED repo with curl -s
- Update license URLs to ProxmoxVED
- Add core dependencies (curl, sudo, mc) per template requirements
2026-02-27 00:56:57 -07:00
Michael Joshua Saul
0a2605706b fix: plane space SSR, static path, live server config, update script
- Add plane-space systemd service for SSR (react-router-serve on port 3002)
- Fix nginx /spaces/ to proxy to plane-space instead of static files
- Fix nginx /static/ alias to correct Django collectstatic path
- Fix plane-live EnvironmentFile to /opt/plane/.env
- Fix plane-live ExecStart to use start.mjs
- Update script: backup/restore all .env files, include plane-space
- Update script: add configure_instance after migrations
- Split JSON notes for god-mode and credentials
2026-02-27 00:56:57 -07:00
Michael Joshua Saul
3a02b43c0b feat: add Plane LXC helper script
Add bare-metal LXC installation for Plane (plane.so), an open-source
project management tool. Installs PostgreSQL, Redis, RabbitMQ, MinIO,
Node.js 22, and Python API with Gunicorn/Uvicorn behind Nginx.
2026-02-27 00:56:57 -07:00
github-actions[bot]
60a3ca6f25 Delete kima-hub (ct) after migration to ProxmoxVE (#1517)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-26 10:14:47 +00:00
github-actions[bot]
ec499ab29f Delete zerobyte (ct) after migration to ProxmoxVE 2026-02-25 15:16:45 +00:00
CanbiZ (MickLesk)
ac87d34ab9 booklore test 2026-02-24 12:08:57 +01:00
github-actions[bot]
900463f260 Delete sonobarr (ct) after migration to ProxmoxVE (#1504)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-23 18:21:57 +00:00
github-actions[bot]
fdfb044ccc Delete sparkyfitness (ct) after migration to ProxmoxVE (#1502)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-23 12:38:20 +00:00
CanbiZ (MickLesk)
d459ec4e5b Merge pull request #1490 from thieneret/feature/authentik
Add authentik script
2026-02-23 08:48:02 +01:00
CanbiZ (MickLesk)
62cffac09d Merge pull request #1478 from pfassina/submit/igotify
Add iGotify script
2026-02-23 08:46:07 +01:00
CanbiZ (MickLesk)
73cc1c2399 Merge pull request #1406 from heinemannj/step-ca
New LXC: step-ca
2026-02-23 08:44:57 +01:00
MickLesk
c7fd4d9516 fix garmin 2026-02-22 19:48:50 +01:00
MickLesk
14260f2884 fixes 2026-02-22 19:01:41 +01:00
MickLesk
3f85bc0620 fixes 2026-02-22 18:56:02 +01:00
MickLesk
1724db77ec fix 2026-02-22 18:51:02 +01:00
MickLesk
ce9eb9a2c2 fixes profilarr 2026-02-22 18:33:46 +01:00
MickLesk
1a0db4e23c yamtrack 2026-02-22 18:14:17 +01:00
MickLesk
4498913fc9 simpleLogin 2026-02-22 18:09:24 +01:00
MickLesk
155c0a00e4 feat: add Postiz app, fix silent() for || fallbacks 2026-02-22 17:46:38 +01:00
MickLesk
fe48d08c69 perf: optimize Twenty CRM resource usage
- Reduce defaults: 4 CPU/8GB → 2 CPU/4GB (official min is 2GB)
- Node.js heap: 512MB server, 384MB worker (runtime)
- Build-time heap: 3072MB (only during compilation)
- PG pool: reduce to 5 connections
- PostgreSQL: tune shared_buffers/work_mem/effective_cache_size
- Redis: cap at 64MB with noeviction policy
- Unset NODE_OPTIONS after build to not leak into runtime
2026-02-22 14:48:11 +01:00
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
CanbiZ (MickLesk)
719473f522 Merge pull request #1492 from tomfrenzel/sparkyfitness-pg
sparkyfitness: postgresql related refactoring
2026-02-22 14:24:09 +01:00
MickLesk
b1ee761b44 feat: add Twenty CRM script (#1476)
- Add ct/twenty.sh with update function
- Add install/twenty-install.sh (Node.js 24, PostgreSQL 16, Redis)
- Add frontend/public/json/twenty.json metadata
- Builds from source: yarn + nx monorepo (server + frontend)
- Server on port 3000, worker as separate systemd service
2026-02-22 14:12:34 +01:00
MickLesk
1d0586314f url 2026-02-22 14:09:38 +01:00
Tom Frenzel
50730dfc96 sparkyfitness: use postgresql 18 over 15 2026-02-22 14:09:14 +01:00
MickLesk
9e825a8200 fix 2026-02-22 14:09:05 +01:00
MickLesk
5bd4cfa345 feat: add SeaweedFS CT script + update AI.md with apt/dependency rules
- Add ct/seaweedfs.sh, install/seaweedfs-install.sh, seaweedfs.json
- AI.md: add anti-pattern #22 (apt-get → apt)
- AI.md: add anti-pattern #23 (core packages as dependencies)
- AI.md: fix template to use apt instead of apt-get
- AI.md: add checklist items for apt and core dependencies
2026-02-22 13:58:47 +01:00
MickLesk
6e53db1ddb fix 2026-02-22 13:40:17 +01:00
MickLesk
cd28d41bc3 anytype server 2026-02-22 13:37:17 +01:00
github-actions[bot]
52f38c3eba Delete gramps-web (ct) after migration to ProxmoxVE (#1491)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-22 10:27:01 +00:00
thieneret
e72cf6624c Fix comments and variable initialization in authentik.sh 2026-02-22 09:19:36 +01:00
Thieneret
5772100355 feat: add authentik 2026-02-22 08:03:55 +01:00
Tom Frenzel
b04eeba2b6 sparkyfitness: add data backup and restore 2026-02-21 16:36:04 +01:00
MickLesk
b533a7b3e5 increase ram 2026-02-20 22:57:46 +01:00
Tobias
a34ea09922 Merge pull request #1467 from sanderkoenders/add/borg-backup
Add BorgBackup Server
2026-02-20 22:10:54 +01:00
MickLesk
d75d247866 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-02-20 22:08:58 +01:00
MickLesk
8da64156fb f 2026-02-20 22:08:50 +01:00
Tobias
8c860f9f1a Merge pull request #1482 from tomfrenzel/sparkyfitness-node
sparkyfitness: update node version
2026-02-20 22:08:21 +01:00
MickLesk
446751ed03 kima 2026-02-20 21:46:48 +01:00
github-actions[bot]
151126f485 Delete sure (ct) after migration to ProxmoxVE (#1484)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-20 20:06:15 +00:00
github-actions[bot]
26a7e42e3e Delete calibre-web (ct) after migration to ProxmoxVE (#1483)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-20 20:05:41 +00:00
Tom Frenzel
b3749a5e39 sparkyfitness: update node version 2026-02-20 18:04:30 +01:00
Tom Frenzel
bf7b3fb9e8 sparkyfitness: refactor 2026-02-19 22:25:12 +01:00
Tom Frenzel
7421d98513 sparkyfitness: cleanup 2026-02-19 16:55:05 +01:00