Aaron C. de Bruyn
Aaron C. de Bruyn
Yup. Apparently Google doesn't let you publish extensions with the v2 manifest anymore, but you can still update pre-existing v2 extensions. That's not going to be much help for anyone...
+1 We don't store location on the user object. Instead our users are stored in a 'location' OU, so it would be handy to see the 'path' as well. i.e....
u2f keys are definitely ready for production use--Github and Google already use them for their authentication systems. I was using it until django-u2f stopped being supported and then u2f broke....
Aah--understood.
This is now a blocker. Django 4.x has been released and django-avatar is not compatible. django-gravatar is compatable and is pretty much a drop-in replacement: https://github.com/twaddington/django-gravatar
Nearly 5 months have passed. Any update on this? Volume plugins work in swarm mode now.
I just hit this. It looks like it's because the socket name is ```$remoteuser-$rhost```, but I have multiple boxes behind one hostname (i.e. router1.example.tld ports 4001, 4002, and 4003). If...
Have you already tried ```autosnap_%Y-%m-%d_%H:%M:%S_hourly```? The ```%S``` is [strptime](https://linux.die.net/man/3/strptime) for seconds.
@reefland In some cases the seconds field is annoying (i.e. when trying to integrate snapshots with Samba's VFS module), but I don't think chopping it off would be a good...
True. I suppose I could grab it from the ```creation``` property.