Configuring
Configure your Feedbacky instance to your needs.
Open your .env
file and edit the environment variables to fit your needs.
Networking
| The IP address of your Virtual Private Server (VPS) or dedicated hardware or a domain. |
| Port for the client application, by default it is 8090. |
| Port for the server application, by default it is 8095. |
Domain
You can use your own domain with Feedbacky, follow the guide below.
Domain SetupSecurity
| A random generated token used for authentication purposes. |
Use this link to generate one yourself;
For extra security, random ASCII characters are recommended. Remember, do not share your token with anyone else!
Database
| The username set during the database setup process. |
| The password set during the database setup process. |
| Connection information that will be used by Feedbacky. |
OAuth
Follow these steps to use the Discord OAuth.
1. Access Discord's Developer Portal.
2. Create a new OAuth application.
Follow these steps to use the GitHub OAuth.
1. Access GitHub's Developer settings.
2. Create a new OAuth application.
The Google OAuth guide is not yet available.
Follow these steps to use the GitLab OAuth.
1. Access GitLab's Developer Portal.
2. Create a new OAuth application.
3. Add a new redirect with the IP address or domain set here and include /auth/gitlab
at the end.
4. Fill the necessary variables with your newly created Discord OAuth application.
| Disabled by default, to use GitLab OAuth change to |
| Your instance domain with |
| Your OAuth client ID. |
| Your OAuth client secret. |
Mail
| Choose one of the options below. |
| Your username. |
| The password. |
| A reachable domain or IP address. |
| A reachable port, by default it is 25. |
Image Compression
| If you wish to use an Image compression service, |
| At the moment Feedbacky only supports one image compression service. |
CheetahO is an image compression service supported by Feedbacky.
Compress up to 500 images for free each months.
Pricing included for your convenience and may be out of date.
| Your CheetahO API key. |
Integrations
Integrations are only available for cloud-instance users at the moment!
Last updated