ABOUT
LanguageTool is an Open Source proofreading software for English, Spanish, French, German, Portuguese, Polish, Dutch, and more than 20 other languages. It finds many errors that a simple spell checker cannot detect.
infoAPI is available at `http://<LXC_IP>:8081/v2`.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU4096 MB RAM16 GB disk
Config path/opt/LanguageTool/server.properties
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/languagetool.sh'; sha='b01183273d0bb12ff93acc3d5b0b1127ef5013837d4d24699a5c114a1b5c2821'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/languagetool.shSHA-256 b01183273d0bb12ff93acc3d5b0b1127ef5013837d4d24699a5c114a1b5c2821 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.