Page MenuHomeFreeBSD

sysutils/sylve: new port, lightweight GUI for managing jails, zfs, net
Needs ReviewPublic

Authored by dch on Aug 23 2025, 3:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 11, 6:55 AM
Unknown Object (File)
Fri, Oct 10, 11:38 PM
Unknown Object (File)
Fri, Oct 10, 11:38 PM
Unknown Object (File)
Fri, Oct 10, 11:38 PM
Unknown Object (File)
Fri, Oct 10, 5:15 PM
Unknown Object (File)
Thu, Oct 9, 5:25 PM
Unknown Object (File)
Mon, Oct 6, 4:53 AM
Unknown Object (File)
Mon, Oct 6, 2:17 AM
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 66882
Build 63765: arc lint + arc unit

Event Timeline

dch requested review of this revision.Aug 23 2025, 3:14 PM
dch created this revision.

NB this is still WIP, we need to add in the typescript UI for embedding still.

minor tweak to appease poudriere test

Based on the patch provided by acm@, I removed the -r flag from daemon(8) and everything related to it. The reason is that, for example, if sylve fails for any reason, daemon(8) keeps restarting it over and over again, filling up /var/log/daemon.log. I think it's better to let sylve fail and let the user see what happened.

add acm@ patch to prepare and bundle npm assets

@acm thanks your patch handles the web bits already? awesome :-) I'd suggested to @hayzam_gmail.com that he could generate those
directly as part of his own release process.