Skip to main content


Rokosun reshared this.

in reply to Rokosun

Tio, what this means for you is that some of these studies you read might be politically motivated instead of being scientifically motivated. This is big problem, we should be able to keep politics away from science, and no scientific studies should be used to oppress people.
in reply to Rokosun

Yeah well I am aware of the possibility....


Rokosun reshared this.

in reply to Tio

Is the documentary going to be released part by part or all at once?



We are testing a trade-free Zoom replacement called Jitsi Meet at https://call.trom.tf/ - currently Firefox has a bug and may not work so try it with chromium based browsers. We recommend Ungoogled Chromium https://www.tromjaro.com/ungoogled-chromium/

Let us know if and how it works. Big thanks to @[url=https://mastodon.social/users/yunohost]YunoHost[/url] for providing it as a package. #ŧromlive


This entry was edited (2 years ago)


So maybe we temporarily fixed the issue with Friendica, tho is too early so be sure.
I have deleted and re-added the mariadb.cnf file like the yunohost team suggested.

Then in etc/php/7.3/fpm/pool.d/friendica.conf I made sure I still have these:
pm = static
pm.max_children = 500
pm.max_requests = 1000

Then increase the wait time in etc/nginx/conf.d/social.trom.tf.d/friendica.conf
#Execute and serve PHP files
    location ~* \.php$ {
    fastcgi_connect_timeout 300s;
    fastcgi_send_timeout 300s;
    fastcgi_read_timeout 300s;  
        fastcgi_split_path_info ^(.+?\.php)(/.*)$;
        try_files $uri =404;
        fastcgi_pass unix:/var/run/php/php7.3-fpm-friendica.sock;
        fastcgi_index index.php;    
        include fastcgi_params;
        fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
    }

Lastly in /etc/nginx/nginx.conf add: worker_connections 10000;

So far it works. But let's see.... #ŧromlive
in reply to Tio

oh well....I saw the error again....what in the world :D

Rokosun reshared this.


I love TROM.tf :) - so many awesome trade-free services! Today I spent all day working on this website, to test more stuff, improve other. I have 2 more on my list for now, that I wanted to add for a while: a notes service that syncs between any device + a trello alternative which is super useful for projects/teams. I am testing both of them. I'd also like to add more apps to tromjaro's library. But tomorrow I'll focus on TROM II again. #ŧromlive