John Doe
2e7e6507f6
refactor: remove redundant IP address retrieval logic from localagi.sh
2026-03-04 10:38:12 -05:00
John Doe
dc7d9fcb82
refactor: update log message for backend mode configuration in update_script function
2026-03-04 10:24:37 -05:00
John Doe
521c74d2ba
refactor: simplify localagi.sh by removing redundant variables and streamlining update_script function
2026-03-04 10:16:45 -05:00
John Doe
86d22a060a
refactor: simplify update_script function by removing redundant comments and streamlining logic
2026-03-04 10:08:45 -05:00
John Doe
610d12be9c
refactor: streamline LocalAGI build process in update_script function
2026-03-04 10:06:53 -05:00
John Doe
fd820b026b
refactor: remove set_env_var function and streamline LOCALAGI_LLM_API_URL migration logic
2026-03-04 10:05:58 -05:00
BillyOutlast
2055148dac
Update ct/localagi.sh
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-03-04 10:02:59 -05:00
John Doe
614a0c0089
fix: ensure update_script exits with error code on failure
2026-03-04 10:02:22 -05:00
Poulette
66e16ba974
Use GitHub raw URL for build.func
2026-03-04 14:30:10 +01:00
Michel Roegl-Brunner
74e57d61e2
add github actions runner
2026-03-04 10:12:36 +01:00
John Doe
4895935b4a
feat: reduce CPU allocation from 4 to 2 in LocalAGI configuration
2026-03-04 00:47:21 -05:00
John Doe
c5bbc2f81d
feat: update LocalAGI resource configurations to reduce RAM to 4GB and disk size to 20GB
2026-03-04 00:46:51 -05:00
John Doe
abf9c8e78b
feat: refactor LocalAGI backend configuration to use external-LLM mode and update disk size to 30GB
2026-03-04 00:46:36 -05:00
John Doe
7ec67de15c
feat: update LOCALAGI_LLM_API_URL to Ollama-compatible endpoint and enhance documentation
2026-03-04 00:42:39 -05:00
John Doe
d49a8d04cd
feat: update ROCm installation commands to use standardized functions
2026-03-04 00:35:43 -05:00
John Doe
79b5cb70af
feat: enhance LocalAGI /dev/kfd passthrough handling based on GPU type and backend
2026-03-04 00:31:29 -05:00
John Doe
390f2ff178
feat: increase default disk size to 60GB in LocalAGI installation scripts
2026-03-04 00:29:38 -05:00
John Doe
4cdfa49460
feat: add backend detection for LocalAGI installation based on host GPU
2026-03-04 00:25:11 -05:00
John Doe
63615ded07
feat: enhance ROCm installation process and backend resolution in LocalAGI scripts
2026-03-04 00:18:51 -05:00
John Doe
55de0ad144
feat: improve backend detection summary in LocalAGI installation scripts
2026-03-04 00:14:13 -05:00
John Doe
565705e837
feat: enhance GPU backend detection in LocalAGI installation scripts
2026-03-04 00:09:48 -05:00
John Doe
cf986a34a9
feat: add function to ensure /dev/kfd passthrough for LocalAGI in LXC containers
2026-03-04 00:07:13 -05:00
John Doe
f9755d1102
feat: add AMD GPU detection for ROCm backend in LocalAGI installation scripts
2026-03-04 00:04:07 -05:00
John Doe
7e897f4e93
feat: enhance LocalAGI installation scripts with backend resolution and ROCm runtime support
2026-03-03 23:57:14 -05:00
John Doe
b603aa0670
feat: add ROCm runtime installation for Debian in localagi scripts
2026-03-03 23:49:57 -05:00
John Doe
d4f74b05b0
feat: enhance LocalAGI installation and update scripts with source build and systemd service integration
2026-03-03 23:47:27 -05:00
John Doe
f85543886f
feat: add AMD device support and localagi header file
2026-03-03 23:41:11 -05:00
John Doe
1161c0b352
feat: add LocalAGI installation and configuration scripts
2026-03-03 23:31:02 -05:00
github-actions[bot]
d3bf8c770a
Delete powerdns (ct) after migration to ProxmoxVE ( #1531 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-02 17:34:25 +00:00
CanbiZ (MickLesk)
527b8a0dec
update function powerdns
2026-03-02 15:25:24 +01:00
CanbiZ (MickLesk)
54b3d7c99b
shorten
2026-03-02 15:21:36 +01:00
CanbiZ (MickLesk)
099205429e
Merge pull request #1503 from tclahr/feature/immichframe
...
add ImmichFrame
2026-03-02 15:04:30 +01:00
thieneret
83737ff611
Merge branch 'community-scripts:main' into update/authentik
2026-03-02 11:45:28 +01:00
Thieneret
122b13776f
Update deploy method
2026-03-02 11:38:57 +01:00
CanbiZ (MickLesk)
11cb4cb947
.-
2026-03-02 11:09:03 +01:00
github-actions[bot]
897a662bed
Delete profilarr (ct) after migration to ProxmoxVE ( #1527 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-02 08:36:44 +00:00
Poulette
af1f6b44c0
fix(surrealdb): address PR review feedback
...
- Deploy binary to /opt/surrealdb with symlink to /usr/local/bin
- Use literal 'SurrealDB' in messages instead of ${APP}
- Fix installation check path to /opt/surrealdb/surreal
- Update ExecStart to use /opt/surrealdb/surreal
- Use selfhst CDN logo URL and capitalize 'Debian' in JSON
- Capitalize 'Completed Successfully' to match conventions
2026-03-01 17:09:02 +01:00
Thieneret
a775bfc089
Update authentik script
2026-03-01 14:02:56 +01:00
Michael Joshua Saul
69c79d8c58
fix: use default source URL per template
2026-02-27 17:53:59 -07:00
Michael Joshua Saul
507f68e444
fix: address review feedback and fix uv pip install
...
- Fix uv pip install by setting VIRTUAL_ENV instead of --python flag
- Remove redundant get_lxc_ip (already called by framework bootstrap)
- Merge "Saving Credentials" block into "Creating Services" section
- Use loop for writing frontend env to each Vite app
2026-02-27 15:39:44 -07:00
github-actions[bot]
8ca7535fc2
Delete strapi (ct) after migration to ProxmoxVE ( #1521 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-27 12:55:13 +00:00
Michael Joshua Saul
2cc9d252a5
fix: use --python flag for uv pip install
...
Follows profilarr-install.sh pattern: uv venv then uv pip install --python /path/to/venv/bin/python
2026-02-27 01:56:01 -07:00
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