Difference between revisions of "Fider"

From Jesse's Wiki
Jump to navigation Jump to search
(Created page with "Fider is an open source web tool to allow users to log in easily with OAuth support and post requests that can be upvoted by other users.")
 
m
Line 1: Line 1:
Fider is an open source web tool to allow users to log in easily with OAuth support and post requests that can be upvoted by other users.
Fider is an open source web tool to allow users to log in easily with OAuth support and post requests that can be upvoted by other users.
== Setting up ==
* Download Docker image
* Following the directions [https://getfider.com/docs/hosting-instance/ here] did not work for synology NAS
** use info in yml file to manually configure docker image using the synology docker UI
** download Postgres image
** configure all environment variables from the yml file
** db port does not need to be exposed because docker lets images talk to themselves
** link to local port to container port and use synology reverse proxy
** use google SMTP server login details. other mail options didn't work
** follow the directions on Fider's website to configure OAuth for Google and Facebook

Revision as of 15:35, 1 November 2020

Fider is an open source web tool to allow users to log in easily with OAuth support and post requests that can be upvoted by other users.

Setting up

  • Download Docker image
  • Following the directions here did not work for synology NAS
    • use info in yml file to manually configure docker image using the synology docker UI
    • download Postgres image
    • configure all environment variables from the yml file
    • db port does not need to be exposed because docker lets images talk to themselves
    • link to local port to container port and use synology reverse proxy
    • use google SMTP server login details. other mail options didn't work
    • follow the directions on Fider's website to configure OAuth for Google and Facebook