diff options
Diffstat (limited to 'pkg/zorian.toml')
| -rw-r--r-- | pkg/zorian.toml | 14 | +14 −0 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pkg/zorian.toml b/pkg/zorian.toml new file mode 100644 --- /dev/null +++ b/pkg/zorian.toml @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: 2026 Nikolay Govorov <me@govorov.online> +# SPDX-License-Identifier: AGPL-3.0-or-later + +# Zorian will dutifully indicate its user agent and protocols (for example, source for zig). +# Specify your name if you want your instance to be identified. +appname="zorian" + +# The address to which the server will respond via HTTP. +# Use a reverse proxy if you want to add TLS. +listen="0.0.0.0:3000" + +# Path to the directory for storing state (indexes, caches, statistics). +# Must be a writable directory. +dirname="/var/lib/zorian" |
