Replies: 5 comments
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Well, there should definitely be a way of disallowing ANY page but log-in ... I just installed memos because I'm looking for something just like this, and exposed it through a reverse proxy, but then I saw that on first connection it goes to "explore", (and that you can also access "about", even if it's less of an issue, you shouldn't) This is kind of a show-stopper for me... Only log-in page should be accessible here (public notes are disabled, of course) -- EDIT -- although with multiple users set, I don't see their list on the "explore" page. |
Beta Was this translation helpful? Give feedback.
-
Add custom CSS in Settings -> System -> Additional styles (under admin user): /* Remove Inbox folder */
#header-inbox {
display: none;
}
/* Remove Profile folder */
#header-profile {
display: none;
}
/* Remove Explore folder */
#header-explore {
display: none;
} |
Beta Was this translation helpful? Give feedback.
-
I just started hosting memos in a private server, amazing job people, its what i needed to ditch Keep.
I want to expose it to the internet, and i am using Cloudflare zerotrust tunnels as i do for other services. I cannot see of a way to disable the explore page, and since i dont want to use public notes at all, its kind of annoying for it to be accessible. it also shows a list of users, which for me is a nono when thinking of putting that out on the internet.
Is there a way to completely disable the /expose page and/or hide it from plain site?
EDIT: i can actually block it from Cloudflare, as a URI, but i was wondering if there is an app way to do it.
Beta Was this translation helpful? Give feedback.
All reactions