add images from memos

This commit is contained in:
2026-02-12 11:24:09 +03:00
parent ed04c11eff
commit c083461d38
6 changed files with 117 additions and 22 deletions
+3 -2
View File
@@ -17,8 +17,9 @@ type Config struct {
}
type MemosConfig struct {
URL string `toml:"url"`
Token string `toml:"token"`
URL string `toml:"url"`
Token string `toml:"token"`
PublicURL string `toml:"public_url"`
}
type DatabaseConfig struct {