Skip to content

Commit

Permalink
chore: update documentation
Browse files Browse the repository at this point in the history
Added instructions about how to configure the allowed IP

Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Nov 6, 2024
1 parent b9b7f0d commit 21246c4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ Available features:
occ app:enable admin_group_manager
occ app:enable groupquota
```
- Allowed IP

By security, this API only receive requests from a specific IP.
- Run a tail with grep to watch by the word "Unauthorized access".
```bash
tail -f data/nextcloud.log|grep "Unauthorized access"
```
- Do a request to API endpoint and go back to terminal to check the logs and get the IP.
- With the IP, run the follow command:
```bash
occ config:system:set admin_group_manager_allowed_ip --value <theIdentifiedIp>
```

## Performance improving
Systemd service
Expand Down

0 comments on commit 21246c4

Please sign in to comment.