Archived
SHA256
1
0
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.
2026-02-16 23:11:18 -05:00
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
2026-02-16 23:11:18 -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")
S
Description
No description provided
Readme 44 KiB
Languages
Zig 100%