Live data from Hacker News

Show HN: Bloben – Self-hosted web CalDAV calendar client

news.ycombinator.com

11–18 of 18 posts

Re: Show HN: Bloben – Self-hosted web CalDAV calendar client

#11
post #6

Nice, is there any "official" way to deploy this without Docker involved? The GitHub repo only seems to include scripts to deploy a Docker container, but not the contents of the container itself, are they on another repo?

The other repos (mentioned in the `Dockerfile` and `build-dev.sh`) seem to be open on @nibdo's profile: https://github.com/nibdo

Re: Show HN: Bloben – Self-hosted web CalDAV calendar client

#12
post #3

Shows the loading spinner forever for me. Turns out it tries to use a local storage feature that's not available in Firefox private windows. Might want to catch that error and show a message, as I had to open the console to find out I don't need to wait for it.

You are right, thank you, I will add warning screen.

Re: Show HN: Bloben – Self-hosted web CalDAV calendar client

#14
post #6

Nice, is there any "official" way to deploy this without Docker involved? The GitHub repo only seems to include scripts to deploy a Docker container, but not the contents of the container itself, are they on another repo?

Thank you. Yes, as @gnabgib pointed, you can use it directly from included repositories (static React sites with Node.js server). I can add some basic guide to docs as alternative setup.

Repositories are also in Readme under "Source" https://github.com/nibdo/bloben-app

Re: Show HN: Bloben – Self-hosted web CalDAV calendar client

#15
post #3

Shows the loading spinner forever for me. Turns out it tries to use a local storage feature that's not available in Firefox private windows. Might want to catch that error and show a message, as I had to open the console to find out I don't need to wait for it.

Does Firefox really still have that issue?:0 it’s also not nice to show sites a realiable way to understand if the client is in incognito

Re: Show HN: Bloben – Self-hosted web CalDAV calendar client

#16
post #14
post #6

Nice, is there any "official" way to deploy this without Docker involved? The GitHub repo only seems to include scripts to deploy a Docker container, but not the contents of the container itself, are they on another repo?

Thank you. Yes, as @gnabgib pointed, you can use it directly from included repositories (static React sites with Node.js server). I can add some basic guide to docs as alternative setup. Repositories are also in Readme under "Source" https://github.com/nibdo/bloben-app

Thanks!

Re: Show HN: Bloben – Self-hosted web CalDAV calendar client

#17
post #3

Shows the loading spinner forever for me. Turns out it tries to use a local storage feature that's not available in Firefox private windows. Might want to catch that error and show a message, as I had to open the console to find out I don't need to wait for it.

Does Firefox really still have that issue?:0 it’s also not nice to show sites a realiable way to understand if the client is in incognito

Believe in both cases they consider it a feature....
Post reply on HN