Add plugins pages

This commit is contained in:
nemunaire 2026-02-12 22:29:29 +07:00
commit 0c3e81bc0f
4 changed files with 644 additions and 0 deletions

View file

@ -0,0 +1,11 @@
---
date: 2025-06-15T11:38:46+02:00
title: Plugins
author: nemunaire
archetype: chapter
weight: 40
---
Plugins are external pieces of code — shared libraries loaded at startup — that extend happyDomain's functionality without recompiling the server. An operator simply drops a `.so` file into a configured directory, and happyDomain picks it up automatically on the next start.
{{% children %}}