Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 237 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 237 Bytes

P2P file sharing

Available here: https://share.maiern.ch/

How to

dev

npm run dev

deploy

docker build -t file-share .
docker run -d --restart unless-stopped -p 21001:21001 --name file-share file-share