Skip to content
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

Change special character in config file #223

Open
vality-ml opened this issue Sep 11, 2024 · 0 comments
Open

Change special character in config file #223

vality-ml opened this issue Sep 11, 2024 · 0 comments

Comments

@vality-ml
Copy link

TL;DR: Change the ≤ character in sogs.ini.sample l 77 to 'less than or equal to' or something similar. It will make a stock docker implementation of the standalone version work.

Longer version: Setting up the proxied version in a container is not really a good idea considering the use of systemd, but the standalone version should be fully compatible with docker k8s and docker compose if you ask me. However, sogs.ini.sample will error with something along the lines of:

Failed to load config: 'ascii' codec can't decode byte 0xe2 in position 2708: ordinal not in range(128)

because of that special character in that file. Unless you make your dockerimage compatible with that character. After that line is changed/deleted, everything works just fine in a stock docker image. There is no reason why that exact character should be there.

Thank you for all your hard work making this very easy to setup!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant