Add Linkding CT/install scripts and frontend

Add Linkding integration: new CT template (ct/linkding.sh) and installer (install/linkding-install.sh) to deploy Linkding as a container. Installer fetches the GitHub release, builds the frontend, compiles the SQLite ICU extension, creates .env with generated admin password, and installs systemd services (linkding, linkding-tasks). Also add frontend metadata (frontend/public/json/linkding.json) for the app catalog. Minor tweak: remove unused import_local_ip from install/wger-install.sh.
This commit is contained in:
CanbiZ (MickLesk)
2026-02-09 12:09:41 +01:00
parent 4b36571661
commit e61d4f9978
4 changed files with 236 additions and 1 deletions

View File

@@ -21,7 +21,6 @@ $STD apt install -y \
libpq-dev
msg_ok "Installed Dependencies"
import_local_ip
NODE_VERSION="22" NODE_MODULE="sass" setup_nodejs
setup_uv
PG_VERSION="16" setup_postgresql