This repository has been archived on 2026-04-02 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
master
velbin ====== A simple pastebin service written in Zig, with the help of the Zap library. Pastes can be served by either your reverse proxy or velbin; it is your choice. Configuration of velbin is done with environment variables: PORT: The port velbin will listen on (default 5700) MAX_PASTE_SIZE: The maximum paste size, in KiB (default 512KiB) PASTE_FOLDER: The folder to store pastes in (default "./pastes")
Description
Languages
Zig
100%