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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Lapdev, a new open-source remote dev environment management software

230 点作者 lyang2821大约 1 年前

17 条评论

pocketarc大约 1 年前
This looks pretty good. Being able to use devcontainers on local server hardware without monthly fees (and&#x2F;or hetzner servers) sounds great.<p>Up until now we’d been making do with docker-compose and JetBrains’s remote SSH dev; this should be significantly better.
评论 #39802051 未加载
评论 #39802298 未加载
评论 #39803089 未加载
Eridrus大约 1 年前
I am interested in remote dev environments, but I&#x27;m not super excited about managing yet more software in the cloud.<p>There were some headaches around the exact specifics since it wasn&#x27;t designed for this, but I liked the idea of using skypilot to launch dev machines in the cloud since it has plugins to all the cloud APIs and so you don&#x27;t need to manage a k8s cluster to launch a dev machine. Admittedly it worked better for launching a Jupyter server than a &quot;full&quot; dev machine, but a full dev machine seemed to be just a few ssh&#x2F;vs code configurations away.
评论 #39803694 未加载
评论 #39804166 未加载
gravypod大约 1 年前
A lot of remote dev environments have limitations when it comes to certain types of development. For example, ios and android app development can be tricky. Or game development where you need to have GPUs and build artifacts may be slow to download to your machine.<p>Are there any guidances for how to fix this?
评论 #39802831 未加载
评论 #39802528 未加载
1shooner大约 1 年前
I&#x27;m very interested to learn more about this class of tool. I had seen[0] Coder including alpha support for .devcontainer, but I&#x27;m not aware of other OSS options.<p>0. <a href="https:&#x2F;&#x2F;coder.com&#x2F;docs&#x2F;v2&#x2F;latest&#x2F;templates&#x2F;devcontainers#devcontainers-alpha" rel="nofollow">https:&#x2F;&#x2F;coder.com&#x2F;docs&#x2F;v2&#x2F;latest&#x2F;templates&#x2F;devcontainers#dev...</a>
评论 #39803307 未加载
stephenr大约 1 年前
It&#x27;s always interesting to see new approaches but I don&#x27;t see this replacing Vagrant for my projects any time soon:<p>- Vagrant already supports VM or Container environments, and has a well defined system for building and distributing &quot;base&quot; boxes;<p>- Vagrant uses a Ruby file to define the environment, so it&#x27;s much more powerful than a Yet Another Migraine Looming file.
评论 #39805788 未加载
sneak大约 1 年前
This isn’t open source; one of the directories is licensed under a proprietary, subscriptionware nonfree license.<p>The remainder is AGPL, which many people (including myself) consider nonfree as well.
评论 #39805956 未加载
评论 #39813219 未加载
ojacques大约 1 年前
Another implementation in that space is <a href="https:&#x2F;&#x2F;devpod.sh" rel="nofollow">https:&#x2F;&#x2F;devpod.sh</a>
评论 #39807386 未加载
johnchristopher大约 1 年前
I don&#x27;t understand. It&#x27;s installed on a remote server, okay.<p>But does it provide remote environments or local environments ?<p>And what&#x27;s an environment in this context ? A Docker compose file and a .env? Code or vim settings ? A vm à la vagrant ?
评论 #39802198 未加载
评论 #39805984 未加载
krm01大约 1 年前
Nice! Small design nitpick&#x2F;tip : center the text on your buttons to make them feel more like buttons. Left aligning them makes them look like labels to some. Small tweak, but can result in better conversion.
salamander014大约 1 年前
So, I know very little about this devcontainer spec.<p>Can I just ask, what value does this spec provide that a simple docker image containing the necessary tools does not already provide?<p>Why do we need another layer on top? What am I missing?
评论 #39802221 未加载
评论 #39802260 未加载
评论 #39806407 未加载
评论 #39802201 未加载
hagbard_c大约 1 年前
Looks like Kasm Workspaces [1] for developers, I&#x27;ll give it a try.<p>[1] <a href="https:&#x2F;&#x2F;kasmweb.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;kasmweb.com&#x2F;</a>
iAkashPaul大约 1 年前
Seems great, coming from having to install code-server(hosted VSCode on remote machines) along side SSH via local VSCode. A better managed experience for both would be pretty neat!
somethingsome大约 1 年前
Main current main pain point with devcontainers is to run a gui app remote, wathever I do, the gui opens only on the server. I&#x27;m wondering if this solution can export gui remotely?
ivanjermakov大约 1 年前
Can I connect to the environment over https? I&#x27;m looking for a good solution to use nvim from the browser on my iPad on the go.
评论 #39805988 未加载
rcarmo大约 1 年前
Nice, but with a Proxmox setup I can clone an existing VM&#x2F;container (and there are already dozens of templates), point VSCode at it, and I’m done.<p>What does this add, really? It’s not automation (I can automate a couple of clicks in Proxmox), it’s not resource management (Proxmox handles storage, etc.). Is it developer identity? Because that’s the only thing I’d need a (relatively simple) script to deploy SSH keys to an environment.
评论 #39813743 未加载
评论 #39807080 未加载
brunoqc大约 1 年前
It&#x27;s open-core <a href="https:&#x2F;&#x2F;github.com&#x2F;lapce&#x2F;lapdev&#x2F;blob&#x2F;8eeb3cc3cbbf4c5bf4e79285f974d7ddd3f06ab3&#x2F;lapdev-enterprise&#x2F;LICENSE">https:&#x2F;&#x2F;github.com&#x2F;lapce&#x2F;lapdev&#x2F;blob&#x2F;8eeb3cc3cbbf4c5bf4e7928...</a> , if you care about that.
评论 #39806001 未加载
评论 #39803241 未加载
评论 #39802212 未加载
shantnutiwari大约 1 年前
Requirements: Postgres<p>This immediately killed it for me. I need to install a Postgres server just to try out a tool? And if I recommend it to my team, do we need to run and maintain a Postgres instance?<p>OP- you are creating too much work for me. And don’t ask me to use your hosted version, the easiest solution is to use Vs code devcontainers
评论 #39807895 未加载