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%