401Unauthorized
401Unauthorized
> Need volunteers to test this pull request. > > You can test this pull request by using the following docker command: > > ```shell > docker run --rm -it...
> But as our previous experience, those env vars are not working for Docker? I except `REPOSITORY_ALERT_THRESHOLD` to work with docker, as there is no related settings of it in...
> Have set a large number, hope this works. Oh no, it alert me againš¤
Not have so much free time recently to learn about weblate's code logic, so not sure the reason why it doesn't work. To save our time, just change the `Merge...
> Yes... those env vars are not usable in the docker container, just like the `GITHUB_CREDENTIALS`. Only env vars listed here could be used: https://docs.weblate.org/en/latest/admin/install/docker.html It's possible to [edit configuration...
> It's possible to [edit configuration beyond environment variables](https://docs.weblate.org/en/latest/admin/install/docker.html#configuration-beyond-environment-variables) by [overriding settings from the data volume](https://docs.weblate.org/en/latest/admin/install/docker.html#overriding-settings-from-the-data-volume) @louislam Have you tried this method to setup `REPOSITORY_ALERT_THRESHOLD`? I receive those alert email...
Why not just start without permission system and make all users admin at first? - Uptime kuma is light-weight enough to use multiple instance for different stuffs, and the minimal...
Just make my thought clear: we need to push things forward, and build from small part maybe useful enough, also acceptable by louislam with less UI/UX and design stuff. What...
Now using Weblate, the language files are in json format (src/lang/\*.json), so this script needs to be edited.
> It seems to use the [translate-toolkit formats](https://docs.weblate.org/en/latest/formats.html#translation-types-capabilities) which don't includes javascript file. Maybe we should try [JSON](https://docs.weblate.org/en/latest/formats.html#json) or use script to generate js files from JSON? `vue-i18n` supports JSON...