Commit Graph

3982 Commits

Author SHA1 Message Date
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
CanbiZ (MickLesk)
7aacccc6a2 Merge pull request #1723 from JohnMcLear/feat/etherpad
feat: add Etherpad
2026-05-17 20:31:11 +02:00
tremor021
9040adf300 delete etherpad 2026-05-17 16:06:54 +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
af880ae5d8 feat: update AliasVault installation scripts and configuration; enhance resource allocation and adjust privileges 2026-05-16 23:30:29 +02: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
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
tremor021
649871cd59 add Etherpad script 2026-05-14 14:30:38 +02:00
tremor021
c368c67b2c remove OpenWebUI 2026-05-14 14:16:26 +02:00
MickLesk
638e8d197d fix nginx 2026-05-12 22:12:24 +02:00
MickLesk
2df4a77f04 fix: update Colanode setup for SSL support and modify documentation for Web UI access 2026-05-12 21:59:02 +02:00
MickLesk
8d85e7a6d5 fix: rename postcss.config.js to postcss.config.cjs for compatibility 2026-05-12 21:52:48 +02:00
MickLesk
916622c788 fix: increase Node.js memory limit during build process for BunkerM and Colanode 2026-05-12 21:23:08 +02:00
MickLesk
c744b10caa Add installers and CT templates for four apps
Add container templates (ct/) and install scripts (install/) plus metadata JSON entries for BunkerM, Colanode, Edit-Mind, and ExcaliDash. Each app includes an LXC template script with update routines, a corresponding installer that provisions dependencies, builds the app, configures services (systemd/nginx/supervisor), and example default environment/config. JSON metadata files register interface ports, recommended resources, documentation/website links, and notes for each app.
2026-05-12 21:09:00 +02:00
montagneid
493905962f Merge branch 'main' into feature/umbraco 2026-05-12 15:02:27 +02:00
montagneid
05c44288b0 enable systemctl nginx 2026-05-12 14:41:18 +02:00
montagneid
a3cc5bfad1 test create_self_signed_cert 2026-05-12 14:34:06 +02:00
montagneid
bb35204b58 Change create_self_signed_cert and ram 2026-05-12 14:22:50 +02:00
montagneid
e39c6252bc changes create_self_signed_cert 2026-05-12 14:11:38 +02:00
montagneid
8613c61520 Change setup_deb822_repo 2026-05-12 14:01:19 +02:00
montagneid
f246bc47fd Change to setup_deb822_repo 2026-05-12 13:44:45 +02:00
montagneid
522e949dc3 Requested changes by team 2026-05-12 13:36:00 +02:00
montagneid
d2c7e04bf8 Merge branch 'main' into feature/umbraco 2026-05-12 10:32:14 +02:00
montagneid
fee42171ea Remove apt update / add silent mode var 2026-05-12 09:40:02 +02:00
CrazyWolf13
666005c4a4 fix: flame v4 2026-05-11 15:28:54 +02:00
CrazyWolf13
7b63a740e4 fix: flame v3 2026-05-11 14:58:52 +02:00
CrazyWolf13
05f0fd4b4d fix: flame v2 2026-05-11 14:55:19 +02:00
CrazyWolf13
7ba37052b7 fix: flame 2026-05-11 13:56:10 +02:00
CanbiZ (MickLesk)
628284f47b Merge pull request #1808 from sudofly/feat/webtrees
feat: add Webtrees LXC container
2026-05-11 13:31:40 +02:00
CrazyWolf13
792872cdd8 add: flame 2026-05-11 11:10:02 +02:00
Stephen Chin
285870baa9 fix(hermes-agent): remove redundant redact_secrets workarounds
hermes-agent v2026.5.7 (PR #21193, merged 2026-05-07) flipped
HERMES_REDACT_SECRETS and DEFAULT_CONFIG security.redact_secrets to
true by default. The explicit HERMES_REDACT_SECRETS=true in .env and
the config.yaml creation block added in commit 1420682e are now
redundant — Hermes writes the same values itself on a fresh install.

Verified on CT 900 (v2026.5.7): _REDACT_ENABLED=True with no env
override; Hermes self-writes redact_secrets: true to config.yaml.

Ref: NousResearch/hermes-agent#17691
2026-05-10 21:36:22 -07:00