Wednesday, December 28, 2022
support@conference.yunohost.org
December
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
 
             

[00:24:29] <wayneoutthere> i think you can use the straight IP address and do it?
[00:24:58] <wayneoutthere> ie. https://123.123.123.123/appname maybe
[00:26:08] <lvsitano> wayneoutthere, I've tried that but it goes directly to YunoHost server, not the app.
[00:27:25] <wayneoutthere> hmm. yeah.... I guess nginx writes the path based on the domain... hmm. tricky.
[00:27:52] <wayneoutthere> you'd have to (probably) tell nginx to use the ip instead of the domain somehow
[00:28:04] <lvsitano> Yeah. Ive just tried again.
[00:28:28] <lvsitano> I'm not that skilled... I'll probably wait. :)
[00:30:19] <wayneoutthere> i also am not that skilled. I also will wait (see my pain above) haha
[00:30:45] <wayneoutthere> here is a neat one: I couldn't send emails from Roundcube installed on YH server. However, for fun i put my credentials into a new account in Thunderbird and boom. Worked perfectly. What the heck? haha
[00:31:08] <wayneoutthere> by the way - YH / Thunderbird integration is absolutely beautiful! It even automatically found all the server config things... nice job
[00:31:25] <lvsitano> I thought that there might not be a simple solution... When I reach the server, I change to the UI and click the app. Then, it opens the error page from my old site...
[00:31:37] <lvsitano> wayneoutthere, that's a good one too!
[00:32:28] <wayneoutthere> is that maybe solved by deleting old cache skeletons?
[00:36:49] <wayneoutthere> my roundcube started mysteriously working now. Go figure.
[01:06:30] <lvsitano> wayneoutthere, that's great news!
[01:30:34] <wayneoutthere> yeah... i think my YH server is a blacklisted spam server :(
[01:31:21] <wayneoutthere> some let me through the gates, others give me the boot of steel...
[10:12:40] <mooramask> hey everybody, a friend of mine lost his admin password for his server, if it reinstall yunohost can he still use the old domain ?
[11:23:31] <sirvo> @mooramask:
Yeah, nothing DNS wise needs to be changed, but they'll need a new SSL cert
[11:37:37] <mooramask> Ok, thank you very much
[11:51:00] <mooramask> Guarda tu stesso, tra gli 8 e i 10
[11:51:08] <mooramask> wrong chat, lmao
[14:33:49] <wayneoutthere> happy day to you all. I was thinking.. are there any devs in here or is this mainly 'users' here? Reason is, is that I'm somewhat obsessive when i encounter a problem and I want an answer, lol.
[14:34:33] <wayneoutthere> my problem above related to nginx I thought I would just try to stare at the code and see if maybe i could figure something out. I've done some super basic coding (json, python, basic web stuff) so I wonder if maybe the issue is related to the way it was packaged?
[14:35:07] <wayneoutthere> could anyone maybe point me where 'nginx YH stuff' might be 'typically' found?
[14:35:37] <wayneoutthere> this is the 'bug' again:
https://github.com/YunoHost-Apps/mautic_ynh/issues/4
[14:53:18] <olivier> Hello, I am unable to send a .pdf or .ICS file via XMPP. it works with .jpg files for example. I have no particular configuration on Métronome. Are there any changes to be made? error message: Invalid filename or unauthorized type. thanks you
[15:06:22] <IoMe> olivier, you can try this https://forum.yunohost.org/t/metronome-mime-types-for-metronome-cfg-lua/16054
[15:18:24] <wayneoutthere> any devs here? Could you check line 11 here and see if it looks ok? This seems to be the line related to my bug above. Please and thanks! :)

https://github.com/YunoHost-Apps/mautic_ynh/blob/master/conf/nginx.conf
[15:38:14] <tituspijean> wayneoutthere: if you want to help, you can try to tweak that line on your own instance and reload nginx with `systemctl reload nginx`
[15:38:15] <tituspijean> I guess the tweak could be to add a `|s|` in there
[15:45:46] <olivier> *loMe*, thanks, but it doesn't work for me. same error
[15:52:10] <wayneoutthere> > <@titus:pijean.ovh> I guess the tweak could be to add a `|s|` in there

