blog/posts/usersockets.md

837 B

title date author
We now have user sockets! Tue, 08 Nov 2022 ~aryak

Hi,

Me and ~cobra finally finished/fixed user socket support on the pubnix!

With this, you can now host any sort of webapp on the unix domain socket ~/.webserver.sock and it will be rendered on *-user.vern.cc

Most webservers like NginX and Caddy have support for binding to Unix Domain Sockets too!

We have a growing amount of examples in the wiki page for usersites.

I would like to thank ~pjals and ~haxsam for helping out with the wiki and ~farooqkz for providing us a base NginX configuration for user sockets which we worked upon to do this.

Thank you for being a part of ~vern.