From f0c522d704bf6ac7b2bc9721db75390b974b5b7f Mon Sep 17 00:00:00 2001 From: drakeerv <60192521+drakeerv@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:34:42 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 69bd2bb..64d3d92 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ Pasted is a free, privacy respecting frontend for pastebin written in Rust. It i ![Home](imgs/home.png) ![Paste](imgs/paste.png) +# Self Host + +We made a docker image! It is availible at [ghcr.io/dragynfruit/pasted:latest](https://github.com/dragynfruit/pasted/pkgs/container/pasted) +By default this uses port 3000 with host 0.0.0.0. To change this you can set the environment variables PORT and HOST accordingly. +A premade docker-compose is availible [here.](docker-compose.yml) + ## Future Currently, the goal is to only do pastebin, but in the future I am looking to make a frontend to all the major pastebin alternatives aswell, all in one.