5afcbd68ad
- Add tonic/prost for gRPC client generation - Add proto definitions from metadata-agregator service - Add MetadataClient and MetadataService for gRPC communication - Add REST controller exposing metadata endpoints (search, get, sync) - Update config with metadata.endpoint setting - Update flake.nix with protobuf for proto compilation
17 lines
329 B
YAML
17 lines
329 B
YAML
database:
|
|
url: "postgresql://music:music@localhost:5433/music_aggregator"
|
|
|
|
metadata:
|
|
endpoint: "http://localhost:50051"
|
|
|
|
indexers:
|
|
- name: "Jackett"
|
|
url: "http://localhost:9117"
|
|
api_key: "your-jackett-api-key"
|
|
|
|
torrent:
|
|
qbittorrent:
|
|
url: "http://localhost:8080"
|
|
username: "admin"
|
|
password: "changeme"
|