H
Homarr•7mo ago
doctuh

How can anonymous users actually see the anonymous board?

I am trying to make a "landing page" for users when they go to my main URL. I have made a board, and toggled on the allow anonymous toggle, but when I visit the site logged out, I just see the default "Welcome to Homarr!" page and don't see any other options besides logging in or changing the theme. I feel like a total noob, and the answer must be obvious 😅
13 Replies
explosive parrot
explosive parrot•7mo ago
Unauthenticated users will always go to the "default" board, as the default board setting setting is per user. Here are a couple of suggestions : 1. Migrate the board you want them to see to default. 2. Link them directly to ./board/YOURBOARD 3. Put a link to YOURBOARD on the default board.
doctuh
doctuh•7mo ago
Ah ok, the default board being a setting per user makes sense. So I can't change the "default" default board aside from editing the notebook then
explosive parrot
explosive parrot•7mo ago
You can edit the entire default board and all the apps and widgets on it (so long as you are logged in as a user with edit permissions) Personally, I've set up my default as just a linking board to other boards.
doctuh
doctuh•7mo ago
I can't see a way to edit the default board at all? Whenever I am logged out and visit Homarr, all I can see is the "Welcome to Homarr!" page with links to the homarr discord and documentation, and a way to switch theme and log in. Are you saying there is a way to change that built in board somehow? I cannot find it in settings anywhere...
explosive parrot
explosive parrot•7mo ago
Can you show me a screen shot of the board you are looking at?
explosive parrot
explosive parrot•7mo ago
This toggle on board customisation page will allow unauthenticated users to see your board
No description
explosive parrot
explosive parrot•7mo ago
Otherwise, the default board should be editable the exact same way as every other board.
doctuh
doctuh•7mo ago
This board is what I am talking about. Even when I make a new board and toggle that "Allow anonymous" toggle and set that board as default, when I am logged out, I still only see this board. And this board does not seem to exist anywhere when I log in as administrator and go to boards
No description
explosive parrot
explosive parrot•7mo ago
Your default.json was deleted somehow, so homarr is pulling a fresh one live every time. Copy or rename the board you would to be default to 'default.json' inside your configs folder. 'default board' is a per user setting, so will only apply when logged in
doctuh
doctuh•7mo ago
Ah ok thanks, I will try that later 🙂 appreciate the help! I named my own default board "Default" not knowing that that was a special name...oops. So everything is fine now!
jcsomerville
jcsomerville•4mo ago
Hello, I'm having issues as well. I set a board to be default and allowed anonymous and on my subdomain it asks for you to login. I can access it at homarr.example.com/board/public But I would like for it go to straight to that url from homarr.example.com. Is this possible?
explosive parrot
explosive parrot•4mo ago
In short, no. The default setting is by USER only. Any unverified users will go to **/board/default Clone your public board, replace default with it, job done.
jcsomerville
jcsomerville•4mo ago
Oh oh oh. I see. Thank you. I just had to set the default board to anonymous as well. Thanks so much. I'll recreate my public board there.