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

Welcome path file access clues #933

Merged
merged 1 commit into from
Jul 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions wiki/en/Running-a-Server.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ Show an agreement window before users can connect. The text of the agreement to

##### `-w or --welcomemessage`
A "welcome message" to display in the Client chat window on connect. Can be given as a string or filename, and can contain HTML.
When a path is used, the file must be accessible by the user account running Jamulus. (On most Linux installations, user `jamulus` is used by default.)
If not accessible, the literal path (rather than its contents) will appear.

##### `--serverpublicip`
The public IP address of the Server if connecting to a Directory behind the same NAT. See [the Directories guide](Directories) for further information.
Expand Down