summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2018-08-31 07:28:23 +0000
committerfox <[email protected]>2018-08-31 07:28:23 +0000
commitb0576bfc85cd7830bb06f3ed5634d61c479e060d (patch)
treec3b811f85772084aebe8db0add699cda8fe78982
parent3be2bc19312a6aeedfd7de925f9c4869df5938c4 (diff)
Update page 'FAQ'
-rw-r--r--FAQ.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/FAQ.md b/FAQ.md
index 64969e0..3554a9f 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -29,13 +29,11 @@ TLDR: use PostgreSQL if you can, otherwise use MySQL. In the end, tt-rss is comp
#### I need an URL I can call to subscribe to feed to integrate with some third party browser extension/application.
-<code>SELF\_URL\_PATH/public.php?op=subscribe&feed\_url=%s</code>
-
-<code>SELF\_URL\_PATH = http://example.com/tt-rss/</code>
+<code>https://example.com/tt-rss/public.php?op=subscribe&feed\_url=%s</code>
#### I need to get the number of unread articles in the simplest way.
-<code>SELF\_URL\_PATH/backend.php?op=getUnread&login=LOGIN</code>
+<code>https://example.com/tt-rss/backend.php?op=getUnread&login=LOGIN</code>
No password required. In single user mode, use “admin” for login.