esc
Type to search the docs
Back to catalog

privatebin

Tested

Minimalist, open-source online pastebin with zero knowledge

privatebin screenshot

Run locally

Tested and verified to launch successfully.

Terminal
$ npx launchfile up privatebin

Requires Docker Desktop. No source code needed — pulls pre-built images and starts privatebin with all dependencies.

Image: privatebin/nginx-fpm-alpine:latest
Launchfile View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: privatebin
description: "Minimalist, open-source online pastebin with zero knowledge"
repository: https://github.com/PrivateBin/PrivateBin
logo: https://raw.githubusercontent.com/PrivateBin/PrivateBin/master/img/icon.svg

image: privatebin/nginx-fpm-alpine:latest
provides:
  - protocol: http
    port: 8080
    exposed: true
storage:
  data:
    path: /srv/data
    persistent: true
restart: always

Test Results

Last Tested

2026-04-06

Health Check

Passing

Startup Time

1s

Total Disk

117 MB

Learn More

Spec references for features used in this Launchfile.