Files
himewiki/himewiki.yaml.example

64 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

2025-09-12 22:09:53 +09:00
app:
mode: "devel"
addr: ":8080"
database:
host: "localhost"
port: 5432
user: "hime"
password: "SuperStrongPassw0rd"
name: "himewiki"
sslmode: "disable"
2025-09-28 17:47:08 +09:00
vacuum:
check-every: 250
threshold: 68719476736
image-threshold: 68719476736
2025-09-12 22:09:53 +09:00
site:
2025-09-15 15:57:23 +09:00
base: "https://wiki.example.org/"
2025-09-12 22:09:53 +09:00
name: "HimeWiki"
2025-12-02 21:12:39 +09:00
static: "./static"
card: "https://wiki.example.org/static/card.png"
2025-09-15 15:57:23 +09:00
wiki:
2025-09-12 22:09:53 +09:00
front: "FrontPage"
2025-11-22 20:01:45 +09:00
format: "nomark"
2025-09-14 00:08:23 +09:00
image:
domains:
2025-09-15 12:12:01 +09:00
- "wiki.example.org"
2025-09-14 00:08:23 +09:00
- "icon.example.org"
2025-09-15 12:12:01 +09:00
- "localhost"
2025-09-14 00:08:23 +09:00
extensions:
- "png"
- "jpeg"
filter:
2025-12-02 17:38:59 +09:00
agent: "openai"
2025-09-29 23:25:38 +09:00
key: "(Your OpenAI API Key Here)"
2025-12-04 20:57:59 +09:00
temperature: 0.8
2025-12-08 22:15:45 +09:00
top_p: 0.9
2025-09-23 01:00:16 +09:00
image-filter:
2025-12-02 17:38:59 +09:00
agent: "openai"
2025-09-29 23:25:38 +09:00
key: "(Your OpenAI API Key Here)"
2025-09-23 01:00:16 +09:00
max-length: 4194304
max-size: 512
2025-10-03 11:25:14 +09:00
gnome:
2025-12-02 17:38:59 +09:00
agent: "openai"
2025-10-03 11:25:14 +09:00
key: "(Your OpenAI API Key Here)"
2025-12-04 20:57:59 +09:00
temperature: 0.8
2025-12-08 22:15:45 +09:00
top_p: 0.9
2025-11-15 08:21:12 +09:00
ratio: 10
recent: 10
2025-12-02 17:38:59 +09:00
prompts-path: "./prompts.yaml"
2025-12-14 08:14:58 +09:00
links:
- key: "Code"
url: "https://link.example.org/code/"
- key: "GitHub"
url: "https://link.example.org/github/"