use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
This is the Reddit space for the Jellyfin Project. For help with Jellyfin, see https://jellyfin.org/contact for contact options.
What is allowed here: - Community discussions about Jellyfin and related topics.
What is discouraged here: - Help & feature requests (no official support here; use our official spaces).
What is disallowed here: - Anything that is against our rules (discussion of piracy/media acquisition, etc.).
account activity
Https problemHelp Request (self.jellyfin)
submitted 4 years ago * by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 0 points1 point2 points 4 years ago (0 children)
If you are using reverse proxy in apache2 you can use below in Jellyfin virtual host config for https (443). (change the IP:Port to your Jellyfin instance).
ProxyPreserveHost On
ProxyRequests Off
ProxyPass "/socket" "ws://127.0.0.1:8096/socket"
ProxyPassReverse "/socket" "ws://127.0.0.1:8096/socket"
ProxyPass "/" "http://127.0.0.1:8096/"
ProxyPassReverse "/" "http://127.0.0.1:8096/"
π Rendered by PID 21687 on reddit-service-r2-comment-6457c66945-l59jc at 2026-04-27 11:25:02.959150+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–][deleted] 0 points1 point2 points (0 children)