An open API service indexing awesome lists of open source software.

https://github.com/freedomben/privatebin-setup

Handy scripts to help set up privatebin on a VPS
https://github.com/freedomben/privatebin-setup

Last synced: 9 months ago
JSON representation

Handy scripts to help set up privatebin on a VPS

Awesome Lists containing this project

README

          

# PrivateBin setup scripts

This repo can be used to install a private bin setup onto a server

## Pre-requisites

You need an internet facing VPS with:

1. systemd
1. docker
1. DNS setup and configured

## Installing

1. _*Important:*_ Set the `DNS_NAME` and `LETSENCRYPT_EMAIL` variables appropriately in `generate-privatebin-service.bash`
1. Run each of the "generate..." scripts. There are three.
1. Copy the generated \*.service files into the appropriate systemd directory (usually /etc/systemd/system)
1. Reload systemd files: `systemctl daemon-reload`
1. Start the new services:
1. systemctl start privatebin
1. systemctl start nginx-proxy
1. systemctl start nginx-proxy-letsencrypt
1. Profit!