API_ENDPOINT= # no scheme prefix (ex. pipedapi.domain.example)
DB_NAME=
DB_USER=
DB_PASS=
To configure the reverse proxy (I use nginx), you can use Piped’s recommended files with your domains. The linked repo also contains a template for the required config.properties.
Let me know if you run into issues, I’ll be glad to help 🙂
The Lounge is how I got into IRC and it’s very good! However, the web UI isn’t that great on mobile, which led me to check out Android IRC apps and bouncers to sync everything across clients.
I've been enjoying chatting on IRC and was wondering if anyone has any relevant experience with any bouncers?
I tried setting up ZNC but could not get any clients to work with it.
I finally settled on [soju](https://soju.im/) with [goguma](https://f-droid.org/en/packages/fr.emersion.goguma/) as client, but since no up-to-date Docker container existed, I had to create my own Dockerfile for that.
For now, it's only available on my LAN (proxied through nginx), and am uncertain if exposing it externally is a good idea (I already have a VPN, but prefer to expose services if it's safe to do so).
Before anything, you’ll want to create a folder for the unix socket:
mkdir /var/run/ytproxy
and chown it to your reverse proxy’s user and group.The Docker files:
compose.yml
.env
To configure the reverse proxy (I use nginx), you can use Piped’s recommended files with your domains. The linked repo also contains a template for the required
config.properties
.Let me know if you run into issues, I’ll be glad to help 🙂