• 6 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle









  • I am using the default from the ansible config

    {
      # for more info about the config, check out the documentation
      # https://join-lemmy.org/docs/en/administration/configuration.html
    
      database: {
        host: postgres
        password: "{{ postgres_password }}"
      }
      hostname: "{{ domain }}"
      pictrs: {
        url: "http://pictrs:8080/"
        api_key: "{{ postgres_password }}"
      }
      email: {
        smtp_server: "postfix:25"
        smtp_from_address: "noreply@{{ domain }}"
        tls_type: "none"
      }
    }