mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-06 13:36:10 +08:00
add notice how to run occ command
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
566c8b2a5d
commit
cedfc6fc72
1 changed files with 3 additions and 0 deletions
|
@ -60,6 +60,9 @@ Only those (if you acces the Mastercontainer Interface internally via port 8080)
|
||||||
Reverse proxies are currently not supported.<br>
|
Reverse proxies are currently not supported.<br>
|
||||||
You might investigate yourself though how it could made work behind reverse proxies. If you open a PR with that we might consider it then :)
|
You might investigate yourself though how it could made work behind reverse proxies. If you open a PR with that we might consider it then :)
|
||||||
|
|
||||||
|
### How to run `occ` commands?
|
||||||
|
Simply run the following: `sudo docker exec -it nextcloud-aio-nextcloud php occ your-command`. Of course `your-command` needs to be exchanged with the command that you want to run.
|
||||||
|
|
||||||
### How to resolve `Security & setup warnings displays the "missing default phone region" after initial install`?
|
### How to resolve `Security & setup warnings displays the "missing default phone region" after initial install`?
|
||||||
Simply run the following command: `sudo docker exec -it nextcloud-aio-nextcloud php occ config:system:set default_phone_region --value="yourvalue"`. Of course you need to modify `yourvalue` based on your location. Examples are `DE`, `EN` and `GB`. See this list for more codes: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements
|
Simply run the following command: `sudo docker exec -it nextcloud-aio-nextcloud php occ config:system:set default_phone_region --value="yourvalue"`. Of course you need to modify `yourvalue` based on your location. Examples are `DE`, `EN` and `GB`. See this list for more codes: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue