-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
docs/server update configuration.md #43
Conversation
Adds the missing settings found in config.js and some examples.
[zenburn]: /img/screenshots/zenburn_css.png | ||
[zenburn_thumb]: /img/screenshots/zenburn_thumbnail.png (Zenburn CSS) | ||
|
||
## autoload |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is going away in thelounge/thelounge#779, mind getting rid of it in this PR?
Remove autoload directive to be coherent with #779
Done, I've remove the autoload section. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These could/should be improved a lot, but in the meantime, it's great to be up-to-date!
Thanks for your effort, @daftaupe!
|
||
You can override this setting by starting The Lounge like this: | ||
`lounge start --port 80` | ||
`lounge start -- --port 80` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is supposed to be fixed in v2.2.0 (not released yet), so mental note to double-check that after release and update doc accordingly. Ideally, we should not need this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I just wrote it in order to avoid people coming and opening tickets all the time about this.
Adds the missing settings found in config.js and some examples.