Replies: 1 comment
-
As a workaround, I've added the following one line of JS to addEventListener("load", () => location.hash.startsWith("#/app") || fetch("/rest/user/login", {"headers": {"content-type": "application/json"}, "body": "{\"name\":\"user\",\"password\":\"pass\"}", "method": "POST"}).then(res => res.ok && (location.hash = "#/app/category/all"))) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to make my self-hosted version of CommaFeed publicly available without logging in, just to show some feeds in a read-only mode. How can I do it?
Beta Was this translation helpful? Give feedback.
All reactions