Skip to content

markd69/feedbacky-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web service dedicated to collect users feedback in a friendly and easy way.

Feedbacky is in beta and it's still under development, self hosted open source version will be improving by the time.

Creating own instance

Minimum requirements and setup tutorial can be found at our official wiki.

Further customizing

If you want you can customize your Feedbacky instance even more. You can edit this file to add for example your own OG meta tags like

Mail templates can be edited in this folder.

Updating from older versions

This section will contain information about variables you need to put to .env file to make Feedbacky work after you update it. It might include other information as well.

Updating to 0.2.0

!!! New .env variables were added and are required to start, add them to the file and save:

MAIL_SENDGRID_API_KEY=apiKey
MAIL_SENDGRID_API_BASE_URL=baseUrl

If you don't plan to use SendGrid as a mail provider there is no need to modify these values.

Roadmaps were added in this version but Hibernate will automagically include it in database. Migrator will migrate every user automatically to enable mail preferences for a new Mail Notifications feature.

!!! When using Mailgun as a mail provider add /messages at the end of MAIL_MAILGUN_API_BASE_URL env variable, we no longer add this part in code.

Attribution note

Icons (from client project at /src/views/admin/subviews/webhooks/steps/StepSecond.jsx) made by Prosymbols from www.flaticon.com

Some SVG illustrations provided by https://undraw.co/

Design system used in project provided by https://getbootstrap.com/

License

Feedbacky is free and open source software under the MIT License.

About

Feedback collecting web service.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Java 53.5%
  • JavaScript 38.6%
  • CSS 4.8%
  • HTML 2.9%
  • Dockerfile 0.2%