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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: One year of bewCloud (a simpler Nextcloud alternative)

50 点作者 BrunoBernardino3 个月前
It&#x27;s been over a year since I started working on bewCloud and 11 months since I posted the first Show HN [1].<p>Many things changed (check the commits [2] or the video updates [3] for more details), we&#x27;ve got one recurring sponsor, and recently the GitHub repo [4] passed 400 stars! We also just launched a new option to buy access to a managed instance.<p>If you have any suggestions, comments, or recommendations, I&#x27;d love to hear about it.<p>Thank you for your attention and kindness. I really appreciate it!<p>[1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39726172">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39726172</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;bewcloud&#x2F;bewcloud&#x2F;commits&#x2F;main&#x2F;">https:&#x2F;&#x2F;github.com&#x2F;bewcloud&#x2F;bewcloud&#x2F;commits&#x2F;main&#x2F;</a><p>[3] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;@bewCloud" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;@bewCloud</a><p>[4] <a href="https:&#x2F;&#x2F;github.com&#x2F;bewcloud&#x2F;bewcloud">https:&#x2F;&#x2F;github.com&#x2F;bewcloud&#x2F;bewcloud</a>

13 条评论

cess113 个月前
&quot;What&#x27;s wrong with Nextcloud or ownCloud?<p>To start, their resource footprints (CPU, memory) are huge when idle.&quot;<p>I&#x27;ve recently imported something like 2TB into a NextCloud instance on a Debian system. It idles at 0% CPU and 2GB RAM.<p>I would not choose JavaScript over PHP on the server.<p>How are you testing security? Do you have a security background?
评论 #43127728 未加载
dallamaneni3 个月前
Thank you for working on this. As a long term user of Nextcloud, I appreciate alternatives. Nextcloud is a beast with a lot of features but most of the folks I know including me use it mostly for files so projects like these can be useful.<p>Most lightweight alternatives I found use some non standard format to store files instead of leaving it to the filesystem which keeps me away from using those. I am glad bewCloud is not doing that.
评论 #43130228 未加载
noname1203 个月前
The following command from the README.md for the initial setup failed:<p><pre><code> docker compose run --rm website bash -c &quot;cd &#x2F;app &amp;&amp; make migrate-db&quot; make: *** No rule to make target &#x27;migrate-db&#x27;. Stop. </code></pre> Instead I had to run this:<p><pre><code> docker compose run --rm -it website bash -c &quot;cd &#x2F;app &amp;&amp; deno --allow-read --allow-env --allow-net migrate-db.ts&quot;</code></pre>
评论 #43127980 未加载
dingdingdang3 个月前
Any and all activity in this domain is appreciated! I used to run Nextcloud for a few companies but.. it&#x27;s just subpar and like OP rightly states the complexity inherited is out of this world.
评论 #43127120 未加载
heinrich59913 个月前
The images load very slowly. Perhaps you could downsize them a little? The first one I clicked on was 3283x2015 pixels, way too large for something that occupies maybe a quarter of my screen.
评论 #43127615 未加载
bityard3 个月前
&gt; Since I&#x27;m not into reinventing the wheel, I don&#x27;t think I&#x27;ll work on bringing Contacts&#x2F;CardDav or Calendar&#x2F;CalDav back into it.<p>I initially ran Nextcloud in order to have a self-hosted Dropbox replacement but the shared calendar and excellent web UI eventually became the killer app for our family. We ended up not really using any other part of Nextcloud.<p>Unfortunately, Nextcloud revamped the calendar UI to the point that it&#x27;s actively painful to use.<p>There are _lots_ of open-source Dropbox-like solutions for file sharing, but if I could find a good shared calendar solution _with a decent web UI_, then I could ditch Nextcloud from my self-hosted stack.
评论 #43130701 未加载
greggh3 个月前
Stating that one of the problems with Nextcloud is PHP does not inspire confidence.
评论 #43127710 未加载
rglullis3 个月前
I&#x27;m yet to figure out why we keep chasing this notion that everything should be on the cloud.<p>StarOffice&#x2F;LibreOffice was open sourced 25 years ago. It is still maintained and developed to this day. It can run on any operating system you need, and it uses the same data formats that any &quot;cloud solution&quot; will use as well.<p>It can not be a matter of &quot;it doesn&#x27;t have online multi-writer collaboration tools&quot;, because if that was such a killer feature, there would be at least a handful of companies developing plugins to support this - or even developed in the project itself.<p>It can not be a matter of &quot;data always available online&quot;, because you could solve this with a virtual online drive that can be browsed and&#x2F;or synced with your work computer.<p>The funny thing to me is that mobile-first people <i>prefer</i> to have an app for each separate task, while PC-first people would rather have everything inside a browser window.
评论 #43126567 未加载
评论 #43129786 未加载
评论 #43126538 未加载
jayemar3 个月前
&gt; Look no further than bewCloud – an innovative, open-source cloud solution crafted with TypeScript and Deno, using Fresh.<p>This looks interesting and is a space in which I&#x27;m definitely interested, but if you&#x27;re targeting simplicity, I didn&#x27;t think focusing on the programming tools is the right way to pitch your product.
评论 #43130238 未加载
plagiarist3 个月前
I&#x27;m curious about encryption with this or any similar service. My understanding with NextCloud is it can be set up with encryption such that the server cannot access the data.
评论 #43127700 未加载
mnutt3 个月前
Looks interesting, I&#x27;m curious how you settled on WebDAV? A decade ago I built a NextCloud alternative backend that also used WebDAV, and I&#x27;m not sure it&#x27;s something I would ever touch again. Lots of clients say they support WebDAV but they all do slightly different things, and if you own the clients then there are probably simpler protocols.
评论 #43130189 未加载
prmoustache3 个月前
Why do they keep using the word cloud for these kind of http file and application servers? There is nothing &quot;cloudy&quot; about them.<p>Only the actual managed services could reasonably be called cloud computing when they are hosted in an elastic and scalable infra.
评论 #43126545 未加载
评论 #43129159 未加载
评论 #43126953 未加载
jszymborski3 个月前
This looks great.<p>Another simple alternative to nextcloud is using syncthing with a server as a peer. If you want a web interface, you can point a web file manager like FileGator to the sync&#x27;d folder.
评论 #43130263 未加载