From 6f302f8518f0c69b751fadabe8bac024295e87c7 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Sat, 20 Dec 2025 00:13:33 +0100 Subject: [PATCH] docs(readme): add warning for running on public servers --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f05ece02..4aa6d61c 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ > [!WARNING] > Zerobyte is still in version 0.x.x and is subject to major changes from version to version. I am developing the core features and collecting feedbacks. Expect bugs! Please open issues or feature requests +> [!WARNING] +> It is highly discouraged to run Zerobyte on a server that is accessible from the internet (VPS or home server with port forwarding) If you do, make sure to change the port mapping to "127.0.0.1:4096:4096" and use a secure tunnel (SSH tunnel, Cloudflare Tunnel, etc.) to access the web interface remotely +

Buy Me A Coffee