-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default phone region example faulty and config help incomplete #24738
Comments
I picked GB, as DE is already mentioned in the doc block. Link also added in #24740 |
No info at all🧐
…On Thu, Dec 17, 2020, 1:16 AM Joas Schilling ***@***.***> wrote:
I picked GB, as DE is already mentioned in the doc block. Link also added
in #24740 <#24740>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#24738 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARULPN7JORWNKSXCG7PGAJLSVG46HANCNFSM4U6YL3FQ>
.
|
What do you mean? @geep33 |
I just upgraded from 20 to 21 via docker-compose and am getting a "Your installation has no default phone region set." warning. How/where do I even set it? |
It goes to your config.php. There's a help section in the config.sample.php: https://github.com/nextcloud/server/blob/master/config/config.sample.php#L197-L205 |
Isn't config.php generated automatically from environment variables every time the container is brought up? I was under the impression editing it manually is pointless since any changes would be wiped out on restart. |
It shouldn't be, there are values written in it that need to persist. |
I guess you are right, just tested recreating the container and this both worked and persisted through recreation: docker exec --user www-data ncloudapp php occ config:system:set default_phone_region --value="FIN" |
This should be added to the docker documentation, it was really helpful. I already thought I had to connect to the container and manually edit the config.php, saved me a bit of time 👍🏻 |
ISO 3166-1 alpha-2 are the "two" letter country codes. |
Thaks wiswedel |
The hint about where to adjust the phone region is still missing in the (German) message in Nextcloud 22.0.2. I disagree that this bug is resolved. Should one really need to do a web search to get directed to a bug report, to get directed to the config sample? |
46b073d adds some functionality, samples and checks for default phone regions.
CC @nickvergessen
The text was updated successfully, but these errors were encountered: