Article on usersockets

This commit is contained in:
Arya Kiran 2022-11-08 15:22:17 +05:30
parent ba658887a3
commit 57507f06c0
No known key found for this signature in database
GPG Key ID: 3A6EA2D0EE314EEF
1 changed files with 19 additions and 0 deletions

19
posts/usersockets.md Normal file
View File

@ -0,0 +1,19 @@
---
title: We now have user sockets!
date: Thu, 27 Oct 2022
author: ~aryak
---
Hi,
Me and [~cobra](https://cobra.vern.cc) 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](https://wiki.vern.cc/doku.php?id=guides:usersites).
I would like to thank [~hacker999](https://hacker999.vern.cc), [~pjals](https://pjals.vern.cc) and [~haxsam](https://haxsam.vern.cc) for helping out with the wiki and [~farooqkz](https://farooqkz.vern.cc) 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.