Emby¶
Emby is a media server. Just point it at your NAS collections of Movies and TV and you're off to the races.
The docker image comes from emby/embyserver and currently does not support arm devices. If you are aware of a suitable substitution or replacement (good place to start), please see issue 478 and test your idea using the documentation.
Access¶
It is available at https://{% if emby.domain %}{{ emby.domain }}{% else %}{{ emby.subdomain + "." + domain }}{% endif %}/ or http://{% if emby.domain %}{{ emby.domain }}{% else %}{{ emby.subdomain + "." + domain }}{% endif %}/
{% if enable_tor %} It is also available via Tor at http://{{ emby.subdomain + "." + tor_domain }}/ {% endif %}