this post was submitted on 12 Oct 2023
2 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

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.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here