Coder Social home page Coder Social logo

Comments (6)

talmai avatar talmai commented on July 21, 2024 1

I'm out on holidays (which is why I took so long to reply to this). What if we try the following:

in docker-compose.yml add a environment section:

environment:
  - CULTURE=en

(this then can be changed by the user before they run docker-compose up).

We then would need to add an ENTRYPOINT to Dockerfile-grocy so that a script is executed every time. The idea behind this script would be to update the data/config.php file.

Another (simpler) solution is removing CULTURE from the /data/config.php file altogether (this could be done via sed in the Dockerfile-grocy file), and testing if grocy already leverages the environmental variable set via .yml

from grocy-docker.

Source-Kod avatar Source-Kod commented on July 21, 2024

I have made a pull request that updates to version 1.23.1 which adds French. To enable it though you have to change ('CULTURE', 'en') to ('CULTURE', 'fr') in the data/config.php file that is in the grocy/grocy-docker:grocy container. There is probably a easy way to do this using the docker-compose file, but I don't know how to do it. Hopefully @talmai knows how to do something like that.

I did find a way to switch the language though.
1.sudo docker exec -i -t grocy /bin/sh
2.apk add nano
3.nano ../data/config.php
4.change ('CULTURE', 'en') to ('CULTURE', 'fr')
5.use ctrl+x to exit. Y then enter to save.
6.exit

To use this you will have to wait till my pull request is accepted though. Or you can use https://github.com/Comrade3/grocy-docker if you want. But if you do don't pull the image before with docker pull grocy/grocy-docker:grocy or docker-compose pull. Just run docker-compose up so it builds from the Dockerfile-grocy.

from grocy-docker.

berrnd avatar berrnd commented on July 21, 2024

grocy/grocy#118 is done, so environment variables for all config.php settings will work in the next release (will push one today to include this) - but they need to be prefixed with GROCY_, so e. g. GROCY_CULTURE...

from grocy-docker.

Source-Kod avatar Source-Kod commented on July 21, 2024

I created a pull request for the language option using the GROCY_CULTURE in the docker-compose.yml. :) @talmai you will probably want to add instructions in the README.

from grocy-docker.

SirTerrific avatar SirTerrific commented on July 21, 2024

Nice thanks for your work ! I can't wait to use it at home !

from grocy-docker.

talmai avatar talmai commented on July 21, 2024

merged into master

from grocy-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.