Closed fermumen closed 2 weeks ago
Hi @fermumen I'll add a delete project command soon. I think it's been asked multiple times now.
I'll make a release this weekend.
But can I ask why are you deploying an nginx server? Sidekick is not meant for that. Remember Sidekick already setup Traefik on your VPS. Adding nginx means that nginx would be behind traefik too... I always recommend a place that offers CDN for any static asset deployment. CF pages, Github pages and the like.
If there a special reason for this, I can add a command for you to serve static assets directly through traefik. That would make more sense.
Finally I know the error reporting is still poor. It's harder than it sounds. Please bear with me as I get this right
You are right not the best example! I just wanted to check that the set up worked and I couldn't think of anything more original. Keep up the good work it's an amazing project!
This is now fixed thanks to @dejanstrancar 🎉
Getting the current exit status 1 for a very simple docker image for nginx + hello world index.html file I'm using OrbStack to build the image but making sure platform is amd64 and not arm Is there a way I can print more information?
Additionally: After a failure like this I can't relaunch to the same name or redeploy to the same name because the file already exists and I need to ssh into the VPS and delete folders. Is there a way in Sidekick to unlaunch?