Eric Wong: > Lunar wrote: > > Rainbows! is used by Coquelicot: > > https://coquelicot.potager.org/ > > > > The project needs some love, but I know about several installations that > > are used on a daily basis. > > Interesting! I'm honestly a bit disappointed it's not a generic Rack > app and depends on certain server features, but the project seems mostly > inline with my interests. In the very first versions, it was a generic Rack app. And then I discovered that the file that was transmitted was saved in clear before being given to the handler (where it would get encrypted)… Finding that Rainbows! could be made to process the incoming bytes directly really helped in fixing this issue. The choice of tying it to a single HTTP server is also a conscious decision to make it easy to install. On Debian, it only requires `apt-get install coquelicot` and then 3 lines in Apache configuration. > But if I were to run it, I'd remove all CSS+images+JS and might > contribute a patch to disable that all, too :) Why not. :) -- Lunar