forked from FoundKeyGang/FoundKey
Update example.yml
This commit is contained in:
parent
b9ce7bc99d
commit
97f411130f
1 changed files with 12 additions and 0 deletions
|
@ -7,6 +7,18 @@ maintainer:
|
||||||
repository_url: https://github.com/syuilo/misskey # Repository URL
|
repository_url: https://github.com/syuilo/misskey # Repository URL
|
||||||
feedback_url: https://github.com/syuilo/misskey/issues # Feedback URL (e.g. github issue)
|
feedback_url: https://github.com/syuilo/misskey/issues # Feedback URL (e.g. github issue)
|
||||||
|
|
||||||
|
# URL and Port settings overview
|
||||||
|
# e.g., If you want following structure:
|
||||||
|
#
|
||||||
|
# +--- https://example.com:123 ---------------+
|
||||||
|
# +---------+ |+-------------+ +----------------+|
|
||||||
|
# | Browser | ---> || Proxy (123) | ---> | Misskey (456) ||
|
||||||
|
# +---------+ |+-------------+ +----------------+|
|
||||||
|
# +---------------------------------------+
|
||||||
|
#
|
||||||
|
# You need to set 'https://example.com:123' to 'url' prop and
|
||||||
|
# You need to set 456 to 'port' prop.
|
||||||
|
|
||||||
url: http://localhost/
|
url: http://localhost/
|
||||||
|
|
||||||
# A port that your Misskey server should listen.
|
# A port that your Misskey server should listen.
|
||||||
|
|
Loading…
Reference in a new issue