getfider / fider

Open platform to collect and prioritize feedback
https://fider.io
GNU Affero General Public License v3.0
2.75k stars 620 forks source link

Instructions for self-hosted deploy with docker are outdated #1173

Open vbresan opened 2 days ago

vbresan commented 2 days ago

Instructions are available here. In 'Installing and Running' section, docker-compose.yml file contains the following:

# Generate a 512-bit secret here https://www.allkeysgenerator.com/Random/Security-Encryption-Key-Generator.aspx
JWT_SECRET: VERY_STRONG_SECRET_SHOULD_BE_USED_HERE

https://www.allkeysgenerator.com is down since June 2023. I ended up using https://jwtsecret.com though I am not sure what would you recommend.

As well, once docker compose pull is run, the following message is displayed: WARN[0000] /var/fider/docker-compose.yml: "version" is obsolete

Also, the following message shouldn't have a dash between docker and compose:

You can find the logs by using docker-compose logs app.

PS: Please transfer this issue to getfider/fider.io