tgrignon

Results 10 comments of tgrignon

Did you make it?

I got this error _web-1 | I, [2024-06-26T11:16:11.421772 #33] INFO -- : [6026f39f-74ab-4d05-8665-347ff9282e8f] [https://url_with_my_email] [192.168.1.2] Completed 500 Internal Server Error in 110ms (ActiveRecord: 5.7ms | Allocations: 8718) web-1 | F,...

Now I got Net::SMTPAuthenticationError (502 command not implemented I tried with and without EMAIL_SMTP_TLS: false RAILS_LOG_TO_STDOUT: true EMAIL_RAISE_DELIVERY_ERRORS: true EMAIL_DELIVERY_METHOD: smtp EMAIL_SMTP_HOST: 192.168.1.2 EMAIL_SMTP_PORT: 25 EMAIL_SMTP_USER: "" EMAIL_SMTP_PASS: ""

Ok I found my problem, it was my local server. I needed to set it up with a username and password, it not allow blank informations Final configuration services: db:...

Like anything else from the web, it can be a security vulnerability, but this is the responsability of the owner of the server. The feature can be usefull, like for...

I am not really good with Docker and don't want to rewrite the code. Do you have an example how I can do that?

I want to create a script to add some of our servers into the database, each day. I will probably use Powershell. I know how I will scan my network,...

Ok I see thanks! So as I understand, this is not really build to be inserted, it refresh all the information, flush data from table and re-insert, I can see...