Riccardo Graziosi
Riccardo Graziosi
Hi @rishabhj1717 thanks for your help. I think keeping everything inside the `docker-compose.yml` file is better for clarity (easier to explain and understand for users installing astuto).
Hi! I suppose you're referring to this Canny feature: https://help.canny.io/en/articles/3828525-categories What use cases do you see for this feature? Do you think that a tag system (that permits both public...
Hi at-ng, thanks for reaching out! I really like the idea of tags with types, it's both simple and powerful at the same time. Right now there's only the possibility...
Is it really necessary? If a comments gets deleted (by author or by administrators) then all its children comments would remain available, but the context given by the deleted parent...
Hi kwiza12, thanks for reaching out! These parameters are passed as-is to Rails ActionMailer smtp_settings. You can check out its documentation [here](https://guides.rubyonrails.org/configuring.html#config-action-mailer-smtp-settings). `EMAIL_SMTP_AUTH` is passed to the `authentication` field, `EMAIL_SMTP_TLS`...
Hi @zarevskaya, you can check out a basic docker-compose.yml configuration [here](https://docs.astuto.io/self-hosted/deploy-with-docker#1-create-a-docker-compose-file). Starting from that configuration, you can add, in the `web` service, the required environment variables for SMTP (take a...
Hi everyone, I've finally had the time to dig into the problem. I pushed two new commits to main that should fix the problem, or at least give more information...
Hi @tgrignon, I encountered that problem too and should be fixed with the latest main commit (24ef09c, 8 minutes ago). Otherwise, try to pass the environment variable `EMAIL_SMTP_TLS` set to...
Are you running Astuto in development or production mode (i.e. are you building the image from source code or pulling it from DockerHub)? @tgrignon it seems like your smtp server...
@pilasguru I have the feeling that the problem is similar to what tgrignon experienced, and is caused by the fact that, if you don't want to use authentication, you should...