10362 Commits

Author SHA1 Message Date
MickLesk
042ed0831d fix(invidious): replace fragile companion service patch with clean heredoc 2026-05-18 14:07:08 +02:00
MickLesk
f2d1ca82db fix(invidious): correct access URL port from 8086 to 3000 2026-05-18 14:03:47 +02:00
MickLesk
aac0c75567 fix(fleet): switch MySQL to MariaDB, remove manual DB creation anti-pattern 2026-05-18 14:02:14 +02:00
Robin Naundorf
83ffce2095 fix(postgresql): quote extension names in CREATE EXTENSION to support hyphens
Unquoted extension names like `uuid-ossp` are interpreted as subtraction expressions by the SQL parser, causing exit code 1.
Wrapping the name in double quotes makes it valid for any extension regardless of naming.
2026-05-18 13:15:40 +02:00
MickLesk
8a4c0bdc60 fix(affine): reduce runtime RAM, fix external URL, admin build, version tracking 2026-05-18 13:00:16 +02:00
MickLesk
0d442f15e3 fix(aliasvault): add .mjs MIME type to nginx config for ES module imports 2026-05-18 11:56:23 +02:00
MickLesk
966a859f35 fix: remove stale gzip/brotli of appsettings.json so ApiUrl patch takes effect 2026-05-18 11:40:45 +02:00
MickLesk
20924fac4c bump aliasvault to deb13 as test 2026-05-18 11:10:11 +02:00
MickLesk
0e9cacc7ae fixes 2026-05-18 11:05:02 +02:00
MickLesk
444a61cd7c Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-05-18 09:29:06 +02:00
MickLesk
b5eabf9b0e feat: create directory for certificates and update admin credentials output 2026-05-18 09:29:04 +02:00
github-actions[bot]
1378125e9e chore: update app headers [skip ci] 2026-05-18 06:52:56 +00:00
CanbiZ (MickLesk)
956fd2db5b Merge pull request #1777 from steveonjava/feat/hermes-agent
feat: add Hermes Agent LXC
2026-05-18 08:52:38 +02:00
CanbiZ (MickLesk)
0e0dcd53a5 Merge pull request #1691 from 007hacky007/squid-proxy
feat: add squid proxy script
2026-05-18 08:51:09 +02:00
MickLesk
2c2e7e833f fix: update API URL handling and Nginx configuration for AliasVault 2026-05-18 08:41:05 +02:00
tremor021
dc912fe2fd hmm 2026-05-18 01:34:43 +02:00
tremor021
34f7d2ef32 etherpad: release fetch fixes 2026-05-17 23:44:41 +02:00
tremor021
074cbac58f etherpad: fixes 2026-05-17 23:43:22 +02:00
github-actions[bot]
4195ba7613 chore: update app headers [skip ci] 2026-05-17 18:33:57 +00:00
MickLesk
6d95ef24d9 mv 2026-05-17 20:33:31 +02:00
github-actions[bot]
529369cb75 chore: update app headers [skip ci] 2026-05-17 18:31:28 +00:00
CanbiZ (MickLesk)
7aacccc6a2 Merge pull request #1723 from JohnMcLear/feat/etherpad
feat: add Etherpad
2026-05-17 20:31:11 +02:00
CanbiZ (MickLesk)
7801ec368e Merge pull request #1828 from yooknee/fix/garmin-grafana-json-type
fix: correct garmin-grafana JSON type and script path
2026-05-17 20:11:18 +02:00
Joni Elshani
ef79d11247 fix: correct garmin-grafana JSON type and script path
The JSON metadata had type "addon" and script path
"/tools/addon/garmin-grafana.sh", but the actual script has always
lived at ct/garmin-grafana.sh. This caused the website to generate an
installer URL that returns 404.

Changes:
- type: "addon" -> "ct"
- script: "/tools/addon/garmin-grafana.sh" -> "ct/garmin-grafana.sh"
- Move config_path to top level (matching ct JSON convention)
- Fill in resource values from ct/garmin-grafana.sh (cpu: 2, ram: 2048,
  hdd: 8, os: Debian, version: 13)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17 20:06:29 +02:00
