#dev 2024-09-26
2024-09-26 UTC
[tw2113] and AramZS joined the channel
# aaronpk OAuth for BlueSky! Including the same client ID metadata mechanism as was recently added to IndieAuth! https://docs.bsky.app/blog/oauth-atproto
Kupietz and angelo joined the channel
# [schmarty] oooh!
# [schmarty] aaronpk++
troojg, sebbu2, [qubyte], [tw2113] and __DuBPiRaTe__ joined the channel
# thepaperpilot I've been trying to get my YT comments into indiekit (e.g., PESOS), but the YT API doesn't have any method to retrieve all comments authored by a channel. But I know google has that data indexed, as evidenced by **https://myactivity.google.com/page?page=youtube_comments**loading instantly
ttybitnik joined the channel; cuibonobo left the channel
# thepaperpilot Yeah, unfortunately I think I'll just have to occasionally check that link to see if there's any new comments and manually add them to the site
AramZS and zicklepop joined the channel
# [manton] [catgirlin_spac] Following on the Micropub discovery… I found the problem. http://Micro.blog is expecting `authorization_endpoint` and `token_endpoint` links too for IndieAuth, but they aren’t in your HTML. Is your site working with other Micropub clients?
# catgirlin.space it is, yeah
# catgirlin.space they're in the http link header
# [schmarty] manton: any plans to update that to discovering `indieauth-metadata`? https://indieauth.spec.indieweb.org/#discovery-by-clients
gRegorLove_ and [KevinMarks] joined the channel
# [KevinMarks] https://observablehq.com/blog/big-insights-small-spaces some nice chart types here
jacky joined the channel
AramZS and [tantek] joined the channel
Zegnet, barnaby, Dryusdan, sebsel, voxpelli, zicklepop and [aciccarello] joined the channel
# [schmarty] that report says it was (re-)introduced in iOS 18!
AramZS and sdavidprince joined the channel
# sdavidprince oh I was still typing a greeting text
# sdavidprince @gRegor is there not any way to using blogger API the way ifftt and Zapier pushed posts to a blogger site from elsewhere
# Loqi Blogger is a blog content hosting silo owned by Google https://indieweb.org/Blogger
# sdavidprince Eish alright thanks.
# gRegor There might be a way to get it to work, though it also requires using /silo.pub, which I don't think is maintained https://indieweb.org/Blogger#Micropub
# Loqi silo.pub is an open source self-hostable Micropub endpoint for hosted blogs like Tumblr, WordPress.com, and Blogger, and used to be a hosted service at an eponymous domain until it expired in 2018 and subsequently squatted https://indieweb.org/silo.pub
# sdavidprince That's old
# sdavidprince I can say. But it's been 4 years since I knew blogger nothing has changed.
zicklepop1 joined the channel
# sdavidprince 🥲 I'm only with my mobile now but I'll try to see if it runs. this would mark my second attempt to host nginx on my mobile. it seem to run on phyton will it run on the latest phyton version
ttybitnik and troojg joined the channel
# yusdacra hi, new to indieweb stuff. was wondering about implementing indieauth for my website. i have a guestbook on my website that currently requires oauth via discord or github, i wanted to add indieauth support but i’m not sure what’s the best way to go about it. i tried adding it through indielogin, but it needs client registration and looking at the github it doesnt seem very active. reading about indieauth i guess i have to ho
# yusdacra what are the differences? idk if i want to implement indieauth myself since im wary of doing auth stuff wrong xD
# [tantek] rather than implementing indieauth yourself, you can run your own instance of http://indielogin.com
# yusdacra is there any documentation on how to host it?
AramZS joined the channel
# Loqi indielogin.com is a service that developers can use to log users in to a website https://indieweb.org/IndieLogin
# [tantek] yusdacra, https://github.com/aaronpk/indielogin.com/issues/27 is the closest I found