5 Commits

Author SHA1 Message Date
Sam Heinz
8e477b1fca set 'var_arm64' to no for all cts 2026-05-22 23:44:47 +10:00
tremor021
34f7d2ef32 etherpad: release fetch fixes 2026-05-17 23:44:41 +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
John McLear
e56def8ad6 refactor(etherpad): address review feedback
- Replace manual tag lookup + git clone/checkout with
  fetch_and_deploy_gh_release (tarball mode) for both install and update
  paths, matching repo convention (see ct/clickhouse.sh).
- Drop git, curl, ca-certificates from apt deps — base image ships them
  and the helper no longer needs git.
- Remove the id -u etherpad guard; fresh LXC will not have the user.
- Bump Debian from 12 to 13 (trixie).
- Switch logo to selfh.st/icons webp.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-20 17:39:09 +01:00
John McLear
53d15c56d7 feat: add Etherpad
Adds a new LXC helper-script for Etherpad (https://etherpad.org), a
real-time collaborative document editor (Node.js / pnpm).

- ct/etherpad.sh — launcher + update_script using check_for_gh_release
  against ether/etherpad-lite.
- install/etherpad-install.sh — Node.js 22 via NodeSource, pnpm via
  corepack, clone latest release tag, pnpm install --frozen-lockfile &&
  pnpm run build:etherpad, dedicated etherpad system user, systemd unit
  running `pnpm run prod`.
- json/etherpad.json — category 12 (Documents & Notes), port 9001,
  default credentials none, default resources 2 vCPU / 2 GB RAM / 8 GB
  disk on Debian 12 unprivileged.

Refs ether/etherpad#7529
2026-04-19 18:10:32 +01:00