Live data from Hacker News

Nginx Unit – Universal web app server

github.com

21–30 of 201 posts

Re: Nginx Unit – Universal web app server

#23
So much JSON... is that the real thing, as in comments are the gateway to hell, or is it actually some practical JSON superset like JSON5?

I almost see myself jury-rigging some bespoke filesystem on-ramp to that REST configuration interface. Likely with at least half a dozen scary security compromises.

Then on the other hand I guess they've never been afraid of getting called opinionated and that's certainly much better than trying to be everything, for everyone, at the same time.

Re: Nginx Unit – Universal web app server

#24

Would you prefer this over Traefik for a simple docker-compose setup?

> a simple docker-compose Abstraction at it's finest.

What strikes you as difficult with compose files? In fact, I would say it’s the most concise format to describe a desired state of running applications currently available.

Re: Nginx Unit – Universal web app server

#25

Would you prefer this over Traefik for a simple docker-compose setup?

> a simple docker-compose Abstraction at it's finest.

Unironically this. After trying Kubernetes, Terraform, Ansible, and various proprietary PaaS config formats, I've grown to love Compose files' simplicity.
Post reply on HN