CanbiZ (MickLesk)
80cc18f9e1
Revert "[Linting] misc/build.func (first pass)"
2026-03-02 15:32:35 +01:00
CanbiZ (MickLesk)
5bfda89ef5
minor fixes
2026-03-02 15:26:41 +01: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
CanbiZ (MickLesk)
cb8954a840
Merge pull request #1404 from bandogora/lint-build-func
...
[Linting] `misc/build.func` (first pass)
2026-03-02 15:02:45 +01:00
CanbiZ (MickLesk)
c29b00c97e
Merge branch 'main' into lint-build-func
2026-03-02 15:02:31 +01:00
CanbiZ (MickLesk)
862fd563c1
Merge pull request #1518 from morganp/add-homebrew-addon
...
Add Homebrew (Linuxbrew) addon script
2026-03-02 15:00:30 +01:00
CanbiZ (MickLesk)
8c64b3e86d
Update frigate-install.sh
2026-03-02 13:11:35 +01:00
CanbiZ (MickLesk)
d02447870b
Merge pull request #1524 from thieneret/update/authentik
...
Update authentik script
2026-03-02 13:08:05 +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
CanbiZ (MickLesk)
a7ed6502c9
frigate 0.17
2026-03-02 10:58:42 +01:00
CanbiZ (MickLesk)
3eeb10a693
Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED
2026-03-02 10:50:20 +01:00
CanbiZ (MickLesk)
6a8e54f65c
Update frigate-install.sh
2026-03-02 10:50:19 +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
CanbiZ (MickLesk)
2171cfb09d
merge from VE
2026-03-02 09:18: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
CanbiZ (MickLesk)
58e8dfbd49
Replace npm install with npm ci for frontend build
2026-02-27 10:51:13 +01:00
Michael Joshua Saul
23bdd48c46
Delete docs/plans directory
2026-02-27 02:36:01 -07: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
Morgan Prior
2fc164e4d1
Use apt instead of apt-get in install function
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-27 08:51:25 +00: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
394b8dac26
fix: remove unnecessary uv pip upgrade
2026-02-27 01:24:24 -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
f05c1de0e6
fix: remove space in heredoc syntax
2026-02-27 01:13:31 -07:00
Michael Joshua Saul
ad62c9ef5c
fix: use uv pip directly (system uv, not in venv)
2026-02-27 01:11:42 -07:00
Michael Joshua Saul
3a557bb599
fix: revert MinIO server to curl (binary, not archive)
2026-02-27 00:56:57 -07:00
Michael Joshua Saul
ff313ae0b7
fix: use APPLICATION var and append to db creds file
...
- Set APPLICATION before setup_postgresql_db so it creates ~/plane.creds
- Append additional credentials to existing creds file instead of overwriting
2026-02-27 00:56:57 -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
Thiago Canozzo Lahr
6de566a27c
remove header and update json
...
Signed-off-by: Thiago Canozzo Lahr <tclahr@gmail.com >
2026-02-26 18:02:53 -03:00
Morgan Prior
57ba5cd169
Rewrite homebrew addon to use core.func/tools.func pattern
...
Sources core.func, tools.func, error_handler.func, and api.func
instead of inline color vars and msg functions. Adds structured
sections (CONFIGURATION, OS DETECTION, UNINSTALL, INSTALL, MAIN)
matching the qbittorrent-exporter/pihole-exporter pattern.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-26 20:49:33 +00:00
Thiago Canozzo Lahr
4333c036e8
update
...
Signed-off-by: Thiago Canozzo Lahr <tclahr@gmail.com >
2026-02-26 16:35:43 -03:00
Thiago Canozzo Lahr
3583af1cf0
update
...
Signed-off-by: Thiago Canozzo Lahr <tclahr@gmail.com >
2026-02-26 15:58:59 -03:00
Thiago Canozzo Lahr
88d66e1232
update
...
Signed-off-by: Thiago Canozzo Lahr <tclahr@gmail.com >
2026-02-26 15:19:30 -03:00
Thiago Canozzo Lahr
64c42cdef6
update
...
Signed-off-by: Thiago Canozzo Lahr <tclahr@gmail.com >
2026-02-26 15:10:46 -03:00
Thiago Canozzo Lahr
24490365f9
update
...
Signed-off-by: Thiago Canozzo Lahr <tclahr@gmail.com >
2026-02-26 13:55:07 -03:00
Thiago Canozzo Lahr
a73eef3dcf
update
...
Signed-off-by: Thiago Canozzo Lahr <tclahr@gmail.com >
2026-02-26 13:33:21 -03:00
Thiago Canozzo Lahr
e6b7ce1557
update
...
Signed-off-by: Thiago Canozzo Lahr <tclahr@gmail.com >
2026-02-26 13:29:13 -03:00
root
3a399eee40
update
...
Signed-off-by: root <root@proxmoxve.eternia.home.arpa >
2026-02-26 13:09:41 -03:00
Morgan Prior
05b99489fe
Clarify error message: Homebrew cannot run as root
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-26 15:50:37 +00:00