nickodd, gRegorLove, [schmarty], swentel, [tonz], KartikPrabhu, [chrisbergr] and gxt joined the channel; nickodd left the channel
#bekoswentel: Does Indigenous for Android set the title on image upload or is this from my endpoint? Asking because the filenames (without extention) seem to end up as title on my CMS and I wonder if this is from the MicroPub or the Android app
#swentelbeko, there's an optional alt property when the image is attached to a note. And an optional title field for the media upload
#swentelif nothing is entered in those fields, they are empty, so no, no title normally :)
#bekoswentel: I'm using note + attachment. There is only a content field. Mayhap I have to enable some option?
#bekoswentel: nvm, GWG suggests it's from the cms. Now I've to find out how to kill that bird.
#petermolnarwould a micropub media endpoint make sense as a plugin for nextcloud?
#sknebelI could see that. Bit of a question how you'd do the integration when publishing the image, i.e. can you expose a folder as raw files efficiently, or do you need to move them somewhere else in site code
#sknebelin reverse, I could see people want a post to site from nextcloud feature too
#@Cambridgeport90Wonder how difficult it would be to implement webmentions via @-domain, @-WP user name if known, or @-activityPub user would be for Wordpress … only MB and Drupal seem to implement any method of doing that, and there needs to be more. (twitter.com/_/status/1318161881140498433)
#jeremycherfasDoes anyone here have syncthing syncing to a central server, with different machines syncing to that? I have two machines sharing a sync folder, but they both have to be online for sync to occur. I am finding the syncthing docs somewhat impenetrable.
geoffo and [chrisbergr] joined the channel
#aaronpkjeremycherfas: I run syncthing on my NAS so there's always a machine online
#aaronpktheres nothing special about that instance, it's just always on
#jeremycherfasYeah. I had a scare yesterday, when my desktop machine threw a wobbly and froze solid, that is making me reconsider. A NAS is currently outside my reach, so I was thinking of hosting on my VPN.
#nekr0zI have syncthing running 24/7 on a Raspberry PI in my cupboard, and also there's a desktop in my office that is never shut down, running syncthing, too.
#jeremycherfasA Pi might be a good solution. My worry is the current desktop dying and being unable to be brought back to life.
#jeremycherfasI have plenty of spare spinning hard drives that I could connect to a Pi. Of course, I would need to learn how to use the Pi.
KartikPrabhu, swentel, [snarfed] and b3u joined the channel
#b3uI don't even think I'm able to post a like, because I haven't been able to set up webmentions to automatically send.
#b3uTL:DR It's a static site, and I don't know how to send webmentions via a bash script without sending the same one over and over again.
[KevinMarks] joined the channel
#[KevinMarks]you're allowed to send webmentions more than once, receivers are supposed to cope (though avoiding it is good). There are tools that will send them for you too
#LoqiWebmention is a web standard for mentions and conversations across the web, a powerful building block that is used for a growing federated network of comments, likes, reposts, and other rich interactions across the decentralized social web https://indieweb.org/Webmention
#mayakate[m]<b3u "TL:DR It's a static site, and I "> I do this with a command to check when the latest commit on a file was. this means that you have to be able to map the file to its url
#mayakate[m]a lot of my stuff would need to be refactored for Scale but basically "cron job that operates on everything but exits out if conditions aren't met" is... kinda as good for my needs as a Proper setup with inotify or git hooks, and far, far simpler to get going
nickodd, [chrisbergr] and [kimberlyhirsh] joined the channel; nickodd left the channel
#jamietanna[m]What do we think of writing up, spec-style, any stable Micropub extensions, so the repo contains implementation detail etc, instead of folks needing to look through closed issues?