Note that Unix sockets for exopages must be world-readable

Anthony Wang 2022-07-29 14:07:59 -05:00
parent 53948f5e0e
commit ce6ed5ac10

@ -8,7 +8,7 @@ It only takes two minutes to set up your static website. Open up the file explor
For dynamic website hosting, the ports 4200 to 4209 are proxied to the domains https://0.exozy.me to https://9.exozy.me.
You can also create a Unix socket in `/srv/http/pages` which will be proxied to https://SOCKET.exozy.me.
You can also create a world-readable Unix socket in `/srv/http/pages` which will be proxied to https://SOCKET.exozy.me.
To run your website automatically, you can either create a cron job with `crontab -e` or a [systemd user service](https://wiki.archlinux.org/title/Systemd/User). For a systemd user service, make sure you enable lingering with `loginctl enable-linger $USER`.