From 76b243d63bd22e8ca42d3bb36793341798bd25d0 Mon Sep 17 00:00:00 2001 From: Harshad Sharma Date: Thu, 23 May 2024 14:56:09 +0530 Subject: [PATCH] Add description/tentative roadmap --- README.md | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a14d16..efb8bbe 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,31 @@ Dive into FreeBSD -Freedive aims to provide a mobile-first WebUI to manage FreeBSD hosts, -designed to welcome beginners, hobbyists and tinkerers -to the FreeBSD ecosystem with minimal fuss. +Made by and for users of FreeBSD as their: + - Home lab + - Tailscale / Wireguard VPN + - Manage PF rules (firewall) + - Manage Jails via Bastille + - Network attached storage + - Samba shares + - Backups via Restic + - Manage ZFS datasets, snapshots and backups + - Personal/ public web server + - Manage domains and TLS certificates + - Host static sites + - Reverse proxy to any jail:port + +Freedive works in immediate mode: + - Queries host, caches some results in memory + - No database except for acounts + - Executes commands when actions taken in UI + +> Status: planning/alpha. + You can use Freedive to manage system services. + Package management coming soon. + Other features will be developed as time/help is available. + This is currently a hobby project and makes no guarantees + about what features will be implemented and when. ### Develop