update readme, use neutral names for container files

AuthorKonata <konata@posteo.jp>
Date
Commitf845ff4460392742817657252e665420848e054c
Parent4aa3359
4 files changed, 9 insertions(+), 17 deletions(-)
RContainerfile← Dockerfile
No textual changes.
MREADME.md
@@ -1,15 +1,8 @@
1-# Elysia with Bun runtime
2-
3-## Getting Started
4-To get started with this template, simply paste this command into your terminal:
5-```bash
6-bun create elysia ./elysia-example
7-```
8-
9-## Development
10-To start the development server run:
11-```bash
12-bun run dev
13-```
14-
15-Open http://localhost:3000/ with your browser to see the result.
1+# ⚡ Zigbin ⚡
2+Pastebin with encryption, syntax highlighting and media previews, optionally without JS enabled in the browser. Also supports easy interaction via curl
3+## Why "Zig"bin?
4+The project originally was supposed to use Zig for the backend, but when I started the stdlib http server wasn't working very well, and I'll probably rewrite the backend at some point
5+## Setup
6+A `Containerfile` and `compose.yml` is provided in this repo, just run `docker-compose up` or `podman-compose up` to start the server at port 3000. For manual setup without containers just follow the setup done in `Containerfile`
7+## Screenshot
8+![screenshot](screenshot.png)
Rcompose.yaml← docker-compose.yml
@@ -2,8 +2,7 @@ services:
22 zigbin:
33 build:
44 context: .
5- dockerfile: Dockerfile
65 volumes:
76 - ./db:/app/db
87 ports:
9- - 3000:3000
8+ - 3000:3000
Ascreenshot.png
Bin 0113015 bytes@ f845ff4@ master
Binary file — not shown