Commit Graph

9704 Commits

Author SHA1 Message Date
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
Poulette
5526825a2a Placeholder
Placeholder while waiting for slfhts to add the icon to their library
2026-02-27 00:07:54 +01:00
Poulette
810902fce1 Use GH release deploy for SurrealDB
Replace the old curl-based installer and interactive update menu with unified GitHub release deployment helpers. ct/surrealdb.sh now checks for a new surrealdb release via check_for_gh_release, stops the service, uses fetch_and_deploy_gh_release to deploy the prebuilt binary to /usr/local/bin, sets exec permissions, and restarts the service (also use ${APP} in an error message). The previous menu-driven update and storage-switch options (memory vs rocksdb) were removed. install/surrealdb-install.sh now skips the removed mc dependency install, uses fetch_and_deploy_gh_release instead of the install.surrealdb.com script, makes the binary executable, and no longer writes a release-version file. Overall moves to a consistent release fetch/deploy flow and simplifies update/install logic.
2026-02-26 23:33:34 +01: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
Morgan Prior
da4e45695f Update tools/addon/homebrew.sh
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-02-26 13:59:56 +00:00
Morgan Prior
ce3127f2b3 Update tools/addon/homebrew.sh
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-02-26 13:59:42 +00:00
Morgan Prior
83df31c5da Update tools/addon/homebrew.sh
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-02-26 13:58:56 +00:00
Morgan Prior
0b68f923b6 Update tools/addon/homebrew.sh
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-02-26 13:58:41 +00:00
Morgan Prior
566b6c331b Add Homebrew (Linuxbrew) addon script
Addon script that installs Homebrew into an existing LXC container.
Dynamically detects the first non-root user, sets up multi-user access
via linuxbrew group with setgid directories, and configures shell
integration for both login and non-login shells.

Tested on Debian 13 (trixie) — brew doctor reports "ready to brew".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 13:46:40 +00: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
CanbiZ (MickLesk)
94b51fd295 Add script to install Tailscale in LXC containers
This script installs Tailscale in an existing LXC container on Proxmox VE, handling both Alpine and Debian/Ubuntu distributions, and updates the container configuration accordingly.
2026-02-26 09:31:26 +01:00
Stephen Chin
7ac2a1c3d6 feat: add Proton Mail Bridge 2026-02-25 23:22:09 -08:00
Poulette
c90a7dd972 Hardcode app name in error messages
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-02-26 01:19:02 +01:00
Poulette
0f6966bbdf Remove redundant package installs
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-02-26 01:18:34 +01:00
Poulette
9716fcded1 Keeps authentication on mode switch
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-02-26 01:17:59 +01:00
Poulette
a5c24cfc49 Keep authentication when switching storage modes
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-02-26 01:17:22 +01:00
Poulette
9d51fcf8c5 feat: Add SurrealDB
Added scripts for SurrealDB, a multi-modal database
2026-02-26 01:03:21 +01:00
CanbiZ (MickLesk)
168a82dbc3 Merge pull request #1511 from community-scripts/delete_files_zerobyte
Delete zerobyte after Merge to Main
2026-02-25 16:26:33 +01:00
github-actions[bot]
ec499ab29f Delete zerobyte (ct) after migration to ProxmoxVE 2026-02-25 15:16:45 +00:00
CanbiZ (MickLesk)
5f3bdf961a Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-02-24 12:09:01 +01:00
CanbiZ (MickLesk)
ac87d34ab9 booklore test 2026-02-24 12:08:57 +01:00
github-actions[bot]
f76410e074 Delete arcane (addon) after migration to ProxmoxVE (#1507)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-24 10:34:59 +00:00
CanbiZ (MickLesk)
d16008181d merge build.func 2026-02-24 09:47:12 +01:00
CanbiZ (MickLesk)
4e2b64524f merge vmcore 2026-02-24 09:41:40 +01:00
CanbiZ (MickLesk)
00fa5a0492 merge api.func 2026-02-24 09:39:37 +01:00
CanbiZ (MickLesk)
192452a3fd merge tools.func 2026-02-24 09:38:46 +01:00
CanbiZ (MickLesk)
81e39c0680 merge error_handler 2026-02-24 09:36:33 +01:00
CanbiZ (MickLesk)
2be37f5e00 merge core.func from VE 2026-02-24 09:35:08 +01:00
CanbiZ (MickLesk)
6881dc9de1 cleanup 2026-02-24 09:32:56 +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
Thiago Canozzo Lahr
36e905df8a Refactor dotnet symlink and update Settings.yml comments
Removed duplicate symlink creation for dotnet and added comments in Settings.yml.
2026-02-23 14:03:56 -03:00
Thiago Canozzo Lahr
11b3f0da35 Refactor immichframe.sh by removing unnecessary checks
Removed redundant installation verification step and a commented-out line for tar.gz removal.
2026-02-23 14:03:08 -03:00
Thiago Canozzo Lahr
793c2ded02 Apply suggestions from code review
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-02-23 14:02:23 -03:00
Thiago Canozzo Lahr
4ac0afbe98 Update frontend/public/json/immichframe.json
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-02-23 14:00:54 -03:00