mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-10-04 00:16:44 +08:00
22 lines
638 B
Markdown
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 />
|