[jacky]capjamesg[d]: links on the page could help but they aren't needed - I couldn't find them in the HTML from a cursory glance (could be handy to drop into a social reader)
[manton]I’ve been spending some time improving export/import in Micro.blog, including better support for my Blog Archive proposal, which is a ZIP file of Microformats + JSON Feed + uploads. If anyone wants to tinker with this, I have an example.bar file in this post that people can play with: https://www.manton.org/2021/12/27/importing-blog-archive.html
[jacky]I think starting on GitHub and then when more concrete points are made, updating the Wiki (but also pointing back to the GitHub issue) has been something I've seen as useful + productive
frittroThanks for the link @gRegor. I'll be investigating how best to implement the web sign-in from the #yunohost SSO (or from #nextcloud on YunoHost preferably) before I implement this as part of my setup for 2022. It looks very interesting though.
gRegorCool. /IndieAuth is the spec that sign-in uses if you're implementing that, but it's easiest to set up a simple HTML page that links to other auth providers
LoqiNextcloud is an open source software project for self-hosted personal web services including a file manager (an indie version of Dropbox), music, calendar (CalDAV), contacts (CardDAV), and more https://indieweb.org/Nextcloud
frittroYep, my plan is to use NextCloud as my personal portal, for my family and friends to log into as the main user interface for my site, with other subdomains accessible from it using SSO. The YunoHost (YNH) interface will only be used for administration, not for user access. I still have to resolve the SSO implications of this setup, as YNH expects to be the SSO for users accessing any subdomain under it.