Riccardo Graziosi

Results 111 comments of Riccardo Graziosi

Hi! Try to change `host` in `config/database.yml` file. Right now it points to `db`, which is the postgres container, but maybe it works if you put there the host of...

Hi Giggiux! I think the `Accept` header is used to instruct the OAuth server to return content in `application/json`, but that doesn't mean that we're sending json. Anyway, have you...

That's strange.. can you provide more information, for example Rails logs if they're available? Thank you!

Try to add to your `docker-compose.yml`, in the web service, the environment variable `RAILS_LOG_TO_STDOUT` set to true. This should log everything to stdout!

Thank you @brink668 , I'll add the identify scope to the documentation!

I think Discord login is working now, so I'm closing this issue. If you encounter any problems, feel free to reopen the issue! Thanks

This is definitely something that was on my mind and will be added in the future. One thing that must be thought about this feature is how to avoid/limit spam....

Feature implemented! It's now possible to decide whether to accept anonymous feedback or not. You can also setup anonymous feedback to require approval from moderators or admins before it gets...

Hi guys, thanks for reaching out! Unfortunately, I never run Astuto over SSL either, so right now I can't be much of help. However, I plan on releasing a new...

Hi, just a quick update. @byjrack has posted an issue with useful knowledge for setting up nginx and TLS, you may want to check it out here: https://github.com/astuto/astuto/issues/203#issuecomment-1456842967