English | 中文
A small self-hosted web app for sharing text, files, and folders.
Copy .env.example to .env.
Requires Node.js 20.6.0 or newer.
cd sharebox
npm startOpen:
http://127.0.0.1:3940
Then enter the password from SHAREBOX_PASSWORD in .env (share by default), or leave SHAREBOX_PASSWORD empty to skip authentication.
cd sharebox
docker compose up -d --buildOpen:
http://SERVER_IP:3940