mkfd
1.0.0

curl https://bun.sh/install | bashbun installbun run index.ts --passkey=your_passkey_here --cookieSecret=your_cookie_secret_here Akses GUI di http://localhost:5000/
docker build -t mkfd .
docker run -p 5000:5000 -v /local/mount/path:/configs -e PASSKEY=your_passkey -e COOKIE_SECRET=your_cookie_secret mkfddocker pull tbosk/mkfd:latest
docker run -p 5000:5000 -v /local/mount/path:/configs -e PASSKEY=your_passkey -e COOKIE_SECRET=your_cookie_secret tbosk/mkfd:latest