I know I have been horrible about blogging and all communication in general. Server is moved to a new host. Blog moved to new host. I will get a network map up soon!
diasporg
Diaspor{a,g} Server configuration 2017
Not much to say, but I wanted to post the server setup for 2017.
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...
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...
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...
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....
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...
Migrating diaspora from mysql to postgres
So I decided also on the update to move to postgresql. I found http://blog.koehn.com/technology/2014/08/21/diaspora-mariadb-to-postgres.html to be my best place to start, however I had lots of crap in my DB to also solve. First I have open_aspects and password_salt in my users table that should...
Happy New Year *Again*
Well its been a year again since my last blog post.. I moved to the east coast from the west coast, getting settled in. We have a new dog and 2 new cats here at the house. Not been as active on the pod as...
Happy New Year – Upgrade time!
Well its time to upgrade Ubuntu to the new LTS so I can keep up on packages. Tomorrow 1/10/2015 at 8am (UTC-8) I will start the update, a extra db backup even though I have a offsite nightly, db backup takes several hours to dump....