aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-04-05 16:36:21 +0200
committermetamuffin <metamuffin@disroot.org>2024-04-05 16:36:39 +0200
commitf33c79ce0d47d6d502e9ee943e2f39d36f68ef70 (patch)
treecf3b7bc0901e1e2bccdfb2dfaea471f7ed846c9d
parent78f4834fd3443e01db4511d706639518b55aab9a (diff)
downloadjellything-f33c79ce0d47d6d502e9ee943e2f39d36f68ef70.tar
jellything-f33c79ce0d47d6d502e9ee943e2f39d36f68ef70.tar.bz2
jellything-f33c79ce0d47d6d502e9ee943e2f39d36f68ef70.tar.zst
document federation import
-rw-r--r--doc/import/providers.md11
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
+```