zfsweb is a basic web interface to a ZFS snapshot hierarchy. Written in Perl, using only a handful of lightweight external modules, and generating an interface using Twitter Bootstrap, it's fast, responsive and friendly.
- Create a CGI-capable directory in a web root on your ZFS system.
- Copy
zfsweb.pl
and a logo (preferablylogo/zfsweb.png
) to that directory aszfsweb.pl
andlogo.png
, respectively. - Change
$ZFSWEB_PATH
and$STORAGE
(and, if necessary,$LOGO
and$LOGO_ALT
). - Change
%STORES
to point at the filesystems.
... is available here.