We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b7f0d commit 21246c4Copy full SHA for 21246c4
README.md
@@ -16,6 +16,18 @@ Available features:
16
occ app:enable admin_group_manager
17
occ app:enable groupquota
18
```
19
+- Allowed IP
20
+
21
+ By security, this API only receive requests from a specific IP.
22
+ - Run a tail with grep to watch by the word "Unauthorized access".
23
+ ```bash
24
+ tail -f data/nextcloud.log|grep "Unauthorized access"
25
+ ```
26
+ - Do a request to API endpoint and go back to terminal to check the logs and get the IP.
27
+ - With the IP, run the follow command:
28
29
+ occ config:system:set admin_group_manager_allowed_ip --value <theIdentifiedIp>
30
31
32
## Performance improving
33
Systemd service
0 commit comments