-
Couldn't load subscription status.
- Fork 371
status: add Sylve report for 2025 Q3 #550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
+70
−0
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
70 changes: 70 additions & 0 deletions
70
website/content/en/status/report-2025-07-2025-09/sylve.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,70 @@ | ||||||||
| === Sylve -- A Unified System Management Platform for FreeBSD | ||||||||
|
|
||||||||
| Links: + | ||||||||
| link:https://github.com/AlchemillaHQ/Sylve[GitHub] URL: link:https://github.com/AlchemillaHQ/Sylve[] + | ||||||||
| link:https://sylve-ci.alchemilla.io[CI] URL: link:https://sylve-ci.alchemilla.io[] + | ||||||||
| link:https://discord.gg/bJB826JvXK[Discord] URL: link:https://discord.gg/bJB826JvXK[] | ||||||||
|
|
||||||||
| Contact: Hayzam Sherif <[email protected]> | ||||||||
|
|
||||||||
| Sylve is a modern, unified system management platform for FreeBSD, inspired by Proxmox. | ||||||||
| We aim to provide an integrated web interface for managing virtual machines (via Bhyve), Jails, ZFS storage, networking, and firewalling. The backend is implemented in Go, while the frontend uses SvelteKit with Tailwind CSS and ShadCN UI components. | ||||||||
|
|
||||||||
| The project emphasizes a minimal system footprint, currently requiring only package:sysutils/smartmontools[], package:sysutils/tmux[], package:libvirt[], package:samba419[], package:swtpm[] as runtime dependencies. | ||||||||
|
|
||||||||
| ==== Q3 Progress Highlights | ||||||||
|
|
||||||||
| ===== Clustering | ||||||||
|
|
||||||||
| Sylve now supports simple clustering with a single-pane-of-glass (SPOG) experience. | ||||||||
| This multi-master design, built on top of `hashicorp/raft` and SQLite, allows users to manage multiple nodes from a single interface. | ||||||||
|
|
||||||||
| ===== Networking | ||||||||
|
|
||||||||
| * Network Objects: Subnets, hosts, and MACs are now treated as first-class objects. Users can create and reuse them across VMs, Jails, and switches. | ||||||||
| * Manual Switches: Existing FreeBSD bridges can now be imported into Sylve and managed as switches. | ||||||||
|
|
||||||||
| ===== Storage | ||||||||
|
|
||||||||
| * A new file explorer has been introduced for managing each node's local filesystem (copy, cut, delete, etc.). | ||||||||
| * ZFS pools now feature extensive health monitoring, including support for special vdevs (cache, log, etc.). | ||||||||
| * Major performance improvements to ZFS dataset viewing and editing. | ||||||||
| * Ability to flash images to ZFS zvols directly from the UI. | ||||||||
| * Samba integration: Users can now create Samba shares. A comprehensive audit log has been added to track file share activity. | ||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
|
|
||||||||
| ===== Authentication | ||||||||
|
|
||||||||
| * Ability to create and manage users directly in the UI, including Samba users. | ||||||||
| * Groups can now also be created and managed from the UI. | ||||||||
|
|
||||||||
| ===== Virtual Machines | ||||||||
|
|
||||||||
| * Full VM editing is now supported (storage, network, PCI devices, etc.). | ||||||||
| * TPM support (via package:swtpm[]) is available in both UI and API, this feature is currently experimental. | ||||||||
| * Support for reusing existing raw disks. | ||||||||
| * Added Wake-on-LAN functionality for VMs. | ||||||||
|
|
||||||||
| ===== Jails | ||||||||
|
|
||||||||
| * Full support for thick jails (creation, editing, viewing). | ||||||||
| * Resource limiting for CPU and RAM has been implemented. | ||||||||
| * Networking for Jails supports both inherited configurations and switch-based (manual/standard) setups. | ||||||||
|
|
||||||||
| ==== Roadmap Update | ||||||||
|
|
||||||||
| Due to community demand, Q3 focused on clustering instead of firewalling and network services. | ||||||||
| The following items have been pushed to Q4: | ||||||||
|
|
||||||||
| * Firewall rules configuration. | ||||||||
| * DHCP support. | ||||||||
| * WireGuard VPN integration. | ||||||||
|
|
||||||||
| The current roadmap is to complete clustering with external storage backup support (e.g., S3) before returning to networking services. | ||||||||
|
|
||||||||
| Contributions, testing, and feedback are very welcome. | ||||||||
| If you are interested in contributing, consider helping with: | ||||||||
|
|
||||||||
| * UI testing and accessibility feedback. | ||||||||
| * Bug reports and feature requests via GitHub. | ||||||||
|
|
||||||||
| Sponsor: FreeBSD Foundation and Alchemilla (development and infrastructure support) | ||||||||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please put one sentence per line in lists too