initial commit

This commit is contained in:
2025-08-06 22:56:41 +09:00
parent 8673549bf1
commit 9f95368531
3 changed files with 106 additions and 1 deletions

13
config.yaml.sample Normal file
View File

@@ -0,0 +1,13 @@
general:
cachetime: 300
# cachetimeは秒単位
dbtype: sqlite
# 現時点ではsqlite以外非対応
sqladdr: "./wb-status-api.db"
sites:
example_local:
displayname: "example site"
url: "http://example.local"
type: "general"
# このように書く。キーここではexample_localは自由に決めてよい