Files
ports/net/fiche/files/pkg-message.in
T
Mathieu Arnold 2614c95748 Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.)
2019-08-14 08:48:50 +00:00

20 lines
481 B
Plaintext

[
{ type: install
message: <<EOM
Please set the hostname of your fiche server by running:
sysrc fiche_domain="mypaste.domain.com"
You'll still need a separate webserver configured to serve the content that
fiche produces in %%WWWDIR%%.
An example nginx config may be found here:
https://github.com/solusipse/fiche
If you wish to serve the content over HTTPS, please run the following to
ensure that fiche hands out URLs prefixed with https://:
sysrc fiche_flags="-S"
EOM
}
]