Add the proxing to metadata-agregator

This commit is contained in:
Alexander
2026-05-07 12:00:37 +02:00
parent 97a57c10fd
commit 2041c154cf
5 changed files with 109 additions and 0 deletions
+4
View File
@@ -34,6 +34,10 @@ type Config struct {
Username string `yaml:"username"`
Password string `yaml:"password"`
} `yaml:"torrent"`
Metadata struct {
Endpoint string `yaml:"endpoint"`
} `yaml:"metadata"`
}
func (t *IndexerType) UnmarshalYAML(unmarshal func(any) error) error {