Security and local network hardening #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context:\nThis app can download arbitrary URLs and delete huge model files. It should not be exposed casually.\n\nRequirements:\n- Bind to localhost by default.\n- Require token/password when binding to LAN.\n- Store HF/CivitAI tokens with restrictive file permissions or OS keychain if available.\n- Redact secrets in logs.\n- Add CSRF protection for browser forms.\n- Clearly document threat model and non-goals.\n\nAcceptance criteria:\n- Fresh install is localhost-only.\n- LAN mode requires explicit config.\n- Secrets do not appear in logs, DB debug dumps, or UI job output.