summaryrefslogtreecommitdiff
path: root/LinkedInstances.md
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-25 20:49:26 +0300
committerAndrew Dolgov <[email protected]>2015-07-25 20:49:26 +0300
commit3d706d23cc0e30bd5af9dc70c017fb2d0b23cf35 (patch)
treed50e793da3c9e073d0510894de613963f002bdb2 /LinkedInstances.md
parentc569b6b677101560eac676c4e9f844e92c66a557 (diff)
fox created page: LinkedInstances
Diffstat (limited to 'LinkedInstances.md')
-rw-r--r--LinkedInstances.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/LinkedInstances.md b/LinkedInstances.md
new file mode 100644
index 0000000..729acc3
--- /dev/null
+++ b/LinkedInstances.md
@@ -0,0 +1,29 @@
+Linked tt-rss instances
+=======================
+
+TL;DR: If you connect instances of tt-rss together, you’ll be able to
+see feeds from linked instances in Subscribe to feed ~~\> More feeds~~\>
+Popular dialog.
+
+See also: \#270
+
+Since version:1.5.3 it is possible to connect independent installations
+of Tiny Tiny RSS to share feed subscription information displayed in
+Popular feeds. The idea is that by connecting instances it would be
+easier to subscribe to potentially interesting content. The code is
+considered experimental but it seems to work.
+
+The functionality is available in Preferences (Linked tab) and should be
+self explanatory. Setup connections on both ends of a link using the
+same access key and you should be good to go - tt-rss would
+automatically ping the links once in 6 hours. You can erase the last
+connection timestamp by editing and saving the linked instance in the
+Preferences.
+
+All information shared is anonymous and doesn’t identify your users.
+Feeds which are marked as excluded from the feed browser or configured
+with login/password are excluded from the Popular feeds browser and not
+shared in any way.
+
+Tiny Tiny RSS doesn’t reshare feed subcription acquired from linked
+instances - i.e. only local feeds are shared between instances.