diff options
Diffstat (limited to 'doc/import/providers.md')
-rw-r--r-- | doc/import/providers.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/import/providers.md b/doc/import/providers.md index dcb9bfd..ecb5095 100644 --- a/doc/import/providers.md +++ b/doc/import/providers.md @@ -69,3 +69,14 @@ sources: ## `tmdb` Just like `trakt` but uses only TMDB instead. + +## `federated` + +Recursively federates a node with the same ID from another instance. Requires valid credentials in the seecrets file. + +```yaml +id: movies +sources: +- !federated + host: jellything.example.org +``` |