tremor021
9040adf300 delete etherpad 2026-05-17 16:06:54 +02:00
tremor021
c602f577cf etherpad: backup 2026-05-17 15:57:49 +02:00
MickLesk
da332bbd1a feat: add build-essential package and ensure cc linker availability in dependency installation 2026-05-17 14:01:19 +02:00
MickLesk
01c0a22b65 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-05-17 13:43:25 +02:00
MickLesk
bef72abab6 feat: streamline AliasVault installation script; improve dependency setup and .NET SDK installation method 2026-05-17 13:43:20 +02:00
John McLear
fb97b5416d etherpad: switch default DB to sqlite + use canonical ether/etherpad repo refs
- ct/etherpad.sh + install/etherpad-install.sh: use ether/etherpad
  (canonical name; ether/etherpad-lite still redirects but the new
  name is preferred)
- install/etherpad-install.sh: switch dbType from dev-only "dirty"
  to sqlite at /var/lib/etherpad/etherpad.db on first config seed;
  matches the same default we land on across the snap, .deb, and
  Home Assistant add-on packagings
- json/etherpad.json: refresh note to reflect the sqlite default
  and document postgres/mysql as alternatives via dbType/dbSettings
2026-05-17 12:08:33 +01:00
A
25052f73c3 spliit: mirror upstream Dockerfile build flow
Use 'npm ci --ignore-scripts' + explicit 'npx prisma generate' instead
of 'npm install' (which triggered postinstall and ran with NODE_ENV=production
from a sourced .env, skipping devDependencies like autoprefixer).
Migrations are run explicitly after build, matching the Dockerfile's
container-entrypoint.sh.
2026-05-17 11:33:53 +02:00
A
dc5eae95d8 spliit: install missing deepmerge transitive dep before build
Spliit imports deepmerge in src/i18n/request.ts but does not declare it
in package.json; Next.js 16 Turbopack rejects phantom dependencies, so
the build fails with 'Module not found: deepmerge'.
2026-05-17 11:22:47 +02:00
A
6cc6168c38 Add Spliit script
Disclaimer: drafted with Claude Opus 4.7
2026-05-17 11:01:32 +02:00
tremor021
17b67bea59 etherpad: back to node 24 2026-05-17 10:37:00 +02:00
MickLesk
d4a0bea279 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-05-16 23:30:40 +02:00
MickLesk
af880ae5d8 feat: update AliasVault installation scripts and configuration; enhance resource allocation and adjust privileges 2026-05-16 23:30:29 +02:00
github-actions[bot]
f1ef04846e chore: update app headers [skip ci] 2026-05-16 21:17:40 +00:00
MickLesk
d1e59fc330 feat: add AliasVault container and installation scripts; update Colanode setup instructions 2026-05-16 23:17:16 +02:00
Tobias
65cf9b5e93 Fix formatting 2026-05-16 14:16:42 +02:00
tremor021
85b6d45444 update discord link 2026-05-16 11:48:38 +02:00
Stephen Chin
0c45a4700c Update ct/hermesagent.sh
Removed an unnecessary space.

Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
2026-05-14 20:49:44 -07:00
tremor021
8071a81481 etherpad: now uses node 22 and npm 10 2026-05-14 17:48:17 +02:00
tremor021
cae9e42ba5 fix seds breaking json again 2026-05-14 17:39:01 +02:00
tremor021
2ad52e1952 etherpad: fix the seds 2026-05-14 17:02:50 +02:00
tremor021
c652b7f683 etherpad: add PNPM 2026-05-14 15:36:30 +02:00
tremor021
3517819352 etherpad: rearange seds 2026-05-14 15:29:06 +02:00
nnsense
99c2ec2acf Cleanup 2026-05-14 13:22:39 +00:00
nnsense
91c91f383d Update install/pinchflat-install.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
2026-05-14 15:17:30 +02:00
nnsense
8c3e0fe75f Update install/pinchflat-install.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
2026-05-14 15:16:41 +02:00
tremor021
32a891e85d etherpad: Update settings.json and credentials 2026-05-14 15:07:59 +02:00