update readme, use neutral names for container files
4 files changed, 9 insertions(+), 17 deletions(-)
No textual changes.
|
| 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 | + |  |
|
| 2 | 2 | | zigbin: |
| 3 | 3 | | build: |
| 4 | 4 | | context: . |
| 5 | | - | dockerfile: Dockerfile |
| 6 | 5 | | volumes: |
| 7 | 6 | | - ./db:/app/db |
| 8 | 7 | | ports: |
| 9 | | - | - 3000:3000 |
| 8 | + | - 3000:3000 |
Binary file — not shown