nextcloud / nextcloud/docker

Locale problem and support for UTF-8 file names

Open
#721 9 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

bug needs review upstream
Dominant language
Shell
Stars
7.4k
Forks
1.9k
PR merge metrics
No merged PRs in 30d

Description

Used names of files and folders with accents (Brazil pt_BR). I had to set the chart and set the environment variables.
To work I had to add these environment variables:

        env:
        - name: LC_ALL
          value: C.UTF-8
        - name: TZ
          value: America/SaoPaulo

Can you add this by default to avoid future problems?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the deployment chart's environment-variable configuration and review how default container settings are defined. Add the requested LC_ALL=C.UTF-8 and TZ=America/SaoPaulo defaults, then verify that the generated deployment supplies both values for accented file and folder names.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker
Domain
devops
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.