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