2025-11-17 20:35:35 -05:00
2025-11-12 16:35:23 -05:00
2025-11-12 16:35:23 -05:00
2025-11-12 18:39:33 -05:00
2025-11-12 16:35:23 -05:00
2025-11-17 20:35:35 -05:00

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
No description provided
Readme 42 KiB
Languages
Zig 100%