PrivateBin - Funky Penguin's Geek Cookbook

PrivateBin is a minimalist, open source online pastebin where the server (can) has zero knowledge of pasted data. We all need to paste data / log files somewhere when it doesn't make sense to paste it inline. With PasteBin, you can own the hosting, access, and eventual deletion of this data.


This is a companion discussion topic for the original entry at https://geek-cookbook.funkypenguin.co.nz/recipes/privatebin/

This image doesnt seem to actually work.

It doesnt allow the volume part… I’ve tried this for a while now.

volumes:
  - /var/data/privatebin:/srv/data

When I took the volume part away it worked. But then this feels very unstable as I am also using automatic updates.

For anyone using this, the code in the compose file is wrong, the port is showing 4180 but should be 8080

“traefik.http.services.privatebin.loadbalancer.server.port=8080”