TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: BewCloud is a simpler alternative to Nextcloud written in TypeScript

62 点作者 BrunoBernardino大约 1 年前
For the last month or so I&#x27;ve been working on bewCloud, and today I&#x27;m making its source code public and open!<p>Right now, the Dashboard (URLs + freeform notes), News (RSS&#x2F;Atom&#x2F;JSON feeds), and Contacts (CardDav) are working.<p>If you have any suggestions, comments, or recommendations, I&#x27;d love to hear it.<p>Thank you for your attention and kindness. I really appreciate it!

12 条评论

ocdtrekkie大约 1 年前
Any reason this is all one giant project? One of Nextcloud&#x27;s IMHO fatal mistakes is it tries to be everything. So people have to choose between say, a better todo app, or the one that&#x27;s integrated with their monolith of choice.<p>Meanwhile, if you approach each module as it&#x27;s own project, but with shared code where sensible, and open standards driving your integrations, people including you, can select the parts that best suit them while mixing in software from others where appropriate.
评论 #39732194 未加载
评论 #39732458 未加载
shortformblog大约 1 年前
This looks cool. I don’t know what direction you’re going to take this, but my big challenge with Nextcloud is that the file syncing gets very unreliable in short order. I honestly would love to see someone do something like this with Syncthing as a file management backend. It is honestly the best tool of its kind, and it is extremely fast and reliable.
评论 #39732158 未加载
评论 #39732420 未加载
vrinsd大约 1 年前
Really cool to see this I hope you&#x27;re able to continue this work. As others have said, CalDAV &#x2F; CardDAV are complex standards and getting the nuances right without using some tried&#x2F;true libraries (sabre-dav) might be a challenge.<p>Two points:<p>For just CalDAV &#x2F; CardDAV there&#x27;s Radicale, Davical and Baïkal all of which work pretty well and are relatively easy to set up, so this might be a bit of wheel re-invention.<p>Perhaps you might consider relying on those projects for calendar &#x2F; contact sync and then add your other pieces (file, photos, etc).<p>Second point is I think the reason why Nextcloud &#x2F; Owncloud end up becoming super-slow for file sync is unfortunately the use of WebDAV.<p>I can&#x27;t find the thread at the moment but I remember the developers from one of those projects saying that WebDAV itself makes the file-sync super slow and resource heavy.<p>As a result I think the Owncloud++ or their golang based re-implementation prefers the use of S3-compatible for backend file store.<p>I&#x27;m not saying you should use S3, but if you continue down the path with WebDAV for file-sync you might find it&#x27;s resource heavy and slow as Nextcloud&#x2F;Owncloud might be.
评论 #39740836 未加载
jmprspret大约 1 年前
Looking forward to see where this goes. For me, the Files&#x2F;cloud storage portion of nextcloud is essentially why I _would_ use it.
评论 #39732428 未加载
crazytweek大约 1 年前
&quot;bew is web in reverse, similar to how deno is node reversed. &quot;<p>Deno is an anagram of node, not reversed :)<p>But looks nice, will have a look at it!
评论 #39729482 未加载
评论 #39729502 未加载
szszrk大约 1 年前
This could be great for homelabbers. I have around 40 services I run currently but every time I tried Next&#x2F;owncloud I just removed it shortly after. Found it lacking speed, or resource consumption that was comparable to... the other 40 services combined etc.<p>This could perfectly fill that spot. Will be testing soon.
评论 #39729591 未加载
zamalek大约 1 年前
My biggest gripe is how often Nextcloud goes into maintenance mode. While this is currently slightly annoying, Nextcloud would quickly be rendered useless to my family would I pass away.<p>Please keep the upgrade process hands-off.
评论 #39733202 未加载
codethief大约 1 年前
What libraries does your Contacts app use under the hood? I&#x27;m asking because pretty much every contacts app I&#x27;ve tried had countless bugs – either in CardDav or the vCard part (when importing&#x2F;exporting) or both.
评论 #39729557 未加载
slooonz大约 1 年前
Have you given a try to cozycloud ? It’s the first on my radar for when I’ll find time to tinker with a personal cloud.
评论 #39733180 未加载
getwiththeprog大约 1 年前
I look forward to the photo and file sharing.<p>Will I still have to install postgres?
评论 #39732426 未加载
lagrange77大约 1 年前
Looks cool, congrats to the launch!
评论 #39732441 未加载
DirkH大约 1 年前
Site is down?
评论 #39732434 未加载