--- sidebar_position: 3 # SPDX-FileCopyrightText: 2023-2025 Steffen Vogel # 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';