#dev 2025-05-02

2025-05-02 UTC
thegreekgeek, grufwub, jacensekai, perryflynn, gRegor, gRegorLove_, CRISPR, box4649, luca, barnaby, srxl, nemonical, duanin3 and duanin2 joined the channel
#
doesnm
Noticed about existing microsub.rocks. It working via Monocle but seems deployed version is different from sources. I don't see "Hello World" post in sources
nemonical, GuestZero, barnaby, gRegorLove_, M-Sci, [qubyte], GuestZero_ and luca joined the channel
#
gRegor
doesnm, usually you'd just redirect the old User:example.com page to the new one. Don't need to delete an account or anything.
#
gRegor
Oops, wrong channel.
#
doesnm
gRegor: already done. I just want to sign with doesnm.cc instead of doesnm.p.psf.lt
#
gRegor
Go for it :)
#
doesnm
where is sign out button?
#
gRegor
Ooh, well that might be an important oversight in the wiki theme :)
#
doesnm
© sign out from mediawiki is harder that quiting vim
#
aaronpk
it's the hotel indieweb
ttybitnik and gRegorLove_ joined the channel
#
[tantek]
aaronpk++ hotelindieweb++
#
Loqi
hotelindieweb has 1 karma over the last year
#
Loqi
aaronpk has 63 karma in this channel over the last year (136 in all channels)
barnaby, [KevinMarks] and GuestZero joined the channel
#
gRegor
Heh, I got a webmention from webmention.isbrill.com
#
gRegor
I think the site is by Matt who also runs /openmentions
thegreekgeek_ joined the channel
#
doesnm
indielogin and monocle had issue with selfauth? https://doesnm.cc/Screenshot_20250502-215037.png
#
gRegor
Hm, I don't see "Invalid code provided" in the selfauth source code
#
gRegor
I wonder if indielogin is trying to use your token endpoint, which is disconnected from selfauth (tokens.indieauth.com).
#
gRegor
You could try temporarily removing that token endpoint and see what indielogin does
#
gRegor
I think it *should* only use your token endpoint if it needs an access token, but not for a basic authentication https://indieauth.spec.indieweb.org/#redeeming-the-authorization-code
#
gRegor
"If the client only needs to know the user who logged in and does not need to make requests to resource servers with an access token, the client exchanges the authorization code for the user's profile URL at the authorization endpoint."
#
doesnm
gRegor: it working after commenting token_endpoint. but TIA endpount should working with any auth_endpoint afaik
#
gRegor
If indielogin.com is trying to redeem your authorization code at tokens.indieauth.com, the latter has no idea how to do that I'm pretty sure
#
gRegor
I'll check indielogin source, not sure why it would be doing that
#
gRegor
Mm, looks like indieauth-client-php always tries to use the token endpoint to exchange, only falling back to authn endpoint if there is no token endpoint. https://github.com/indieweb/indieauth-client-php/blob/1.1.6/src/IndieAuth/Client.php#L119
#
gRegor
I'll take a closer look and file an issue
GuestZero_ and barnaby joined the channel
#
aaronpk
anyone want to volunteer for the Web Almanac project to make sure Microformats 2 is represented this year?
barnaby joined the channel
#
aaronpk
oof, webmention.io is getting expensive to run now
#
aaronpk
i moved avatar URLs off of the main server when i had that spike from someone's really popular blog post, but now my AWS bill is more expensive than the VPS 😭
#
aaronpk
5 million requests that day is no joke tho https://media.aaronpk.com/2025/05/02164020-4532.png
#
capjamesg
Are there things you can do to reduce the avatar storage cost?
#
aaronpk
force people to rehost the avatars themselves
#
aaronpk
i guess i could resize them to even smaller versions, but I don't think the size of the files is that significant compared to just the number of requests
#
[tantek]
that's a lot of requests per day
#
aaronpk
that was 20gb transferred that day