Files
cunicu/docs/config/example-advanced.md
2023-08-14 09:18:29 +02:00

22 lines
640 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/master/etc/cunicu.advanced.yaml)
import ExampleConfig from '../../src/components/ExampleConfig';
<ExampleConfig advanced />