@fribbledom any recommendations for other clients?
Notices by magical :tilde: (magical@tiny.tilde.website)
-
magical :tilde: (magical@tiny.tilde.website)'s status on Saturday, 23-Apr-2022 20:09:34 UTC magical :tilde: -
magical :tilde: (magical@tiny.tilde.website)'s status on Sunday, 09-Jan-2022 08:30:28 UTC magical :tilde: @lucidiot @m455 if you need a really basic CGI-capable server for testing, python has one built in:
python3 -m http.server --cgi 8000
your cgi scripts have to be in a directory named cgi-bin for this to work. and don't use it in production haha