armor
armor copied to clipboard
Uncomplicated, modern HTTP server
@irundaia I made a fix, do you want to try with the following files? [armor.zip](https://github.com/labstack/armor/files/1804580/armor.zip) _Originally posted by @vishr in https://github.com/labstack/armor/issues/40#issuecomment-372463455_
Hi there, I couldn't find a `SECURITY.md` in your repository and am not sure how to best contact you privately to disclose a security issue. Can you add a `SECURITY.md`...
I wonder if I can enable auto certification apply without port 443 occupied? I only need armor to serve plain HTTP at port 80 but I need tls cert for...
Looking at the git commit history, I found that the sync pool of the gzip writer was removed. The reason is to fix the issue here: [https://github.com/labstack/armor/issues/13](https://github.com/labstack/armor/issues/13). But I still...
Recently I was trying to put together a docker container (based on `labstack/armor:0.4.14`) for several static sites, but no matter what I did, the hosts sections didn't seem to be...
This version should be included. acme: https://github.com/golang/crypto/commit/a950601f39e69382d60ea46fa15cecc9d9b70ec6 Fix temporary: ``` tls: address: ":443" auto: true directory_url: "https://acme-v02.api.letsencrypt.org/directory" ```
According to [Repology](https://repology.org/project/armor/packages), packages only exist for Homebrew, Linuxbrew, and Scoop -- and one of those is outdated. The BlackArch package there is for an unrelated tool. Can the developers...
Perhaps I missed something in the documentation, but is there a way to integrate PHP with Armor? Thank you!
Would be interesting to have some banchmarks on different platforms and against other http servers.