m1k1o / neko

A self hosted virtual browser that runs in docker and uses WebRTC.
https://neko.m1k1o.net/
Apache License 2.0
5.96k stars 449 forks source link

Set neko menu language permament #295

Closed ralfi closed 1 year ago

ralfi commented 1 year ago

Hi folks,

atm the language of the docker container neko menu is set to "en". Please make it possible to set another language permanent.

Thanks in advance! Regards

m1k1o commented 1 year ago

Added ?lang=<lang> parameter.

ralfi commented 1 year ago

Error: positional arguments are not supported: ['?lang=de', '-c', '/etc/neko/supervisord.conf']

Thanks, but where / how to added? Docker supervisord option do not work

m1k1o commented 1 year ago

Its only for URL. http://<neko>:8080?lang=deReasoning from the issue:

But I thought, that a clear cut between client and server should be kept, so I added it as a URL parameter, which also has the advantage that you can send links in the language you want.

If you have reverse proxy, you can add it there.

ralfi commented 1 year ago

Thanks, but adding the language in my apache reverse proxy conf do not work, only in browser.