mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 17:05:11 +00:00
[ADD/TOOL] Add -j flag for parsee-config
This commit is contained in:
parent
fd1b3499b6
commit
b78f7b6ab3
2 changed files with 15 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
." The last field is the codename, by the way.
|
||||
." ALL MANPAGES FOR PARSEE ARE UNDER PUBLIC DOMAIN
|
||||
.TH parsee-config 1 "Parsee Utility" "star-of-hope"
|
||||
.TH parsee-config 1 "Parsee Utility" "lunar-rainbow"
|
||||
|
||||
.SH NAME
|
||||
parsee-config - generate a basic configuration file
|
||||
|
|
@ -11,6 +11,7 @@ parsee-config
|
|||
.B [-s SHARED_SECRET]
|
||||
.B [-m MEDIA_URL]
|
||||
.B [-J JABBER_HOST]
|
||||
.B [-j JABBER_ADDR]
|
||||
.B [-p JABBER_PORT]
|
||||
.B [-d DATABASE]
|
||||
.B [-M MAX_STANZA]
|
||||
|
|
@ -34,6 +35,7 @@ $ parsee-config \\
|
|||
-H 'blow.hole' \\
|
||||
-s 'The Dark Shared Secret' \\
|
||||
-J 'xmpp.blow.hole' \\
|
||||
-j 'localhost' \\
|
||||
-S 128
|
||||
.fi
|
||||
.if n \{\
|
||||
|
|
@ -68,6 +70,12 @@ media. It must be publicly accessible (behind a reverse proxy to HTTP:7642)
|
|||
.I JABBER_HOST
|
||||
is used as the component host for Parsee.
|
||||
.TP
|
||||
.BR -j JABBER_ADDR
|
||||
.I JABBER_ADDR
|
||||
can optionally be used to change the hostname Parsee will try to contact
|
||||
for XMPP. Users should ideally use localhost (or a hostname pointing to
|
||||
the server itself), as XMPP component streams are not encrypted.
|
||||
.TP
|
||||
.BR -p JABBER_PORT
|
||||
.I JABBER_PORT
|
||||
is used as the component post for Parsee. Parsee uses it alongside
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue