Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mightymoud
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mightymoud
2y ago
Planweb looks really promising. Keen to get in touch and see how I can help support the vision of Plainweb with Sidekick then you can reference it in the docs. I'll reach out on twitter
2.
▲
by
mightymoud
2y ago
I wrote a intro guide to pterm and cobra-cli here https://mightytuts.com/blog/golang-cli-introduction-with-cob... I also have a video on YT if that is your thing
3.
▲
by
mightymoud
2y ago
No Sidekick doesn't use firecracker. I know fly.io is built around it yes. They do that so they can put your app to sleep - basically shutting it down - then spin it up real quick when it gets a request. No place for this in Sidekick v
4.
▲
by
mightymoud
2y ago
It's a tunnel. So VPS can only be reached through cloudflare. It's not only for https, but more for security and lockdown
5.
▲
by
mightymoud
2y ago
Interesting setup.... How do you run the containers on your VPS tho? You could still use Sidekick for that! I think your setup is one step up in security from Sidekick nonetheless. A lot more work it seems too
6.
▲
by
mightymoud
2y ago
Yup deploy hooks are on my mind. Just didn't put them on Readme. Shouldn't be very hard to implement. Might do this first before docker-compose support.
7.
▲
by
mightymoud
2y ago
1) Kamal is more geared towards having one VPS for project - it' made for big projects really. They also show on the demo that even the db is hosted on its own VPS. Which is great! But not for me or Sidekick target audience. Kamal V2 w
8.
▲
by
mightymoud
2y ago
Locally here means the locally on your laptop locally, not locally on your VPS. Contrary to popular opinion, I believe your source code shouldn't be on your prod machine - a docker image is all you need. Lots of other projects push you
9.
▲
by
mightymoud
2y ago
hahah seems like we went down the same rabbit hole. I also considered `docker-rollout` but decided to write my own script. Heavily inspired by the docker-rollout source code btw. Just curious, why did you decide to go with docker plugins?
10.
▲
by
mightymoud
2y ago
Thanks man! I'm working on the docker-compose support. I got it working locally, but the ergonomics are really hard to get right, cus compose files are so flexible. I was even considering using the `sidekick.yaml` file as the main conf
11.
▲
by
mightymoud
2y ago
Sounds like you have a great setup. My vision is to make a setup like yours more accessible really w/o having to play with low level config like ansible. I think you should try to replace nginx with Traefik - it handles certs out of th
12.
▲
by
mightymoud
2y ago
Correct me if I'm wrong, Docker Swarm mode is made to manage multi node clusters. This is meant for only one single VPS.
13.
▲
by
mightymoud
2y ago
Thanks! This comment really makes my day!
14.
▲
by
mightymoud
2y ago
Respect! Fly is an absolute beast and to me is best in class for sure!
15.
▲
by
mightymoud
2y ago
I think this is just miscommunication - I meant more in a side-project/application that you made yourself. Not an application package you install on ubuntu
16.
▲
by
mightymoud
2y ago
Glad you found this useful. Let me know if you have specific features in mind.
17.
▲
by
mightymoud
2y ago
Yeah I have noticed the same. It's actually pretty cool
18.
▲
Show HN: A CLI tool I made to self-host any app with two commands on a VPS
(github.com)
452 points
by
mightymoud
2y ago
|
152 comments