Yearly Archives: 2016

i2p and tor access for diaspora

Well the pod now has some alternate than https type access https://diasporgc3d32vv4.onion the tor site uses the *.diasp.org ssl cert, since you trust that now you should trust that for .onion. .onion ssl certs are too hard to get for now. http://diasporg.i2p you need to enable “accept headers” in your http tor relay to allow… Read More »

VPS for testing and small things on a small budget

Well my DNS VPS ChesterVm host disappeared, 7 days offline now, no responses to tickets etc, pretty normal with that market. I did however after trolling WHT for a while find Hostsailor (affiliate link of course). They have openvz servers from 1.99 and Xen from 3.99. I am using one of the 1.99 openvz for… Read More »

Change email address for a diaspora user from rails console

Just a tip on how to update a pod users email address if you need. In my example I need to edit production postgres DB user #5 and change their email. cd diaspora RAILS_ENV=production DB=postgres rails c user = User.find_by(id: 5) user.email = ‘newemail@example.org’ user.save And that is it. You can of course use this… Read More »

Progress bar for diaspora pod donations

I added this little nifty JavaScript bar for 2016 pod donations and it worked well to get the server and costs paid for. Wanted to share with other podmins, so a step by step! With links to my code base so you can see it. Edit app/views/shared/_right_sections.html.haml Add to beginning: :javascript   $(document).ready(function() {progress(103, $(‘#progressBar’));});… Read More »

Diaspor{a,g} Server configuration 2016

I have not been using this blog much, I just updated it to https and upgraded it a lot, I will try and blog more this year! diaspora is looking better and better and my interest is back up a lot in the project. WordPress always amazes me how easy it is to use and… Read More »