[11:28:27]
<Frédéric-Olivier> Bonjour à tous
[11:29:35]
<Frédéric-Olivier> puis-je demander de l'aide içi ?
[11:30:31]
<Frédéric-Olivier> Puis-je demander de l'aide ?
[12:22:22]
<lud0> Bonjour, c'est le but de ce groupe, faut juste exposé la problématique et fournir les logs associés. Et en patientant un peu, une personne pouvant aider devrait répondre.
[12:24:19]
<Frédéric-Olivier> Merci Ludo même si la problématique nécessite une aide via ssh sur le serveur?
[13:05:00]
<pti-jean> Frédéric-Olivier, Va y pose ta question... verra bien si on peut répondre ! 😉️
[13:12:12]
<Frédéric-Olivier > fail2ban s'arrêtait de manière aléatoire je l'ai donc réinstallé et regéneré les fichiers de config via yunohost
cat /etc/fail2ban/jail.local
# backend = auto
backend = systemd
le problème c'est qu'il ne met aucune IP en DROP dans iptables
[13:15:04]
<Frédéric-Olivier > alors que crowdsec lui me trouvait des scans d'IP
[13:15:54]
<Frédéric-Olivier > j'ai activé les jails
[sshd]
enabled = true
port = 4531
action = iptables-allports
maxretry = 3
findtime = 1d
bantime = 4w
ignoreip = 127.0.0.1/8 192.168.2.1/24
[sshd-ddos]
# This jail corresponds to the standard configuration in Fail2ban.
# The mail-whois action send a notification e-mail with a whois request
# in the body.
#enabled = true
port = 4531
logpath = %(sshd_log)s
backend = %(sshd_backend)s
[13:24:00]
<Frédéric-Olivier > cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
[13:58:53]
<yvanq> Bonjour tout le monde, j'ai un drôle de bug avec la mise à jour Flarum de 1.6.3 vers 1.8.5 (yunohost 11.2.27)
Tout va bien dans l'espace admin (nombre de discussions, membres, extensions, etc) mais plus rien dans le forum ni profil ou paramètres, complètement vierge. Une idée de ce qui bloque ?
[13:59:05]
<ederto87> Bonjour,
J'ai installé une instance Castopod avec Yunohost. J'ai rencontré un souci que je n'ai pas pu résoudre. Je me trouve dans l'impossibilité de créer des utilisateurs car Castopod ne parvient pas à envoyer des mails.
Puis-je activer cette option ? Et à défaut, puis-je créer des utilisateurs sans besoin d'envoyer un mail?
Merci pour votre aide
[14:49:07]
<orhtej2> > <@eder87:matrix.org> Bonjour,
>
> J'ai installé une instance Castopod avec Yunohost. J'ai rencontré un souci que je n'ai pas pu résoudre. Je me trouve dans l'impossibilité de créer des utilisateurs car Castopod ne parvient pas à envoyer des mails.
>
> Puis-je activer cette option ? Et à défaut, puis-je créer des utilisateurs sans besoin d'envoyer un mail?
>
> Merci pour votre aide
https://github.com/YunoHost-Apps/castopod_ynh/issues/100 mail is broken, you need to edit config manually
[15:09:47]
<ederto87> https://aria.im/_matrix/media/v1/download/matrix.org/yMHbUpyoHTqxCcsKBZOGIZtw
[15:15:36]
<ederto87> > https://github.com/YunoHost-Apps/castopod_ynh/issues/100 mail is broken, you need to edit config manually
I'm using the port 587 for sending and receiving emails. Do you think changing that could resolve my issue? Thanks
[15:24:40]
<ederto87> > https://github.com/YunoHost-Apps/castopod_ynh/issues/100 mail is broken, you need to edit config manually
I'm using the port 587 for sending and receiving emails. Do you think changing Castopod's config file to this port could resolve my issue? Thanks
[15:55:00]
<orhtej2> > <@eder87:matrix.org> I'm using the port 587 for sending and receiving emails. Do you think changing Castopod's config file to this port could resolve my issue? Thanks
No, the problem is with the user that's set by default
[15:55:38]
<orhtej2> You need to use different, non-service user
[17:20:22]
<ederto87> > You need to use different, non-service user
Which file should I change and what should I write there in order to do so? Thank you for your help
[17:24:35]
<orhtej2> > <@eder87:matrix.org> Which file should I change and what should I write there in order to do so? Thank you for your help
`/var/www/castopod/.env`, the entries around what you posted - user name, password and fro address
[18:00:47]
<ederto87> > `/var/www/castopod/.env`, the entries around what you posted - user name, password and fro address
Thank you. I'm gonna try
[19:29:34]
<ederto87> > <@eder87:matrix.org> Thank you. I'm gonna try
Since I'm using a relay SMTP provider I guess I should change SMTPhost too, shouldn't I?
[19:37:25]
<aekone_> hi! I just installed synapse and synapse-admin. I wonder how to set my user admin. In the forum, there is a sql command to set an user admin (https://forum.yunohost.org/t/synapse-sidentifier-comme-administrateur/4179/3) but when I try it, it says that the database does not exist. I logged into phpmyadmin and there was no matrix-synapse database. Has something changed ? How should I do it now ?
[20:07:16]
<Josué> > <@csvrn:matrix.org> hi! I just installed synapse and synapse-admin. I wonder how to set my user admin. In the forum, there is a sql command to set an user admin (https://forum.yunohost.org/t/synapse-sidentifier-comme-administrateur/4179/3) but when I try it, it says that the database does not exist. I logged into phpmyadmin and there was no matrix-synapse database. Has something changed ? How should I do it now ?
Hello, the command on the forum should work it's just that the database was renamed from matrix-synapse to synapse so you need to adapt the command according this. And for phpmyadmin it's normal, synapse use postgresql so you need pgadmin to see the database.
[20:26:58]
<aekone_> Ah OK thank you! I will try it tomorrow
[21:11:09]
<orhtej2> > <@eder87:matrix.org> Since I'm using a relay SMTP provider I guess I should change SMTPhost too, shouldn't I?
likely yes
[21:38:08]
<geoma> Ok replying in the forum. Thanks!!