Stefan
78e8f74415
Update onboarding command execution in script
2026-05-31 09:58:48 +02:00
Stefan
db622748ab
Fix command substitution in paperclip-install.sh
2026-05-31 09:57:12 +02:00
Stefan
fe62faf84f
Fix command substitution syntax in install script
2026-05-31 09:55:01 +02:00
Stefan
3425f03c3e
Fix syntax error in paperclip-install.sh
2026-05-31 09:50:38 +02:00
Stefan
d7bafd12d6
Refactor Paperclip installation script for variable usage
2026-05-31 09:32:39 +02:00
Stefan
6673781e35
Add environment variables for onboarding commands
...
Set environment variables for PAPERCLIP_HOME and PAPERCLIP_CONFIG before executing onboarding commands.
2026-05-30 23:00:52 +02:00
Stefan
375546b1b5
Fix directory path in paperclip installation script
2026-05-30 21:55:26 +02:00
CanbiZ (MickLesk)
7553061548
Merge pull request #1877 from StefanKruk/paperclip-fix
...
fix Paperclip installation path to .env file
2026-05-30 21:39:03 +02:00
Stefan
a244328500
fix path to .env file
2026-05-30 21:31:52 +02:00
CanbiZ (MickLesk)
ee89ef74e8
Merge pull request #1875 from tomfrenzel/matterjs-sysctl-updates
...
chore(matterjs-server): use more robust ipv6 config
2026-05-30 20:46:43 +02:00
CanbiZ (MickLesk)
e5adfdd981
typos
2026-05-30 17:42:55 +02:00
CanbiZ (MickLesk)
350c8c7065
typos
2026-05-30 17:42:31 +02:00
Tom Frenzel
97c15f577c
chore(matterjs-server): use more robust ipv6 config
2026-05-30 11:26:49 +02:00
vhsdream
8e434e2815
Oxicloud: use PG_MODULES
2026-05-29 10:49:24 -04:00
github-actions[bot]
ecc26a418c
Delete shlink (ct) after migration to ProxmoxVE ( #1870 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-28 13:42:32 +00: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
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
f1e2a7e9f0
refactor: update SnapOtter installation paths and remove backup steps
2026-05-27 15:22:48 +02:00
MickLesk
2e57a25691
try uv seed
2026-05-27 13:22:36 +02: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
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
e72c717db6
fix: add missing dependencies for SnapOtter installation
2026-05-27 08:14:56 +02:00
MickLesk
0638c23d76
snapotter
2026-05-27 08:12:44 +02:00
Stephen Chin
b1185c088b
fix(hermesagent): hint to use 'su - hermes' with dash to source .profile
2026-05-26 00:34:12 -07:00
tremor021
f67c3425ba
Alpine-Cinny: fixes
2026-05-25 11:15:16 +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
tremor021
0487d242e2
add ezBookkeeping script
2026-05-23 21:42:14 +02:00
Michel Roegl-Brunner
6116c3f871
add music seerr
2026-05-22 20:35:52 +02:00
CanbiZ (MickLesk)
82c3e98b96
Merge pull request #1854 from community-scripts/arm64-github-workflows
...
workflows: add arm64 support considerations
2026-05-22 19:21:50 +02:00
Sam Heinz
3a909e4edb
remove temporary arm64 files
2026-05-22 23:25:59 +10:00
Michel Roegl-Brunner
2ca3553c9a
Merge pull request #1841 from tomfrenzel/matterjs-sysctl
...
feat(matterjs-server): add sysctl rio rules
2026-05-22 15:14:52 +02:00
MickLesk
894939d80c
finalize
2026-05-21 16:25:03 +02:00
MickLesk
becfef6c42
Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED
2026-05-21 16:24:03 +02:00
MickLesk
488884b175
fixes
2026-05-21 16:24:00 +02:00
Michel Roegl-Brunner
9819a07e4d
add arr-stack expiremtn
2026-05-21 14:14:52 +02:00
MickLesk
37c3e34b99
cleanup
2026-05-21 11:58:07 +02:00
Tom Frenzel
f0ec3408b8
feat(matterjs-server): add systcl rio rules
2026-05-21 08:33:16 +02:00