Notices tagged with quitteres
-
I get a bunch of spam from companies (a single company I believe) about them paying $50 to get featured on #quitter.es
-
Maybe I should look into replacing the hardware for #quitter.es, it's been acting strangely when under heavier loads :)
-
@xosequiroga I don't understand what you wrote, but it's something about accounts on #quitter.es? If it's an issue that should be fixed, please rephrase the question (preferrably in English) :)
-
@colegota I'm the one who runs the physical server for #quitter.es :)
-
I've fiddled around with settings on #quitter.es now, so it hopefully won't crash again. I can't really say why it shut down, but I did find PHP-FPM allowed a zillion subprocesses... Which it doesn't now.
-
I've made the #quitter.is and #quitter.es instances render non !qvitter by default now, to allow for the "classic" !GNUsocial site to be indexed and crawled with all the magic markup and stuff that is available in that layout.
-
@hannes2peer I think #quitter.es is blocked :D :D 85.11.25.68
-
@hikerus Uhm. Maybe you should sit down and take it easy for a while. :P
#quitter.es is down and #quitter.se does not redirect to social.umeahackerspace.se :]
-
#quitter.es seems down for whatever reason. I'm unavailable until tonight to check the server physically. Use this time to chill out and have fun. !fediverse !GNUsocial
-
Since I'm unable to sit down for a while and check, has the spam storm reached #quitter.is or #quitter.es yet? I.e. should I get to a computer to pause registrations? .)
-
Let's try this then, #Bitcoin donation link for #quitter.es: bitcoin:12rsYxbFwLDU2YKqufzJQs4easRo7hnjEo?message=Donation&amount=0.01
-
@thefaico @allanviega Since @knuthollund (Kollektivet 0x242, #quitter.no) pays for the domain name #quitter.es I think the donations should go there! And he accepts Paypal.
The actual physical running costs of the site aren't very large, as I don't have to pay electricity for it etc.
-
@thefaico #quitter.es and #quitter.is are administrated by @mmn through the dogs @perro (me) and @hundur ;)
BTC donations are controlled by him but the Paypal donations go straight to #EnKompisKompis (which @hannes2peer, the main graphical interface developer, is part of)
-
Oh sorry, right. Well, use #quitter.es or #quitter.is - they're just one step behind this node in the cycle of code breakage ;)
-
@perro started 15 parallell queue daemons on #quitter.es to handle this:
+-----------+-----+
| transport | tc |
+-----------+-----+
| deluser | 1 |
| salmon | 6 |
| hubprep | 21 |
| pushin | 24 |
| ping | 37 |
| hubout | 241 |
| ostatus | 470 |
| distrib | 747 |
+-----------+-----+
-
Woops, #quitter.es was down tonight because of my configuration failure! Sorry 'bout that.
-
@knuthollund I'll chime in that you're also covering costs for #quitter.es and #quitter.no domain names as it is now and that any users of those services should consider if they perhaps could instead of the next worthless purchase they're going to make could donate that sum instead!
-
@roland @hikerus Yeah and it's pretty neat to do it with 'git pull'. This is what I do to update !gnusocial on #quitter.es and #quitter.is (including !Qvitter):
cd ~/htdocs && bash scripts/stopdaemons.sh && git pull && php scripts/upgrade.php && bash scripts/startdaemons.sh && cd local/plugins/Qvitter/ && git pull
(symlinked ~/htdocs to the site's root directory)
-
@denommus Mm'kay. Yeah I'm just used to unpacking/cloning and then running stuff as non-priviliged users because that's what I was raised up to do ;)
One thing you could do, which I do on #quitter.is and #quitter.es for example, is to have different data paths in config.php, like:
$config['avatar']['dir'] = INSTALLDIR . '/../data/avatar/';
$config['attachments']['dir'] = INSTALLDIR . '/../data/file/';
$config['local']['dir'] = INSTALLDIR . '/../data/local/';
-
#StoreRemoteMedia enabled on #quitter.es - good night!