diff options
author | metamuffin <metamuffin@disroot.org> | 2024-04-05 16:36:21 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-04-05 16:36:39 +0200 |
commit | f33c79ce0d47d6d502e9ee943e2f39d36f68ef70 (patch) | |
tree | cf3b7bc0901e1e2bccdfb2dfaea471f7ed846c9d /doc/import/providers.md | |
parent | 78f4834fd3443e01db4511d706639518b55aab9a (diff) | |
download | jellything-f33c79ce0d47d6d502e9ee943e2f39d36f68ef70.tar jellything-f33c79ce0d47d6d502e9ee943e2f39d36f68ef70.tar.bz2 jellything-f33c79ce0d47d6d502e9ee943e2f39d36f68ef70.tar.zst |
document federation import
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 +``` |