awesome. I might just guinea-pig myself ;) thanks !
[17:23:27] <wayneoutthere> > <@titus:pijean.ovh> wayneoutthere: if you want to help, you can try to tweak that line on your own instance and reload nginx with `systemctl reload nginx`

hmm. i have rooted in, but not sure where this file is actually located on the server. Do you happen to know? I found /var/www/mautic and a bunch of files in there but no nginx.conf file. I wonder if this file is only used during install maybe? or perhaps some main server conf directory? Thanks much
[17:23:55] <olivier> loMe it's actually good! thank you
[17:25:51] <tituspijean> wayneoutthere: it's in `/etc/nginx/conf.d/YOUR.DOMAIN.D/mautic.conf`
[17:25:54] <wayneoutthere> thanks! :)
[17:29:26] <wayneoutthere> ok moment of truth.. except I don't know where to stick the `|s|` in this line, if you are not too bothered to give it to me like a newborn baby...:

`rewrite ^__PATH__/(vendor|translations|build)/.* /index.php break;`
[17:31:42] <wayneoutthere> you know
[17:32:06] <wayneoutthere> i was looking at this code above again and I wonder if by chance it is simply the extra space before /index.php? would that do it?
[17:32:21] <wayneoutthere> or does it need the /s/
[17:32:22] <tituspijean> Nope
[17:32:59] <tituspijean> I would, again I have no clue what the issue is, put it amongst the list between parentheses
[17:33:18] <wayneoutthere> ok
[17:33:22] <wayneoutthere> got it thanks
[17:33:45] <wayneoutthere> `rewrite ^__PATH__/(vendor|translations|build|s)/.* /index.php break;`
[17:33:56] <wayneoutthere> maybe like that to starrt?
[17:33:57] <tituspijean> So make it like `|build|s)`
[17:34:04] <tituspijean> Yup
[17:34:08] <wayneoutthere> merci!
[17:34:16] <wayneoutthere> let me see if i can break it :)
[17:37:15] <wayneoutthere> not broken, but not fixed, either, ha
new URL goes to: https://mautic.domain.ca/mautic/s/dashboard

Still get 404 Not Found. nginx error. hmm.
[17:37:29] <wayneoutthere> the URL seems to be behaving a bit beter though and more whta is expected
[17:52:03] <wayneoutthere> should that /s/ always be present when using a YH app?
[17:56:58] <tituspijean> Nah that's specific to mautic
[17:58:34] <wayneoutthere> oh, ok thanks
[17:59:15] <wayneoutthere> it looks sus that 'mautic' after the domain too even though I have it in a subdomain...
[18:20:13] <wayneoutthere> here is another thing I was wondering about. In the mautic setup wizard in the encryption for the email, it offers either SSL or TLS but I believe the encryption for YH is STARTTLS... would that mess up anything if I chose the simple TLS option?
[18:20:22] <wayneoutthere> (I am talking about SMTP outbound of course btw)
[18:23:23] <wayneoutthere> it also gives the following authentication modes for the account: none, plain, login, Cram-md5. I chose 'login' assuming that's corrrect. plain also looks similar....
[21:19:46] <wayneoutthere> hey there.... me again.. what is the programming language used in these nginx conf files, kindly?
[21:44:23] <wayneoutthere> eric_G: Hi Eric. I see you were one of the early contributors to mautic here, thanks a million! I'm a happy guinea pig if you want me to do anything. sadly don't know anything about this conf/nginx stuff but i'm hacking away at all the lines of code for fun if you want me to test anything ha
[22:45:32] <eric_G> wayneoutthere: you should be able to install Mautic in a sub-domain like `mautic.yourdomain.tld` from the testing branch.
[22:46:49] <wayneoutthere> ok, thanks. I set up subdomain exactly as that already. i installed the one from the main repository. I'll try that 'git installation' method next and see if your testing branch works better thanks
[23:10:12] <ynhuser359126> I am getting a "domain unavailable" message for every nohost.me/noho.st subdomain I try to create for a new installation. Help?