Files
cunicu/docs/config/example-advanced.md
Steffen Vogel 0f557378c2 Rename master branch to main
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2023-08-19 13:16:50 +02:00

22 lines
638 B
Markdown

---
sidebar_position: 3
# SPDX-FileCopyrightText: 2023 Steffen Vogel <post@steffenvogel.de>
# SPDX-License-Identifier: Apache-2.0
---
# Advanced Example
:::info
Please also have a look at the [JSON Schema](./schema.md) for a full reference of available options/
:::
The following file contains a full-featured set of cunīcu's options.
You can find the file at:
- In a local installation: `/etc/cunicu/cunicu.advanced.yaml`
- In the Git repo: [`etc/cunicu.advanced.yaml`](https://github.com/cunicu/cunicu/blob/main/etc/cunicu.advanced.yaml)
import ExampleConfig from '../../src/components/ExampleConfig';
<ExampleConfig advanced />