hashi-ui VS shoe-string-server

Compare hashi-ui vs shoe-string-server and see what are their differences.

shoe-string-server

A collection of scripts for running a bunch of services in docker on a budget (by mnahkies)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
hashi-ui shoe-string-server
2 4
1,235 13
- -
0.0 4.3
about 1 year ago 7 months ago
JavaScript JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

hashi-ui

Posts with mentions or reviews of hashi-ui. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-19.
  • Harbormaster: The anti-Kubernetes for your personal server
    20 projects | news.ycombinator.com | 19 Aug 2021
    Nomad also scales really well. In my experience swarm had a lot of issues with going above 10 machines in a cluster. Stuck containers, containers that are there but swarm can't see them and more. But still i loved using swarm with my 5 node arm cluster, it is a good place to start when you hit the limit of a single node.

    > The only serious downsides is having to use the HCL DSL ( https://github.com/hashicorp/hcl ) and their web UI being read only in the last versions that i checked.

    1. IIRC you can run jobs directly from UI now, but IMO this is kinda useless. Running a job is simple as 'nomad run jobspec.nomad'. You can also run a great alternative UI ( https://github.com/jippi/hashi-ui ).

    2. IMO HCL > YAML for job definitions. I've used both extensively and HCL always felt much more human friendly. The way K8s uses YAML looks to me like stretching it to it's limits and barely readable at times with templates.

    One thing that makes nomad a go-to for me is that it is able to run workloads pretty much anywhere. Linux, Windows, FreeBSD, OpenBSD, Illumos and ofc Mac.

  • Looking for non-dev friendly batch job operation service
    2 projects | /r/devops | 6 Mar 2021
    Hashicorp Nomad combined with Hashi-ui (https://github.com/jippi/hashi-ui) comes relatively close, but is disqualified because it provides no support for easy to use provisioning. Azkaban comes relatively close, but seems not to have strong supoort for containers.

shoe-string-server

Posts with mentions or reviews of shoe-string-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-09.
  • My deployment platform is a shell script
    4 projects | news.ycombinator.com | 9 Apr 2024
    I have a very similar system[1] for my personal projects, only I use GitHub actions to push a docker image to ECR and a commit to a config repo bumping the tag. I then have a cronjob to pull the config repo and reconcile using docker compose.

    I wouldn't use it for serious stuff, but it's been working great for my random personal projects (biggest gap is if something crashes it'll stay crashed until manual intervention currently)

    - [1] https://github.com/mnahkies/shoe-string-server/pull/2

  • Majority of web apps could just run on a single server
    3 projects | news.ycombinator.com | 24 Mar 2024
    For my personal stuff that doesn't get any traffic I cobbled together some scripts to manage containers / SSL here https://github.com/mnahkies/shoe-string-server

    I don't think I ever got around to making it self healing if a container dies, but it does support gitops style deployments through a cronjob / conf repo similar to argocd

    It's been running happily on a <$10 / month aws lightsail instance for a few years now, though tbh I'd still reach for k8s for anything serious

  • Harbormaster: The anti-Kubernetes for your personal server
    20 projects | news.ycombinator.com | 19 Aug 2021
    Interestingly this seems like a pretty popular problem to solve.

    I made a similar thing recently as well, although with the goal to handle ingress and monitoring out the box as well, whilst still able to run comfortably on a small box.

    I took a fairly similar approach, leveraging docker-compose files, and using a single data directory for ease of backup (although it's on my to-do list to split out conf/data).

    If there was a way to get a truly slim and easy to setup k8s compatible environment I'd probably prefer that, but I couldn't find anything that wouldn't eat most of my small servers ram

    https://github.com/mnahkies/shoe-string-server if you're interested

  • Show HN: Shoe String Server
    1 project | news.ycombinator.com | 15 Aug 2021

What are some alternatives?

When comparing hashi-ui and shoe-string-server you can also consider the following projects:

dagster - An orchestration platform for the development, production, and observation of data assets.

watchtower - A process for automating Docker container base image updates.

hashi-up - bootstrap HashiCorp Consul, Nomad, or Vault over SSH < 1 minute

hcl - HCL is the HashiCorp configuration language.

Portainer - Making Docker and Kubernetes management easy.

dokku-scheduler-nomad - Scheduler plugin for deploying applications to nomad

harbormaster

consul - Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.

git-pipe - Hassle-free minimal CI/CD for git repositories with docker or docker-compose projects.

https-portal - A fully automated HTTPS server powered by Nginx, Let's Encrypt and Docker.