Summit of SummitsReturn to the Source
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.
Add to lazysite/lazysite.conf:
manager: enabled
manager_path: /manager
manager: enabled - enable the manager (default: disabled)manager_path - URL prefix for manager pages (default: /manager)ui
capability (see the Groups page; setup-manager creates one)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.
.md pages