Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ See the Docker Compose environment (`tools/docker-dev/`) for an (unsafe for prod
- Restricted access to `webroot/admin/`
- Global access (with valid authentication) to `webroot/`
- IP-based access (no authentication) to `lan/`
- any IP address in your local area network should be authorized
- No access anywhere else
- any IP address in your local area network should be authorized
- No access anywhere else
1. Authorization for your other services based on user flag groups
- in order to access your services, a user should be in the `qualified` group and should not be in the `locked`, `idlelocked`, or `disabled` groups
- (what services you offer) and (how you implement this authorization) are out of scope
Expand Down
Loading