FamilyHQ Sign out Sign in

Manager

Web-based content manager with file browser, live preview, and theme manager.

Manager

The lazysite manager is a built-in web-based content management interface. It provides a file browser, page editor with live preview, theme manager, user management, and cache manager.

Enabling the manager

Add to lazysite/lazysite.conf:

manager: enabled
manager_path: /manager

Configuration keys

Features

Plugin system

Components such as the form SMTP handler and link audit tool integrate with the manager via a self-describing plugin interface. Each script supports a --describe flag that returns its configuration schema as JSON. The manager renders a generic config form from this schema.

Enable plugins in lazysite/lazysite.conf:

plugins:
  - plugins/audit.pl
  - plugins/form-smtp.pl

Then access via Manager > Plugins.

Notes