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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to change default settings #139

Open
CWempe opened this issue Nov 26, 2020 · 0 comments
Open

Add option to change default settings #139

CWempe opened this issue Nov 26, 2020 · 0 comments

Comments

@CWempe
Copy link

CWempe commented Nov 26, 2020

If I host my own server I would like to change some default settings.

Like:

  • default word set (e.g. German (Original))
  • Fullscreen: ON/OFF
  • Dark mode: ON/OFF (or AUTO)
  • Timer ON/OFF
  • basically every setting 馃槈

For docker this should be done by setting an environment variable.

Like:

docker run \
  --name codenames_server \
  --rm -p 9091:9091 \
  --env DEFAULTWORDSET="german_original" \
  --env FULLSCREEN="ON \
  -d codenames
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