#known 2016-03-02

2016-03-02 UTC
tantek, benwerd, j12t, benwerd_, j12t_, loic_m, KevinMarks, rMdes, Tino, jfred and Madgod joined the channel
#
rMdes
strange...can't login with my Known site to the indiewebcamp site
#
rMdes
www.rmendes.net/indieauth/auth
#
rMdes
Endpoint did not acknowledge it is an authorization endpoint. The endpoint should return an "IndieAuth: authorization_endpoint" header.
#
rMdes
even though my profile seem to be OK https://www.rmendes.net/profile/rick
#
rMdes
and i already succesfully used my site to edit the wiki
#
rMdes
in the past...
#
rMdes
i get the same issue at https://indieauth.com
#
rMdes
can't even pass Level 2 at indiewebify.me
#
rMdes
Something Went Wrong!
#
rMdes
When fetching https://www.rmendes.net, we got this problem:
#
rMdes
No rel=me links could be found!
#
rMdes
already changed template to see if it was related, but still can't login with my site
#
rMdes
I also tested a RSVP for the nuremberg meetup here : https://www.rmendes.net/profile/rick
#
rMdes
Something is definitely not running as expected...i'll digg more to find out what's going on, but if any of you have some idea, I'm all listening
j12t joined the channel
#
kylewm
it looks like the User block is missing from the top of your and Daniel's pages, but I haven't tracked down where that is actually supposed to be rendered in the code
j12t joined the channel
#
benwerd
rMdes: I think the latest latest code should fix this?
#
benwerd
in Site Configuration > Choose background you can also pick which user shows up on the front page
#
benwerd
It's odd that it's missing
#
cleverdevil
FWIW, I have the same-ish issue.
#
cleverdevil
I think its because the silos are expected to link back to the profile page rather than the toplevel page
#
cleverdevil
but, that didn't used to be the case
#
aaronpk
wait what. that error is only if you're trying to use the built-in Known auth server, not silo profiles
#
benwerd
I need to run but I'll try and get this fixed today
#
cleverdevil
okay, maybe I am misunderstanding then ;)
#
cleverdevil
but, yeah, I can't use indieauth anymore from, say, twitter.
#
aaronpk
ah that's a different issue
#
aaronpk
your http site doesn't redirect to https so they look like different sites to the relmeauth algorithm
#
aaronpk
if you enter https://cleverdevil.io/ there it should work
#
cleverdevil
hmm... it does redirect for me
#
cleverdevil
maybe I have that set up wrong...
#
cleverdevil
also, it still doesn't seem to work with https
#
aaronpk
http://cleverdevil.io/ serves me the site without a redirect tho
#
aaronpk
that screenshot says twitter is working!
#
aaronpk
the coloring on that could be better
#
cleverdevil
I'll tinker with my .htaccess
#
cleverdevil
betting I wiped it out in an upgrade
#
aaronpk
ah yeah
#
aaronpk
there it goes
#
aaronpk
now you should be able to use either one for indieauth
#
cleverdevil
yep, works.
#
cleverdevil
thanks for catching the SSL redirect, I'll need to remind myself to restore my .htaccess upon Known upgrade
#
aaronpk
is that redirect not something you can configure in the dreamhost panel?
#
aaronpk
seems like that would be a good checkbox to have
#
cleverdevil
typically, yes, but I am hosting on one of our unmanaged VMs.
j12t_ joined the channel
#
cleverdevil
aaronpk: looks like indieauth.com may have something up... http://share.cleverdevil.io/LTrHWWnHMd.png
#
aaronpk
what the
#
aaronpk
TIL bash tab-complete doesn't work when your disk is full
#
aaronpk
wow what is eating up the disk!
j12t joined the channel
#
aaronpk
omg it's Monocle's logs!
#
cleverdevil
blammo, its always logs.
#
aaronpk
time to make sure logrotate is set up for *everything*
#
cleverdevil
this is one of those times when I wish logrotate wasn't a service, but a library.
#
cleverdevil
everything that writes logs should know to rotate logs.
#
cleverdevil
dreams of a better world.
#
aaronpk
servers are hard. this is why things like appengine are nice
#
cleverdevil
but, I'll take a server any day ;)
#
aaronpk
me too :/
#
cleverdevil
I just don't trust these PaaS services
#
cleverdevil
too much lock-in, lack of transparency, and they're pricey as all hell.
#
cleverdevil
plus, they could get randomly shuttered at any time.
#
cleverdevil
a server is a server is a server.
#
cleverdevil
think of it as "IndieInfra" ;)
#
aaronpk
I am curious to see if they end up standardizing like 5-10 years down the road
#
cleverdevil
I think we'll end up with BYO PaaS type options
#
cleverdevil
I mean, we're not that far off already.
#
aaronpk
cause that's basically what happened with FTP and a basic HTTP server. you can run whatever OS under the hood but as long as you can drop files and have them show up with HTTP then you can offer web hosting
#
cleverdevil
good configuration management that's easy to understand (ansible), containerization that's easy to consume (docker), and more clouds.
#
aaronpk
if everyone built their platforms the same way heroku did, then tehere's no lock-in
#
cleverdevil
yeah, sort of
rMdes_ joined the channel