Add plugins pages
This commit is contained in:
parent
6d01d60c10
commit
0c3e81bc0f
4 changed files with 644 additions and 0 deletions
11
content/reference/plugins/_index.en.md
Normal file
11
content/reference/plugins/_index.en.md
Normal 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 %}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue