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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Designing the IT infra of a non-profit with a IT team of 1?

3 点作者 vitorbaptistaa超过 2 年前
I&#x27;m helping a small non-profit handle their IT infrastructure. There&#x27;s nothing too fancy, just:<p>* Main website using NodeJS (hosted on Vercel)<p>* Postgres Database in Azure<p>* MediaWiki (hosted on a VM in Azure)<p>* Custom-build SaaS (also on VMs in Azure)<p>* Scrapers (Azure)<p>That&#x27;s basically it. There are multiple small VMs which costs us a good chunk of our IT budget. I&#x27;d love to centralize them in a cheap dedicated server from Hetzner, but I&#x27;m concerned that it would take too much of my limited time to maintain it.<p>I thought about Dokku for the small webapp and MediaWiki, but I don&#x27;t have experience with it, so I don&#x27;t know how easy it is to maintain once setup, how backups work, etc.<p>My main goals are:<p>* Easy to maintain (using technologies as boring as possible)<p>* Price (the company is in Brazil, where we can hire some non-IT person for ~$400 USD)<p>Any suggestions on how you would build this infra?

1 comment

quantisan超过 2 年前
It sounds like they have a stack that&#x27;s working already, is that correct? If that&#x27;s the case, why are you tasked to re-design it? Why not keep things running and improve only when and where it&#x27;s needed?