• 136 Posts
  • 97 Comments
Joined 4 years ago
cake
Cake day: August 18th, 2020

help-circle








  • skarikoOPtoLemmy SupportError when upgrade to 0.18
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 year ago

    I actually only used Ansible for the first installation, all subsequent ones I manually updated only the docker file and following the various instructions that were given only in this update it didn’t work.

    If it helps I can post my current configuration file docker-compose.yml

    edit:

    maybe I need to try again to do an update through Ansible now?

    Since it had always worked to update the docker-compose.yml file it seemed easier and more functional to do it this way but I don’t want to think that maybe the installation is now “tied” to Ansible.












  • skarikoOPtoLemmy SupportUpgrade error
    link
    fedilink
    arrow-up
    3
    ·
    2 years ago

    Found out just now what the problem was.

    I am writing this to help others: the federation was active in that instance but it was also marked as a private instance. This gave no problems in using it until the update (probably because it is restarted and re-run Docker).

    I removed the federation from the config file leaving only the private instance and it restarted immediately.








  • skarikoOPtoLemmy SupportSending email problem
    link
    fedilink
    arrow-up
    2
    ·
    2 years ago

    yes, actually i tried ‘none’, ‘tls’ and ‘starttls’ but with no success. I tried with external SMTP because the default created by ansible does not work:

      email: {
        smtp_server: "postfix:25"
        smtp_from_address: "noreply@mydomain.it"
        tls_type: "none"
      }
    

  • skarikoOPtoLemmy SupportSending email problem
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    2 years ago

    It is the same thing that I thought. Unfortunately, if I try to manually force the port by writing smtps.aruba.it:465 as I said the server freezes for several minutes, goes to 504 and does not send any email.

    So I can not understand if the port must be entered in another way (?) or if I have to install something on the server first to be able to send an email through an external SMTP as in this case?