I installed and mantain a private Cryptpad. I'd say scripts loading from two different domains (usually it is the same machine and webserver) is an important part of the privacy model they have. Loading pages of a Cryptpad setup is not as fast as, let's say, Etherpad, but the use cases are quite different, and we are talking about 5-10 seconds to login. I'd say cryptpad.fr is a nightmare to mantain compared with the one I do.
@spla Buenos días! Tiene buena pinta Soapbox. Por si te sirve de algo, la página carga bien, aunque las publicaciones tardan un rato más (o no aparecen, y hay que darle a "Load more"). También sale esto abajo: https://khp.ignorelist.com/url/2414217
What do you think of adding something like this at the end of the example.nginx.conf?
location ^~ /.env { deny all; return 444; }
"/.env" is just a example, based on the several times I've seen bots (or malicious people) trying to find something interesting. Setting nginx like that allows to create a "catch-all" filter file for fail2ban.
Hi @cryptpad Recently I've been working on a cryptpad setup on apache (I know, I know...). Decided to get it working over nginx, and finally I've been able to update it (it was 2 versions behind, and I was starting to get nervous). Everything is working fine, and even the checkup page gives 21/21 tests passed. What I don't get is why it says I'm using v4.13.0. Does it mean that this version is already published although the release note is not? I'm using "main" branch. Anyway, thanks a lot for your work!
@brie @selea That's when I got stuck with Prosody, trying to enable audio/video calls. Not sure if it is a server or a client thing... And, like you, never really needed them, as for the few video calls I do I use Nextcloud. If video is not absolutely necessary, I don't know anything better than Mumble.
@niko Me da curiosidad tu nuevo proyecto de lunes.social. Si no es secreto de sumario, ¿cómo lo harás técnicamente? ¿Está en otra máquina física que desconectarás el resto de días? ¿Redirigirás los DNS? Sobre todo, sabiendo los miles de peticiones que se hacen desde/hacia un servidor del fediverso, ¿qué pasará con las peticiones del resto de días? ¿Es posible "cachearlas" de alguna manera y que se entreguen el domingo y lunes, del modo que lo hace un servidor xmpp con los mensajes para gente no conectada?