Audited every doc against the code. Three fixes: - system-footprint.md: add the libreportal-crowdsec root helper row (init.sh installs 8 helpers; the table listed 7). appcfg row clarified to 'CrowdSec-bouncer' config since the new helper does the host install. - .gitattributes: add 'site export-ignore' — development.md documents the website as never-shipping, but the rule was missing, so site/ was landing in release tarballs. No runtime refs to site/; hosting lives in the Infra repo. - promise.md: fix LICENSE link (../../LICENSE) after the docs/ reshuffle. Everything else (install-and-use, development, contributing) verified current: all install/uninstall/update flags, release scripts, fetch fns, footprint_version, service name, and config keys check out against the code. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: librelad <librelad@digitalangels.vip>
11 lines
413 B
Plaintext
11 lines
413 B
Plaintext
# Paths excluded from release tarballs. `git archive` (used by
|
|
# scripts/release/make_release.sh) honours `export-ignore`, so these dev-only
|
|
# trees never ship in libreportal-<ver>.tar.gz.
|
|
scripts/unused export-ignore
|
|
scripts/release export-ignore
|
|
site export-ignore
|
|
docs export-ignore
|
|
.claude export-ignore
|
|
.gitignore export-ignore
|
|
.gitattributes export-ignore
|