Commit Graph

10220 Commits

Author SHA1 Message Date
MickLesk
973b9fa2df Enable LTO, switch to corepack and update services
Enable thin LTO for backend builds by setting CARGO_PROFILE_RELEASE_LTO=thin when running cargo build. Replace global npm pnpm install with corepack enable + corepack prepare pnpm@11.3.0 to manage pnpm (previously pnpm@10.28.1). Adjust Nginx upstream locations to use non-trailing-slash location blocks and add proxy_redirect rules for /api, /autumn, and /january to preserve paths. Rename service binaries to revolt-* (revolt-delta, revolt-bonfire, revolt-autumn, revolt-january, revolt-crond) and add mongod, redis-server, and rabbitmq-server to systemd After= dependencies so services start after required DB/queue components.
2026-06-01 16:44:38 +02:00
MickLesk
5b1064e5ef fix: update Nginx configuration for API and WebSocket routes to include trailing slashes 2026-05-27 18:26:09 +02:00
MickLesk
8e6f938fda fix: remove unnecessary --force flags from build commands in edit-mind installation script 2026-05-27 17:51:30 +02:00
MickLesk
2d9a5e3664 fix: update pnpm installation method to use corepack for better dependency management 2026-05-27 17:30:55 +02:00
MickLesk
d889da9068 fix: update edit-mind and stoatchat installation scripts for environment variable handling and dependency management 2026-05-27 16:41:35 +02:00
MickLesk
1dae3f7c33 fix: update frontend build process to use npm install instead of npm ci 2026-05-27 16:25:18 +02:00
MickLesk
ac0a4ed212 fix: update web interface access instructions and clarify account registration process 2026-05-27 16:23:31 +02:00
MickLesk
9d34a8f142 fix: add PG_DB_EXTENSIONS variable for PostgreSQL setup 2026-05-27 16:22:06 +02:00
MickLesk
8890002fae fix: remove package-lock.json before building frontend 2026-05-27 16:15:45 +02:00
MickLesk
238d375dfa refactor: update Excalidash installation and configuration paths 2026-05-27 15:58:02 +02:00
MickLesk
3c1c05178e refactor: update frontend build process in installation scripts 2026-05-27 15:50:01 +02:00
MickLesk
a9edfd0bc4 Update stoatchat-install.sh 2026-05-27 15:41:35 +02:00
MickLesk
81333b4d7e feat: update mediapipe version constraint in SnapOtter installation scripts 2026-05-27 15:31:37 +02:00
MickLesk
049708a84d add msg 2026-05-27 15:24:17 +02:00
MickLesk
f1e2a7e9f0 refactor: update SnapOtter installation paths and remove backup steps 2026-05-27 15:22:48 +02:00
MickLesk
8f8915f1bb Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-05-27 13:22:38 +02:00
MickLesk
2e57a25691 try uv seed 2026-05-27 13:22:36 +02:00
github-actions[bot]
3386a6a0ca chore: update app headers [skip ci] 2026-05-27 09:23:22 +00:00
MickLesk
fb03fa783a Rename Airflow files to apache-airflow
Rename Airflow-related files to include the 'apache-' prefix for consistency with the upstream project. Renamed: ct/airflow.sh -> ct/apache-airflow.sh, install/airflow-install.sh -> install/apache-airflow-install.sh, json/airflow.json -> json/apache-airflow.json. Also update APP variable in ct script from "Airflow" to "Apache-Airflow".
2026-05-27 11:23:02 +02:00
CanbiZ (MickLesk)
4fb5bf21cc Merge pull request #1869 from reptil1990/fix/ddns-default-config
Changed default config
2026-05-27 10:05:00 +02:00
Carsten Graf
f7ad15a8dc Changed default config
After testing the placeholder did not work. Changed an retested
2026-05-27 07:39:16 +00:00
MickLesk
923ef05070 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-05-27 08:14:57 +02:00
MickLesk
e72c717db6 fix: add missing dependencies for SnapOtter installation 2026-05-27 08:14:56 +02:00
github-actions[bot]
9ad27c7862 chore: update app headers [skip ci] 2026-05-27 06:13:12 +00:00
MickLesk
63c90d4650 format 2026-05-27 08:12:53 +02:00
MickLesk
0638c23d76 snapotter 2026-05-27 08:12:44 +02:00
MickLesk
9a3cbe754e fix: update Waydroid installation instructions to include Weston and clarify UI startup steps 2026-05-26 13:14:58 +02:00
MickLesk
d021ba8cea fix binder generic 2026-05-26 12:51:55 +02:00
MickLesk
107e016dd2 fix: update CPU type to 'host' for better performance in default and advanced settings 2026-05-26 12:48:08 +02:00
MickLesk
81ed82d406 refactor: update Waydroid installation instructions and streamline VM setup 2026-05-26 11:18:38 +02:00
MickLesk
9e9dafe1db fix debian 2026-05-26 11:08:45 +02:00
CanbiZ (MickLesk)
ce9c50303b Merge pull request #1864 from community-scripts/MickLesk-patch-1
tools.func: Merge from Upstream
2026-05-26 11:00:30 +02:00
CanbiZ (MickLesk)
bcd63e5f2e tools.func: Merge from Upstream 2026-05-26 10:59:25 +02:00
github-actions[bot]
027ac0630c chore: update app headers [skip ci] 2026-05-26 08:53:06 +00:00
MickLesk
032dd9f12c Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-05-26 10:52:48 +02:00
MickLesk
3f1df3f763 wydroid 2026-05-26 10:52:46 +02:00
CanbiZ (MickLesk)
8107b2bff2 Merge pull request #1863 from steveonjava/fix/hermesagent-json-note
Root user switch note
2026-05-26 09:57:56 +02:00
Stephen Chin
0be2fd11ed revert: drop JSON note rephrasing, keep only install script fixes 2026-05-26 00:36:37 -07:00
Stephen Chin
b1185c088b fix(hermesagent): hint to use 'su - hermes' with dash to source .profile 2026-05-26 00:34:12 -07:00
Stephen Chin
10752c6d50 fix(hermesagent): update setup note to reflect automatic gateway service enable 2026-05-26 00:31:53 -07:00
tremor021
f67c3425ba Alpine-Cinny: fixes 2026-05-25 11:15:16 +02:00
CanbiZ (MickLesk)
c6e8e378f5 Merge pull request #1860 from steveonjava/feat/hermesagent-gateway-enable
fix(hermesagent): enable gateway user service after hermes-setup
2026-05-25 07:54:30 +02:00
Stephen Chin
5f0200032e fix(hermesagent): enable gateway user service after hermes-setup
If hermes setup created a user service for the gateway, enable and
start it as the hermes user. Linger is pre-enabled so the service
survives without an interactive session.
2026-05-24 16:04:14 -07:00
CanbiZ (MickLesk)
d4154f34e5 Merge pull request #1859 from steveonjava/feat/hermesagent-setup-helper
Feat/hermesagent setup helper
2026-05-24 23:04:11 +02:00
Stephen Chin
965d0ff1d4 fix(hermesagent): remove redundant guards from hermes-setup; restore completion message wording 2026-05-24 13:18:43 -07:00
Stephen Chin
c80dbaa5e6 feat(hermesagent): add hermes-setup helper script for first-time setup
- Add /usr/bin/hermes-setup that runs hermes setup as root, allowing
  optional components (TTS engines, browsers, etc.) to be installed,
  then restores ownership and permissions on /home/hermes
- Update login hint to reference hermes-setup
- Update completion message to guide users to hermes-setup and note
  that the gateway service should be installed as a user service
- Update JSON note to reflect new setup flow
2026-05-24 11:58:58 -07:00
CanbiZ (MickLesk)
6a47c17792 versionfile 2026-05-24 10:52:34 +02:00
CanbiZ (MickLesk)
d9439e7931 Change Version file 2026-05-24 10:52:10 +02:00
CanbiZ (MickLesk)
d591db4a18 wrong Url 2026-05-24 09:07:18 +02:00
github-actions[bot]
9a2657ebc9 chore: update app headers [skip ci] 2026-05-23 19:42:32 +00:00