Sign inSign up

hardware/privatebin

By hardware

Updated about 7 years ago

PrivateBin is an open source online pastebin where the server has zero knowledge of pasted data.

Image
1

100K+

hardware/privatebin repository overview

hardware/privatebin

What is this ?

PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256bit AES in Galois Counter mode. More details on the official website.

Features
  • Lightweight & secure image (no root process)
  • Based on Alpine
  • Latest PrivateBin version (1.2.1)
  • With Nginx and PHP7
Build-time variables
  • VERSION : version of Privatebin
  • GPG_FINGERPRINT : fingerprint of signing key
  • SHA256_HASH : SHA256 hash of Privatebin archive
Ports
  • 8888
Environment variables
VariableDescriptionTypeDefault value
UIDprivatebin user idoptional991
GIDprivatebin group idoptional991
UPLOAD_MAX_SIZEUpload size limitoptional10M
Volumes
  • /privatebin/cfg : configuration folder
  • /privatebin/data : data folder
Docker-compose.yml
privatebin:
  image: hardware/privatebin
  container_name: privatebin
  volumes:
    - /mnt/docker/privatebin/cfg:/privatebin/cfg
    - /mnt/docker/privatebin/data:/privatebin/data
Configuration

https://github.com/PrivateBin/PrivateBin/wiki/Configuration

Tag summary

Content type

Image

Digest

Size

8.9 MB

Last updated

about 7 years ago

docker pull hardware/privatebin