2018-06-17 UTC
Retsuko, eli_oat, [eddie] and tantek__ joined the channel
# 03:32 tantek__ !tell aaronpk as you may have heard or seen, Joschi has confirmed he can still co-organize (lead) IWC Berlin 11/3-4 so it's on!
# 03:32 Loqi Ok, I'll tell them that when I see them next
# 03:33 aaronpk Now I have to figure out how to get there. Gonna see if a flight ~600 pops up, that's probably the only way it's realistic
# 03:33 tantek__ once Joschi gets the wiki page setup, we can work on 2018.indieweb.org/Berlin and perhaps even launch it for announcing at IWS!
# 03:33 aaronpk I shoulda jumped on that $450 flight when I had the chance!
# 03:33 GWG tantek__: I mentioned I might see about it.
# 03:35 GWG Also, I have benefits I never use
# 03:36 tantek__ aaronpk, sorry it took so long to confirm, took a little while to figure out the best path to ensuring successful confirmation of rooms
# 04:06 GWG I just don't speak German, which might be an issue.
# 04:06 GWG But I gathered I could work with that
ben_thatmustbeme joined the channel
# 04:42 aaronpk my personal challenge is to speak german at coffee shops and restaurants and have them not switch to English on me
# 04:46 GWG I'm ordered a hard case for my Logitech camera
# 04:50 GWG It's not specifically for the camera. I could use more little hard things to protect delicate items.
tantek joined the channel
# 05:40 GWG jeremycherfas: Airport security in the US always flags me
# 05:40 GWG Last time, it was for having a protein bar
[mrkrndvs] joined the channel
# 06:13 jeremycherfas I didn’t realise protein bars were contraband. I had my cheese confiscated leaving Ireland last year.
[mrkrndvs], jeremych_, tomasparks and [kevinmarks] joined the channel
[grantcodes], sketchess and [kevinmarks] joined the channel
[cleverdevil] joined the channel
# 16:08 ancarda So it looks like indieweb.org doesn't have IPv6 support, is anyone looking into that?
# 16:08 aaronpk ipv6 has been low priority on my servers. a lot of extra config work to get that working right
# 16:12 ancarda Is that something I could possibly help out with?
# 16:15 aaronpk I guess I mostly need an example nginx config that I can use for it. The trick is I have a whole bunch of different domains on the server so I need to make sure they all work with both addresses.
# 16:16 aaronpk Ideally I don't want to have to duplicate the server block for each, I'm hoping I can put both addresses in the same block, but I haven't really dug into this yet
# 16:19 ancarda You just put another `listen` directive with `[::]:443`. The default site will need to also listen on IPv6, but everything else should basically just work fine
# 16:19 ancarda So, `listen [::]:80 default_server;` in `/etc/nginx/sites-enabled/default`
# 16:30 aaronpk is there any reason to use individual ipv6 addresses per host or is [::] good enough?
# 16:30 ancarda Personally, I just use `[::]`. Using an IP per host might be beneficial for, e.g. TLS without SNI or allowing per-website firewall rules
# 16:31 ancarda I think that's the easiest way to get IPv6 working
[kevinmarks], j12t, gRegorLove, j12t_, [jgmac1106], [sebsel] and tantek__ joined the channel