Tuesday, March 05, 2024
support@conference.yunohost.org
March
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
31
             

[10:00:36] <tao> hey there, is there a proper ynh way to install [mailhog](https://github.com/mailhog/MailHog) or an equivalent ? to stage a proper dev environment i need to close mail servers just for one app while leaving it open to all other insances
[12:53:19] <lautre> xabi, it's for IPv4 or IPv6?
You should check what DNS are used by your Ynh server (may be... I don't know)
[12:58:20] <lautre> Since we talk about DNS, I also suggest :
- https://mxtoolbox.com/SuperTool.aspx
- https://internet.nl
- https://web-check.xyz <- that Open source, licence MIT : https://github.com/lissy93/web-check (And, there is a bug about IPv6 that is show in MX field)
[13:02:09] <lautre> I think the MotionEye packaged in Yunohost is too old.
I tested the one on my smartphone, installed by F-droid, and works fine. It's also version 1.++ (The version on Yunohost is 0.++)
May be was closed port?
I tried to use ffmpeg to stream the USB webcam, localy, without success (but other computer did it)
[13:04:29] <lautre> If MotionEye works for you, it's good enoutgh 😄
I just wanted to play with it.
[16:05:51] <lautre> xabi : how your ynh server is connected to Internet? There is proxy or something?
[16:05:59] <xabi> > <@lautre:matrix.org> xabi, it's for IPv4 or IPv6?
> You should check what DNS are used by your Ynh server (may be... I don't know)

IPv4. YunoHosts says that the diagnostics are still valid and doesn't recheck for DNS. So I use the terminal 'yunohost diagnosis run --force' and it shows the same result as the web admin: IP is 148.x.x.x and it should be 130.x.x.x
[16:06:40] <xabi> This is a VPS server run by Oracle. It also hosts 3 more domains and I haven't had issues with them
[16:07:36] <lautre> May be someone used the same name than you?
[16:08:10] <lautre> And, it's in cache?
You should check if there is domaine name with the wrong IP
[16:08:44] <xabi> M
[16:10:03] <xabi> > <@lautre:matrix.org> May be someone used the same name than you?

I doubt it. Weird thing is that both dnschecker.org and mxtoolbox.com show the right IP when I type my domain in
[16:10:21] <xabi> Maybe I should try removing the domain from YunoHost and adding it back again
[16:11:47] <lautre> May be dnschecker ask for the right DNS, but when it's Ynh server on your VPS, it's another procier/cache dns server answering.
Not sure how to check this.
[16:13:17] <xabi> Do you know if there is any tool for yunohost to flush caches?
[16:13:32] <xabi> (And/Or if that would be of any help)
[16:14:24] <lautre> If it's in Oracle configuration, I doubt. Like remaining config.
If you use dynamic domaine or ynh domain.
[16:15:07] <lautre> But, you can do : ```dig your_domaine``` and see who answered you.
[16:15:58] <xabi> Answer section shows the correct IP
[16:16:17] <lautre> With ```dig yourdomaine %some_publicserver``` and you will have this server
[16:16:45] <lautre> There is something in your ```/etc/hosts``` ?
[16:18:14] <xabi> > <@lautre:matrix.org> There is something in your ```/etc/hosts``` ?

I haven't modified that file manually.
[16:18:21] <xabi> Oh maybe there is something
[16:20:08] <lautre> System used this file, and if not found something, resolved by network.
That explain why Yunohost ... (or web browser, ping...)
[16:20:31] <lautre> Take care, I need go
[16:31:30] <xabi> I thought my Pi-Hole could be in the way but even when I disable it I see the same error
[16:31:36] <xabi> Thanks