Skip Navigation
Jump
Can't connect prowlarr to sonarr (but prowlarr to radarr is working) through gluetun
  • You can either run all the *arr containers under Gluetun, then reference them using "sonarr:8989" and so on. Or let your containers in Gluetun access your LAN devices (in our case, access other docker containers) using: access-your-lan-through-gluetun. This way you can reference sonarr like this "machine_ip_address:8989" and so on.

    1
  • Jump
    Jellyfin+Reverse Proxy
  • Edit: I should mention that I'm not trying to use a domain or anything

    Sorry how are you trying to access Jellyfin here?

    1. http://VPS_IP:8096

    2. http://DuckDNS_address:8096

    1
  • Jump
    Self Host Windows .exe and Push to Web App
  • From the repo description: https://github.com/solarkennedy/wine-x11-novnc-docker

    Ever wanted to containerize your wine applications and access them via a web browser? No? Neither did I!

    This container runs:

    Xvfb - X11 in a virtual framebuffer
    x11vnc - A VNC server that scrapes the above X11 server
    noNVC - A HTML5 canvas vnc viewer
    Fluxbox - a small window manager
    Explorer.exe - to demo that it works
    
    2