has anyone had luck setting up a single-serving pinafore/semaphore/enafore on a gotosocial server before?
it looks like pinafore kinda supports it according to https://github.com/nolanlawson/pinafore/issues/1287
enafore seems to have explicit support for setting it to be locked into a single instance: https://github.com/enafore/enafore/issues/35 which looks great!
however, enafore deleted all the installation instructions out of their readme, (wat) and the instructions for how to install from pinafore don't work for enafore for npm-related reasons I am really not keen on deciphering
gotosocial does allow you to drop a bunch of static files into the web/assets directory which get served up for requests, which is great! but it looks like if you try to put pinafore there, it won't load because pinafore seems to assume it's running at the root of the domain and doesn't work when relocated to a different path so even if I got enafore's npmshit figured out, I don't think it would actually work?
@technomancy If you ever find anyone who has done this or deployed it or packaged it in some way, let me know because I'm curious about it.