Thursday, August 25, 2022
support@conference.yunohost.org
August
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
       
             

[07:51:04] <@ctskarl=5bm=5d:libera.chat> i have a portal question. If a user is loggen in in the portal (main domain management.domain.tld), then e.g. visits element (element.domain.tld) and klicks on the yunohost logo to come back to the portal, the portal appears under element.domain.tld. this works basicaly fine, except passwort change. if the user trys to change the password he receives "you must be logged into the portal" and change is not executed. I assume because it needs to be done under management.domain.tld. Is there any good way to redirect them correct?
[12:38:10] <ynhuser> hello, pls help me, where i can find the admin password for wordpress site??
[12:39:19] <@titus=5bm=5d:libera.chat> ynhuser: it's the selected user's YunoHost password
[12:40:42] <@titus=5bm=5d:libera.chat> you may check their permissions in YunoHost's Permissions panel, the permission name is "Wordpress (admin)"
[12:46:35] <unixfruit[m]> Why hello therew
[12:46:42] <unixfruit[m]> there
[13:09:46] <ynhuser> still need username and passwd
[13:10:18] <ynhuser> oh this is the same with the account @@
[13:10:46] <ynhuser> how to increase upload limit?
[13:10:52] <@titus=5bm=5d:libera.chat> 🪄
[13:10:59] <@titus=5bm=5d:libera.chat> ynhuser: you will need to edit the file `/etc/php/7.3/fpm/pool.d/wordpress.conf` if I remember correctly. I'm sure there is some threads on the forum about it.
[13:25:07] <Ludo16> hello?
[13:27:30] <Guest6341> hello
[13:27:51] <Guest6341> ?
[13:28:15] <@tio=5bm=5d:libera.chat> hey guys how do I enable public registrations for wallabag?
[13:28:32] <@tio=5bm=5d:libera.chat> `/var/www/wallabag2/app/config/parameters.yml`
[13:28:59] <@tio=5bm=5d:libera.chat>
```
# fosuser stuff
fosuser_registration: true
```
[13:28:59] <@tio=5bm=5d:libera.chat> I set up
[13:29:03] <@tio=5bm=5d:libera.chat> still does not work
[13:29:08] <@tio=5bm=5d:libera.chat> need to resatrt any service?
[13:29:24] <@tio=5bm=5d:libera.chat> * need to restart any service?
[13:29:40] <@tio=5bm=5d:libera.chat> had to remove the cache with `php bin/console cache:clear -e prod`
[18:12:03] <romulofranco> Hi guys
[18:12:08] <romulofranco> I am getting from google deceptive site, I did many things here to fix that, but it remains
[18:12:28] <@titus=5bm=5d:libera.chat> romulofranco: hello, and welcome! We have an extension discussion thread about it on the forum. No complete resolution so far, alas.
[18:12:47] <@titus=5bm=5d:libera.chat> extensive*
[18:13:06] <romulofranco> oh ok... thanks
[18:13:16] <romulofranco> I can wait for...
[18:26:33] <@alexio=5bm=5d:libera.chat> > <@romulofranco:libera.chat> I am getting from google deceptive site, I did many things here to fix that, but it remains

for me it worked to use the free subdomain from YunoHost as default domain (*.nohost.me or *.noho.st or *.ynh.fr) for my server, instead of my top-level registered domain.
[18:34:15] <Kukelekuuu> Hi folks, I just installed my first Yunohost server on my own VPS.
[18:34:21] <Kukelekuuu> After installing everything I now notice I can no longer reach the server via ssh: it does not take my key anymore and I don't know of any username/password. Can someone help me with this?
[18:34:31] <Kukelekuuu> Also I would like to close port 22 for all IP addresses except my own for obvious reasons. But I cannot do this with the Yunohost firewall. Is there any other supported way?
[18:34:45] <@navan=5bm=5d:libera.chat> Hiya! When you first install YunoHost
[18:34:59] <@navan=5bm=5d:libera.chat> It disables ssh for all users except the admin user
[18:35:19] <@navan=5bm=5d:libera.chat> So you can access the server by running `ssh admin@yourvps`
[18:35:30] <@navan=5bm=5d:libera.chat> the admin password is the password you set
[18:35:54] <Kukelekuuu> Ah, guess I have to wait for fail2ban to let me in know :P
[18:36:19] <Kukelekuuu> Is there any way to speed that up?
[18:36:31] <@navan=5bm=5d:libera.chat> to let any other user be able to ssh with their username and password, you need to give them ssh permission from the webmin
[18:36:57] <@navan=5bm=5d:libera.chat> I’m not aware :(
[18:37:03] <@navan=5bm=5d:libera.chat> It bans you for 10 minutes after 10 failed attempts
[18:37:14] <@navan=5bm=5d:libera.chat> https://yunohost.org/en/security
[18:37:33] <@navan=5bm=5d:libera.chat> Read this page to know more about securing SSH on YunoHost
[18:41:31] <Kukelekuuu> I actually do not want anyone to be able to login with a username/password. Only with a key. I do not see an option for that in the webmin panel? Or should I not be logged in as an admin?
[18:44:07] <Kukelekuuu> If I can figure out how my previous user was disabled that would be the easiest to re-enable it I think? And then set "sudo yunohost settings set security.ssh.password_authentication -v no"?
[21:57:49] <ynhuser|24780> hi