Commit Graph

10309 Commits

Author SHA1 Message Date
CanbiZ (MickLesk)
bc4b938114 Merge pull request #1865 from epiHATR/main
Add OneTimeSecret
2026-06-01 08:23:38 +02:00
github-actions[bot]
d3c37ae91a chore: update app headers [skip ci] 2026-06-01 06:17:50 +00:00
CanbiZ (MickLesk)
62aebb11d0 Merge pull request #1876 from paulfitz/fix/grist-ee-no-terminal-prompt
fix(grist): keep install:ee non-interactive (GIT_TERMINAL_PROMPT=0)
2026-06-01 08:17:35 +02:00
github-actions[bot]
5180ab22bf chore: update app headers [skip ci] 2026-06-01 06:15:19 +00:00
CanbiZ (MickLesk)
04f8f264be Merge pull request #1787 from nnsense/main
feat: Add Pinchflat
2026-06-01 08:15:00 +02:00
github-actions[bot]
ed9275a5fe chore: update app headers [skip ci] 2026-06-01 06:14:04 +00:00
CanbiZ (MickLesk)
d5c083d897 Merge pull request #1794 from montagneId/feature/umbraco
feat: add Umbraco .NET CMS
2026-06-01 08:13:47 +02:00
CanbiZ (MickLesk)
4a7c07c8ea Merge pull request #1833 from senk/bugfix/postgresextension
fix(postgresql): quote extension names in CREATE EXTENSION to support hyphens
2026-06-01 08:12:51 +02:00
github-actions[bot]
ff613eb48f chore: update app headers [skip ci] 2026-06-01 06:11:10 +00:00
CanbiZ (MickLesk)
c3f2c073b2 Merge pull request #1862 from gnmyt/main
feat: add nexterm
2026-06-01 08:10:50 +02:00
CanbiZ (MickLesk)
0deaf15e1c Merge pull request #1878 from StefanKruk/paperclip-fix
Fix Installation Script of PaperclipAI
2026-05-31 17:49:59 +02:00
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
Paul Fitzpatrick
7e033191e3 fix(grist): keep install:ee non-interactive (GIT_TERMINAL_PROMPT=0)
Restores the enterprise-extensions install step (install:ee) and stops it
hanging during "Installing Grist".

install:ee clones the private grist-ee repo and falls back to a public
prebuilt tarball when the clone fails. On a host with an attached terminal
and no signed-in GitHub user, git does not fail - it blocks on
"Username for 'https://github.com':", so the install hangs forever.
GIT_TERMINAL_PROMPT=0 makes the clone fail fast so the tarball fallback
runs as intended.

Refs community-scripts/ProxmoxVE#14782
2026-05-29 16:37:02 -04: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
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