forked from hiway/freedive
Add description/tentative roadmap
This commit is contained in:
parent
a83926a7d5
commit
76b243d63b
1 changed files with 25 additions and 3 deletions
28
README.md
28
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue