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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Build an Internal Alternative to Airplane.dev

1 点作者 alexjv89大约 1 年前
Airplane.dev shut down recently. We had a bit of workload on airplane where, as a manufacturing company (<a href="https:&#x2F;&#x2F;imgearsindia.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;imgearsindia.com&#x2F;</a>), we wanted some scripts to be executed on demand by non-technical staff and some scripts to be run remotely on schedule. Some of the scripts needed inputs from the user as well, most often files of the days output from the factory etc.<p>Airplane did a lot of stuff other than a fancy job runner, but that is what we liked the most. We had used rundeck before but was too heavy for the simple workload that we had. We tried other tools but no one seemed to have the simplicity of airplane.dev. Given how unstable the ecosystem for these tools are, we decided to build an open source version ourselves in-house.<p>Since this does very little compared to what airplane does, we called it microlight. Took me a week and a half to put this together. Hope someone else finds this useful.<p>This runs on a single server. Server and the tasks executes on a single machine. Its open source. Have fun.

1 comment

alexjv89大约 1 年前
At some point off time, if you use it for something, would love to know how you used it.