Everything you need to run Paste.
Go to file
2024-04-24 20:28:40 +00:00
application.yml Update application.yml 2024-04-23 20:18:55 +00:00
docker-compose.yml update 2024-04-23 19:12:08 +01:00
LICENSE Add LICENSE 2024-04-24 20:28:40 +00:00
README.md update 2024-04-23 19:12:08 +01:00
renovate.json Add renovate.json 2024-04-23 15:00:43 +00:00

Paste Docker

Paste is a simple self-hosted pastebin service that you can run on your own server.

Prerequisites

  • Docker (Don't have docker? follow this link)

Installation

  • Clone this repository
git clone https://git.fascinated.cc/Paste/Docker
  • Change directory
cd Docker
  • Update the application.yml with your configuration

  • Start Paste

docker compose up -d