mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
3798faabce
Similar to the *rr ports under the net-p2p category, Emby is also converting their mono binaries to .NET. We expect that in the future we will be able to use an official runtime port of .NET to run the EmbyServer binary. This transition also replaces ImageMagick with embedded SkiaSharp.
18 lines
405 B
Plaintext
18 lines
405 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
To automatically start Emby Server at boot time:
|
|
# sysrc emby_server_enable="YES"
|
|
|
|
To then manually start Emby Server without rebooting:
|
|
# service emby-server start
|
|
|
|
Once started, visit the following webpage to configure:
|
|
http://localhost:8096/
|
|
|
|
If you are running emby-server in a jail, set "allow.mlock"
|
|
for this jail otherwise the program will fail to start.
|
|
EOM
|
|
}
|
|
]
|