Thursday, April 11, 2024
support@conference.yunohost.org
April
Mon Tue Wed Thu Fri Sat Sun
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19 20
21
22
23
24
25
26
27
28
29
30
         
             

[02:18:19] <Jeff> I am bad at using the interwebs. But what can we do to help push along addy.io implementation and support yunohost
[14:09:42] <tituspijean> > <Jeff> I am bad at using the interwebs. But what can we do to help push along addy.io implementation and support yunohost

It's already in wishlist (https://apps.yunohost.org/wishlist?search=addy), so it is now a matter of packaging it. Volunteers are most welcome, and support is available on the documentation and the dedicated chat room.

However, it requires adding subdomains on-the-go and wildcard email addreses... it will clash with YunoHost's core configuration. That's not trivial to fix.
[14:13:25] <k9> what is yunohost
[14:14:19] <Aleks (he/him/il/lui)> https://yunohost.org/en/whatsyunohost

>YunoHost is an operating system aiming to simplify server administration
[14:16:34] <Aleks (he/him/il/lui)> hmmmyeah what you could do is install a VPN using to friendly ISP/VPN provider such as the FFDN folks
[14:16:39] <Aleks (he/him/il/lui)> with vpnclient
[14:17:31] <Aleks (he/him/il/lui)> https://yunohost.org/en/providers/vpn
[14:17:51] <Aleks (he/him/il/lui)> https://apps.yunohost.org/app/vpnclient
[14:27:57] <Aleks (he/him/il/lui)> well you can't just send mail to arbitrary email addresses without an email server to begin with
[14:27:57] <Aleks (he/him/il/lui)> or maybe you can use gafam/faangs somehow to relay, but you said yourself you dont want this
[14:28:18] <Aleks (he/him/il/lui)> in fact sending email without proper reverse DNS "works", it's just more likely to be flagged as spam (or even silently rejected)
[14:30:47] <k9> if you setup spf and dmarc and dkim it will work without reverse dns and you can do direct mail from the servers specified in spf record. it works on most big providers but will have issues with smaller self hosted mails which often setup to block mails without rdns before even checking spf
[14:39:19] <Aleks (he/him/il/lui)> there's no hard limit, there's plenty of various usage profile, depending if your users will be very active or not, all at the same time or not, and depending on which app exactly
[14:40:19] <Aleks (he/him/il/lui)> but in terms of known technical limit, I think some people have about 500ish user and started to see some issues because it's not really designed to go beyond 100~ish users
[14:41:53] <Aleks (he/him/il/lui)> ultimately you can also have issues with a single user on your server if your server does get one million visits per hour for example
[14:41:54] <Aleks (he/him/il/lui)> (depending on RAM and other stuff)
[14:49:34] <Aleks (he/him/il/lui)> wut
[14:49:34] <Aleks (he/him/il/lui)> 24Go RAM
[14:50:30] *Aleks (he/him/il/lui) looks at its 6Go laptop, 8Go desktop, 2Go RPi
[15:07:07] <Fell> Eh.. more RAM is always good, even for a single person. More space for disk/database caching.
[16:59:03] <Salamandar> @Alekswag:matrix.org I struggle to build PrusaSlicer on my 16GB laptop
[16:59:14] <Aleks (he/him/il/lui)> dafuq is PrusaSlicer
[16:59:19] <Salamandar> my server is 4GB though and i run way too many services on it
[16:59:41] <Salamandar> 3d printer software, you give it your 3d model, it gives the move/print instructions for the printer
[17:00:00] <Aleks (he/him/il/lui)> hmoké
[17:01:31] <Salamandar> So a huge moulinette + 3d viewer in c++
[17:04:38] <lapineige> > <@fell:fellr.net> Eh.. more RAM is always good, even for a single person. More space for disk/database caching.

There is a limit to the marginal gains ^^