Re: Some thoughts on merging 0install.net and 0install.de
"Bastian Eicher" <[email protected]> Tue, 2 Aug 2016 22:59:21 +0200
| Newsgroups | gmane.comp.file-systems.zero-install.devel |
|---|---|
| Message-ID | <[email protected]> |
Phil ([email protected]) wrote: > Here are 3 ideas. Thanks. :) > Generate static pages from the wordpress site. There are at least a couple wordpress plug ins that do this. I do use a number of dynamic features though, such as user registration, contact form and switching language based on "Accept-Language" and "Cookie" headers. > Host it on a unikernel like mirage os https://mirage.io/. That lowers your attack surface by not running anything but the software to host the website. Unikernels are a really cool concept. :) However, 0install.de does host some rather complex stuff, like a continuous integration server that builds source using Mono. Probably wouldn't be able to get that running outside of a general-purpose OS. > Write the site in ur/web http://www.impredicative.com/ur/. Probably a bit of learning curve here though. > But it would be protected by the static type system from most injection attacks. Haven't heard of that yet, will take a look. However, as you hinted at with the learning curve, the amount of time I can spend on this next to my daytime job is somewhat limited. ------------------------------------------------------------------------------