[jgmac1106]I don't know enough about micropub endpoints but I think we could add one to the read template will look at @cleverdevil watch and listen posts
jgmac1106[m]Yes his site is vsry customized... Micropub support across boars something to look at. Watch is built for plex... Will play a bit this month, glad to have another person interested
[Slackbot]1Yes his site is vsry customized... Micropub support across boars something to look at. Watch is built for plex... Will play a bit this month, glad to have another person interested
jgmac1106[m]Yes his site is vsry customized... Micropub support across boars something to look at. Watch is built for plex... Will play a bit this month, glad to have another person interested
[Slackbot]1Yes his site is vsry customized... Micropub support across boars something to look at. Watch is built for plex... Will play a bit this month, glad to have another person interested
[tantek], [aaronpk], [Slackbot]1, lza1, [KevinMarks] and [Rose] joined the channel
@m_ott↩️ Or if you want to host the site in a “traditional” way but on a web hosting service instead of a server, there are many providers that let you pre-install WordPress (e. g. @SiteGround) or other CMSs – even the IndieWeb CMS @withknown. (twitter.com/_/status/1146327844236201984)
[jgmac1106]they were streamed on Twitch and recorded using Zoom, we are trying to move away from Google. Still figuring out the workflow, don't want it all to find [aaronpk]
[jgmac1106]lot of cool Known stuff and talk all weekend long. I will try to pull together a post...add to list of seventeen post Summit post I will "try" to post
mapkycaYeah, I'd love to see the other known convos too - I like to hear feedback, and get a sense of where others are at and what their pain points are
jgmac1106[m]I did an install with someone and we got stuck in a loop of composer wanting a php version. Yet we updated but not sure if it was the version on the shared host
mapkycaGood to know - php version is almost certainly that modphp/php_fpm is != php-cli, which is what composer uses. You need to make sure both are installed
mapkycadatabase... hmm... not sure how much more one can do on that. Known will create the tables automatically, but it requires the database to have been created (same as Wordpress)
[jgmac1106]I should record a vagrant tutorial or the docker build, people want to try Known and don't know where to start, the one we saw this weekend was a very technical person too, will keep working
mapkycaI think I've blogged the vagrant build (as I wrote it). It's technical, but on a Mac at least, you don't need to touch the cli or worry about PHP versions
[cleverdevil][benatwork] great work on the Unlock plugin for Known! It is also somewhat related to some topics we discussed at IWS around private posts. Wondering if similar code could be used to grant access to private posts via IndieAuth and magic email links.
[cleverdevil]Just need a fourth type called "protected" or something, with a set of domains that can IndieAuth to read the post, and a set of email addresses that can receive magic links to read the post.
[dogeared], JeffMaherVegas[m, [jgarber], [jared078], [jgmac1106] and [mapkyca] joined the channel
[mapkyca]Access via a special url would be easy, protected... not sure what that means, but so long as a user is authenticated it'd be easy. Just hook into the same mechanism as oauth etc.
[jgmac1106]this would be so cool, also [Sadik_Shahadu] is trying to raise funds to go to the wikimedia conf in Sweeden and can't use GoFundMe, could he install the unlock plugin to collect donations?
[cleverdevil][mapkyca] essentially, it would function like "members only", except that the end user wouldn't need an account on my Known site, instead they could IndieAuth with my site, and if their identity (domain name) is in the whitelist for the post, they can see it.
[cleverdevil][mapkyca] for people without an IndieWeb identity or IndieAuth, people could be invited to read the content via email address, with a magic link.
[mapkyca]All possible, just need to poke a hole in the walled garden and hook into the auth code. Just need to serve the requested entity and kill the session rather than log them in, like the way oauth works
[cleverdevil]Even cooler would be that if the act of sharing one of these protected posts with someone created a sort of shadow profile / user on my site.
[cleverdevil]That way I could do future sharing using autocomplete from my "address book" or "directory" or whatever, and could even potentially put these identities into groups to ease sharing further.
[cleverdevil]It'd be nice if an unauthenticated user landed on a permalink for a protected post, they'd be presented with the option to IndieAuth or put their email address in for a new magic link.
[mapkyca]although I think we deliberately hide denied vs 404 as we don't want to leak that denied content exists in the first place. Could make an exception for special protected state