harbormaster VS hashi-ui

Compare harbormaster vs hashi-ui and see what are their differences.

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
harbormaster hashi-ui
27 2
- 1,235
- -
- 0.0
- about 1 year ago
JavaScript
- 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.

harbormaster

Posts with mentions or reviews of harbormaster. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-19.
  • Harbormaster: The Tiniest Container Orchestrator
    1 project | news.ycombinator.com | 30 Jul 2023
  • Ask HN: What hardware are you running for your home server?
    2 projects | news.ycombinator.com | 19 Jul 2023
    I use an HP ProLiant Microserver with four drives in a ZFS RAIDZ array and an SSD for the OS. For software, I mostly run it in Docker using a very small container orchestration program I wrote:

    https://gitlab.com/stavros/harbormaster

  • MRSK vs. Fly.io
    7 projects | news.ycombinator.com | 22 Mar 2023
  • I am a one-man show: Deployment and infrastructure for a 150k/m visits webapp
    2 projects | news.ycombinator.com | 26 Sep 2022
    I needed something that would restart containers automatically when I pushed to a branch, so I wrote a few lines of code to do it:

    https://gitlab.com/stavros/harbormaster

    As far as PaaSes go, it's probably the simplest, and works really well.

  • My VM is Lighter (and Safer) than your Container
    5 projects | news.ycombinator.com | 8 Sep 2022
    I was in the same boat as you and built something simple that I really like:

    https://gitlab.com/stavros/harbormaster

    It'll just pull some repos, make sure the containers are up, and make your configuration simple and discoverable. It really works great at that.

  • Exposing a web service with Cloudflare Tunnel
    9 projects | news.ycombinator.com | 8 Feb 2022
    I do this for our services, it works great and we can easily put SSO in front of them with CF Access. I publish a Docker container that you can use as a sidecar for your Compose deployments:

    https://gitlab.com/stavros/docker-cloudflared

    I use this with Harbormaster (https://gitlab.com/stavros/harbormaster) so I can expose containerized stuff without ever forwarding any ports outside of Docker.

  • I Miss RSS
    17 projects | news.ycombinator.com | 5 Jan 2022
    I use Dokku for that (I can share my Bitwarden repo if you want, the entire thing is four lines or something). I also made https://gitlab.com/stavros/harbormaster for things that weren't so "web server -> app -> database" and love it.
  • Self-Hosting Dozens of Web Applications and Services on a Single Server
    15 projects | news.ycombinator.com | 31 Dec 2021
    I had the same problem and didn't want to manage things by hand, so I wrote Harbormaster:

    https://gitlab.com/stavros/harbormaster

    It basically pulls Compose apps from the git repositories you specify, builds the containers and makes sure they're running. Pretty simple and works really well for me.

  • Setting Up Cloudflare Argo and Access on a Raspberry Pi
    3 projects | news.ycombinator.com | 29 Nov 2021
    (This post should read "Argo tunnel" instead of just "Argo")

    I did the same to enable secure access to services via SSO at work. I used Harbormaster[1] to deploy Compose files, but it's otherwise the same setup.

    One of the big advantages this has is that the services can't be accessed any other way (not even from the same host, as they only listen inside the Docker network). That makes it hard to forget some port exposed because you listened to 0.0.0.0 instead of localhost.

    Cloudflare access is very easy to set up SSO with, as well. I'd recommend this setup if you need it, though for home usage I usually just set up Caddy as a reverse proxy with basic auth, as I'll be the only person using this and I don't want Cloudflare MITMing my personal stuff.

    [1]: https://gitlab.com/stavros/harbormaster

  • What is the cleanest way to deploy a docker-compose stack to a remote server?
    3 projects | /r/devops | 31 Oct 2021
    Something like harbormaster? https://gitlab.com/stavros/harbormaster

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.

What are some alternatives?

When comparing harbormaster and hashi-ui you can also consider the following projects:

swarmpit - Lightweight mobile-friendly Docker Swarm management UI

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

ufw-docker - To fix the Docker and UFW security flaw without disabling iptables

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

nixos-infect - [GPLv3+] install nixos over the existing OS in a DigitalOcean droplet (and others with minor modifications)

Portainer - Making Docker and Kubernetes management easy.

docker-box - A lightweight docker application platform for single servers.

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

Dokku - A docker-powered PaaS that helps you build and manage the lifecycle of applications

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

neural-hash-collider - Preimage attack against NeuralHash 💣

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