Casadream_1

Members
  • Posts

    68
  • Joined

  • Last visited

Everything posted by Casadream_1

  1. The support does not provide any help on this subject.
  2. Je reviens pour donner la résolution des soucis. En fait c'était CloudFlare qui posait problème au niveau de son cache. Cela m'a bien pris la tête cette histoire.
  3. Hello What can I say. My version 1.5.1 that I just installed does not work with DUO. Neither does the RC1 version. The only version that works well is 1.4.0-3 I use the base generated by the Guacamole container. Even removing absolutely everything, version 1.5 does not accept DUO. I notice that DUO is accepted locally 192.168.x.x:Guacamole_port but as soon as the call is made by a subdomain with Nginx Proxy Manager, the message from Guacamole is: Connect with DUO > Next. When I press Next the error message says: The code is not valid. Except that I didn't have the notched wheel that makes the animation to suggest to me the type of factor that I want to enter. In 1.4.0-3 no problem.
  4. Hello et merci pour ta réponse. Le Enable Bridging était sur yes, mais j'ai quand même arrêté l'Array puis j'ai passé à No et ensuite à Yes, histoire de voir si ça change. Rien de mieux. Je me rends compte que c'est profond. J'ai essayé d'installer les 2 Nginx proxy manager dispo sur le store app et le soucis semble provenir de là. Quelque chose ne communique pas / plus / mal avec le serveur 2. Les ports sont bien dirigés sur le routeur sur la machine 192.168.2.51 mais rien. Alors que la 192.168.2.50 fonctionne impeccable. Les réglages sont similaires. Avec des réseaux custom. Bon j'ai bien essayé d'utiliser uniquement le Bridge sur la machine qui ne fonctionne pas mais rien de mieux. De ce que je peux voir dans les logs NPM sur la machine qui déconne, ça me dit sur le sous domaine demandé "No route to host" Hors, ce sous domaine fonctionne bien sur l'autre en appelant depuis le NPM serveur 1. Et lorsque je veux demander un certificat Let' Encrypte sur serveur 2 j'ai un "Internal error" bien connu lorsque les ports ne sont pas bien dirigés, alors que pour le coup ils sont Ok. ça fait un peut trop de truc qui me laisse penser à un soucis réseau mais je ne vois pas ou. Je peux accéder à la machine en question par vpn mais aussi via wan depuis machine2.domaine.com ça fonctionne bien. C'est complètement épuisant.
  5. Bonjour, Jusqu'à présent j'utilisais Nginx Proxy Manager sur Unraid (machine 1) Je voudrais installer Unraid sur (Machine 2) mais appeler les services qui sont sont sur les 2 machines. Cela ne fonctionne pas. En gros, je ne peux pas dire : NPM sur Unraid 2 > Expose les services de Unraid 1 (et vis versa) EDIT : je me rends compte que en désactivant NPM du server 1 et en activant celui de server 2 (le 2 ne veux pas exposer les services du 2 donc local) je ne comprends plus rien. Quelque pourrait m'aider svp ? Merci
  6. I have only one problem with this docker, it's network discovery. The cron does not discover anything. The network check does not work. To have a discovery I have to select the network in the phpipam interface and at this moment the scan is carried out and functional with my network in red and black according to the use. Can you provide information on how this cron works because I see 2 variables on Git that are absolutely not documented or it says that it is mandatory for ping and snmp. THANKS
  7. why are we with version 1.4 of guac for unraid ? There is a version that fixes ssh that it is possible to update or not ?
  8. I don't know if it's Guacamole that's wrong, it seems so! To begin with, it does not accept in the current state and without the current version, a connection without a key. If I put the rsa private key of the /config/ssh folder then it works once and then not at all.
  9. I think Hibracorp wanted to break things down into stages. This is the install only which includes Postgres/Redis/Authentik. It's already a good thing and it takes place without complications. I think the next step will be on a concrete use case with an application for example not secure ? In this regard, if someone can answer this question : with Authelia we have strong Authentication. But once the authentication passed, we have the Login / Password authentication of the app. How to remove the authentication of an application so as not to duplicate ? Thanks
  10. Hello, I have Nginx Proxy Manager with services that I open externally with Authelia 2FA. When I call a service, npm points to Authelia which I configured to work with Duo. I receive a notification and I can say Yes or No and the service launches On Air I really like Duo, it brings a professional vision. Unfortunately as on each application there is always a login / password to enter. It's a double protection but I dream of a unique and global solution for all applications in order to enter directly into it once past Authelia. This would require that the applications are all compatible with everything. Very complicated because often the app has its own 2FA (Authy and more)
  11. Add a natif fail2ban on Unraid. Normal config and cloudflare token. Thanks
  12. Merci pour la réponse, je ne reçois pas de notif d'ou mon retard dans la réponse. Follow topic j'ai essayé les deux positions il y en a aucune qui répond lol. Ce que j'ai fait entre temps, et cela semble fonctionner. En fait je ne savais pas qu'il y avait un niveau d'importance lors du démarrage des containers. J'ai mis Mariadb et Redis tout en haut (je me suis rendu compte que Authelia ne se lançais pas à cause de mariadb) qui était chargé "Après". Du coup j'ai mis mariadb en première, et puis les autres par ordre d'importance en dessous. Et cela semble fonctionner. Maintenant je dois résoudre un autre problème, mariadb cesse de fonctionner au bout d'un moment, il semble qu'elle prends trop de demande de connexion (max 10 par default) Alors je regarde qui fait ça, mais après investigation et des journaux absolument pas parlant, je ne trouve pas qui est le fautif. J'ai procédé par élimination, et mariadb réagit pareil avec mes 3 services. J'ai augmenté la valeur max_connect_errors= (style 500000) Mais cela ne me réconforte pas une fois ce nombre de connexions passés, elle va encore entrer en mode survie et se bloquer. C'est chaud tout ses machins Si tu as déjà été confronté je suis preneur !
  13. Hello everyone, I've been sweating for several days and I see that the messages here are going to the same side as me. I use MariaDb without errors, my services (bookstack, lychee and Authelia) without problems. No logs showing errors, no spamming to cause mariadb to quit. I restart mariadb and everything works again but just for a while. When I want to connect with admin I see that there have been too many connection requests that mariadb wanted to protect itself. I changed the max_connections = xxxxx parameter in the custom.cnf file and with the command: show variables like "max_connections"; I can see that increasing. My question is, how do I find out who is causing this ? (no newspaper correctly tells me about the problem). So once 10,000 tests have been carried out, I will come back to a mariadb which will protect itself once again. I killed each service to leave either one or the other. I went around the 3 services one by one, and each time mariadb protects itself. How to make it accept repeated connections (by whom I don't know) for 500 years?
  14. This container does not work as smoothly as a version installed on a windows VM. I was forced to install the only VM for this use because BI is THE software that manages 17 cameras for a long time. I am faithful to him but it takes reactivity. What the VM gives me with enough memory to satisfy the needs. I'm like on a real BI installed on a normal windows.
  15. Bonjour la commu Fr ! Je viens poster ici, car ayant posé sur le forum US, puis sur le Github, je n'ai pas la réponse à mon problème. J'utilise Authelia, qui fonctionne très bien en 2FA avec mes services, tout roule. Je me suis rendu compte lors d'un reboot, puis d'un deuxième, puis de XXXX reboot, que Authelia ne démarre pas lorsque l'option de démarrage automatique est activé (comme tous les containers importants que nous voulons monter au boot). Est-ce que quelqu'un à le problème ? et si oui est-ce que vous avez pu remédier au probleme et comment ? Franchement je sèche. C'est comme si dans le container il ne prenait pas en compte, et je me demande s'il est possible de lui dire dans les paramètre en ajoutant une variable (mais ça serait fou c'est le seul qui fait ça). Merci
  16. Hello, I have a problem with authelia. It works perfectly well, the only thing is that it does not start automatically. The button is however in the on position, like the other containers. Is there anything specific to do ?
  17. Hello, I have a problem with authelia. It works perfectly well, the only thing is that it does not start automatically. The button is however in the on position, like the other containers. Is there anything specific to do ?
  18. Hello, I succeeded in the Authelia configuration thanks to the Ibracorp guide. There is one thing I don't understand. When I call my.domain.com from my local network, everything is ok I can enter my Authelia login password. 1. If I try the same thing from a network outside my Lan, then the user password is refused and banned. 2. Then I notice that Authelia bans the user but there is no known way that I know of to unban. Can someone help me if only for point 1 ?
  19. Hello, Since my upgrade to 6.10.2 and downgrade to 6.10.1 following network problems, my interface has suffered problems. And indeed the dashboard took 20 sec to load, and now takes 1.09 sec when applying the command /etc/rc.d/rc.nginx reload. The question is : will it work on reboot ? Because I feel like it's just a trick, previously when I restarted the server it was slow. I don't have this problem on another poweredge while both are impacted by the 6.10.2 update and the network blacklist.
  20. Coming back after 4 days of absence, the server I had upgraded to 6.10.2 was crashed. I vaguely saw on my PowerEdge CLI that it was a memory dump. I just put back version 6.10.1 Hopefully something that works like before. Thanks
  21. Many thanks for this ! How Lime fix the problem ?