Hardware is a zimaboard 832, running casaOS. I use selfhost-gateway for all my RPoVPN needs.

https://github.com/fractalnetworksco/selfhosted-gateway

Got it setup with jellyfin and it works perfectly but emulatorjs is giving me a white screen with the word pong on it

‘’’version: “3” services: emulatorjs: image: lscr.io/linuxserver/emulatorjs:latest container_name: emulatorjs environment: - PUID=1000 - PGID=1000 - TZ=America/Phoenix volumes: - /APPDATA/emulatorjs:/config - /mnt/Storage1/roms:/data ports: - 3000:3000 - 3001:80 restart: unless-stopped link: image: fractalnetworks/gateway-client:latest environment: LINK_DOMAIN: EXPOSE: emulatorjs:3001 GATEWAY_CLIENT_WG_PRIVKEY: GATEWAY_LINK_WG_PUBKEY: GATEWAY_ENDPOINT: cap_add: - NET_ADMIN’’’

Accessing the site locally I.e “casaos.local:3001” works perfectly accessing through “subdomain.tld” gives me a white screen with just the word pong in the top left.