LoqiCSRF or Cross-Site Request Forgery is an attack that OAuth and IndieAuth clients (relying parties) need to be aware of, wherein victims unknowingly follow a link to a relying party callback URL prepared by an attacker https://indieweb.org/CSRF
Loqimigration in the context of the indieweb refers to the process of moving your indieweb site from any one or more of one CMS / web host / DNS provider / URL design / domain name to another https://indieweb.org/migration
LoqiIt looks like we don't have a page for "changing identity" yet. Would you like to create it? (Or just say "changing identity is ____", a sentence describing the term)
LoqiJekmentions was a service that works as webmention endpoint and saves the received webmentions in a GitHub repository (shut down in 01-2016) https://indieweb.org/Jekmentions
skippyi have a very specific use case, so its not likely a generally useful thing. Probably better for me to write my own publishing page with the data template I want, rather than shoehorn this into Quill or micropub.
skippyi want a dead simple way to upload new content to my https://skippy.is/ site. Every post has the same format. Right now I'm cooking up a custom micropub endpoint to take the Quill input and create the specific output I need.
sebselHm, but that does sound more like a display-thing, right? If you change the way your site renders certain elements, you don't have to duplicate it all?
skippybut i'll still need to manipulate what I get, since i want to resize photos server-side when i get them, rather than require me to resize them on my phone before uploading.
LoqiJSON (abbreviation for JavaScript Object Notation) is a data serialization format often used by HTTP APIs, growing in popularity instead of XML, and also the canonical output of microformats2 parsers https://indieweb.org/JSON
grantcodesPerhaps differently per reader? Or by the server but then the server would probably want to link to a reader to actually view the notification.
grantcodesThe only issue I see with non-readers sending notifications is linking to somewhere where you can actually read / take action on the notifications
grantcodessknebel: think it's very likely you'd have different readers on different devices though so you wouldn't always want to use one reader to read your notifications
[eddie]“eddie shouldn’t have to run a complicated server to send push notifications” unfortunately that is the definition of a server that sends push notifications to iOS devices “run a complicated server”
[eddie]But I will have to have a server running that has my certificates from Apple that allow push notifications to be sent through to iOS. Whether I have a micropub endpoint, a WebSub subscription or a third type of forwarding mechanism, those should all be fairly simple considering the server has to exist and push content to Apple anyway
[snarfed]you probably already know, but you can use services to send push notifs instead of running your own server with apple certs. pushover, pushbullet, etc
@aswath@Paul__Walsh@PaulSweeney Built on OAuth & email auth code. ID is owned page, listing email id & OAuth prov who allow two-way links (currently Twitter & Github). A 3rd party verifier w "4-way dance" bw user, OAuth IdP, indieauth verifier & RP. (twitter.com/_/status/977267309910904833)
[eddie]I looked at https://indieweb.org/reply-context but I couldn’t really find anything like what I was looking for. Does anyone know of any good examples of markup for reply contexts where the post being replied to is an article and some content from the article is being quoted in the reply context?
[eddie]Content and Summary don’t seem right because it’s not a summary of the entire article and content seems wrong because it’s only a subsection of the content
skippyanyone using Known in a container? I'm trying to figure out how best to use different tools for different sites on the same host. I have a WP multi-site in /var/www/html; and a PHP Docker container mounting /var/www/html into the container. That makes it hard(er) for me to easily add other PHP-powered solutions at docroots of other domains...
sebselI had a fancy solution with one nginx based docker that automatically created a https cert via Letsencrypt for any docker you brought up with a host-name in the env.
skippyi think i could create all my sites as sub-dirs under, say, /srv; and then mount /srv into my PHP container. That way they'd all share the same PHP root, but have different docroots under /srv....
skippyi dislike my source code apps living in containers because it requires more effort. WP has auto-upgrades of the source PHP files. I dont relish the notion of babysitting container upgrades for each WP release.
skippyand i mount the source directory from my host into the container, so that the paths are the same between host and container. caddy proxies php requests to localhost:9000 where php-fpm in the container executes the code.
skippyrunning WP and Known at the same time presents a challenge. Unless I want to run one (or both) of them on localhost and use Caddy to proxy public requests to the localhost instance?
sebselI still don't see why you can't just add another php-fpm container then? But then again, I'm quite new to Docker myself, and your setup sounds complicated already.
skippyyes, i could use another php container. that seems sub-optimal to me, because they're the same container contents, just listening on different ports.
@aaronpk@Paul__Walsh Not just from *a* trusted source, since that's what got us into this mess in the first place. IndieAuth is all about letting each person choose an auth provider they trust, even if that is themselves. It's the original goals of OpenID built on OAuth. (twitter.com/_/status/977284631253860352)
Loqimusician is someone who creates music typically by playing instruments though sometimes by electronic sequencing, and is often a composer of said music too https://indieweb.org/musician
Loqirel-feed is the standard for linking to multiple (potentially alternative) h-feeds from a site's homepage using the code rel="feed" on those links https://indieweb.org/rel-feed
swentelbecause I added 'microformats' feed from aaron as a source in the channel and it found 168 entries, so I'm asuming it's parsing both /syndicated and /all rel="feed" links
aaronpkMicroformats usually gives the best result since it has things like photos, in-reply-to, likes, etc. JSONFeed tends to be the next best, RSS/Atom last
aaronpkExcept for wordpress sites where the Microformats are almost always messed up because of bad backcompat parsing so I usual subscribe to the XML feeds for those
LoqiA feed is a dynamic set of posts, typically listed in reverse-chronological order, often only the most recent n (like 10) of them https://indieweb.org/feed
tantek"Another benefit of this is that if there is ever a new syndication feed format, you don’t have to wait for browsers to be updated with the new MIME type to recognise it as a feed." which is exactly what has now happened with JSONfeed
Loqi[aaronpk] Except for wordpress sites where the Microformats are almost always messed up because of bad backcompat parsing so I usual subscribe to the XML feeds for those