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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What are some of the best ways to self-host software?

2 点作者 23andwalnut超过 6 年前
I make and sell a few self-hosted web applications and I&#x27;m looking for additional options to provide my customers for self hosting. The application requires a LAMP stack, and generally installation is pretty simple, but some users still struggle. Those of you that self-host, what methods are you using to deploy your apps? Do you have any tips that I can use to ease installation for my users?<p>Here are links to the apps that I built and sell:<p>- https:&#x2F;&#x2F;duetapp.com<p>- https:&#x2F;&#x2F;theanchorapp.com

1 comment

stephenr超过 6 年前
Ok so, I guess it depends on who your users generally are. Personally, <i>I&#x27;d</i> prefer if you provided an apt repo so I can install the software (and updates) that way, and use debconf to configure the stuff you cover in your &#x27;setup wizard&#x27;.<p>On a slightly off topic note: I&#x27;m a little confused how your two apps work together&#x2F;cross over? Or are they two distinct tools to do similar tasks?<p>Coincidentally story time: I am actually in the market for a replacement time tracking&#x2F;invoicing solution (current solution is halting support of their self-hosted version in favour of their &#x27;cloud&#x27; service). I think honestly the biggest issue for me is that I&#x27;m reluctant to make myself&#x2F;my business so reliant on a proprietary system like that again. Unfortunately most open source tools in this space also have no, or terrible native client support (i.e. desktop&#x2F;phone apps) so I&#x27;m kind of stuck right now.