2021-05-10 17:52:42 +02:00
|
|
|
<!--
|
|
|
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
|
|
|
It shall NOT be edited by hand.
|
|
|
|
-->
|
2018-06-28 22:05:35 +02:00
|
|
|
|
2022-08-25 11:49:07 +02:00
|
|
|
# Fider for YunoHost
|
2018-06-28 22:05:35 +02:00
|
|
|
|
2022-10-06 14:42:19 +02:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/fider.svg)](https://dash.yunohost.org/appci/app/fider) ![Working status](https://ci-apps.yunohost.org/ci/badges/fider.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/fider.maintain.svg)
|
2022-08-25 11:49:07 +02:00
|
|
|
[![Install Fider with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=fider)
|
2018-06-28 22:05:35 +02:00
|
|
|
|
2021-05-10 17:52:42 +02:00
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
2018-06-28 22:05:35 +02:00
|
|
|
|
2022-08-25 11:49:07 +02:00
|
|
|
> *This package allows you to install Fider quickly and simply on a YunoHost server.
|
2021-05-10 17:52:42 +02:00
|
|
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
2018-06-28 22:05:35 +02:00
|
|
|
|
2021-05-10 17:52:42 +02:00
|
|
|
## Overview
|
2018-06-28 22:05:35 +02:00
|
|
|
|
2022-08-25 11:49:07 +02:00
|
|
|
Fider is a feedback portal that helps teams collect and prioritize customer feedback in one place, based on votes and ideas submitted.
|
2018-06-28 22:05:35 +02:00
|
|
|
|
2022-06-06 19:45:13 +02:00
|
|
|
### Features
|
2018-06-28 22:05:35 +02:00
|
|
|
|
2022-08-25 11:49:07 +02:00
|
|
|
- Share ideas, vote and discuss
|
|
|
|
- Authentication with support for Github, Facebook, Google, and custom OAuth providers
|
|
|
|
- Customizable branding
|
|
|
|
- Public API, webhooks etc
|
|
|
|
- Markdown support
|
2018-06-28 22:05:35 +02:00
|
|
|
|
|
|
|
|
2022-10-06 18:17:28 +02:00
|
|
|
**Shipped version:** 0.21.1~ynh1
|
2018-06-28 22:05:35 +02:00
|
|
|
|
2022-08-29 11:38:41 +02:00
|
|
|
|
2022-08-25 11:49:07 +02:00
|
|
|
**Demo:** https://feedback.fider.io
|
2018-06-28 22:05:35 +02:00
|
|
|
|
2022-06-06 19:45:13 +02:00
|
|
|
## Screenshots
|
2018-06-28 22:05:35 +02:00
|
|
|
|
2022-08-25 11:49:07 +02:00
|
|
|
![Screenshot of Fider](./doc/screenshots/example.avif)
|
2018-06-28 22:05:35 +02:00
|
|
|
|
2021-05-10 17:52:42 +02:00
|
|
|
## Disclaimers / important information
|
2018-06-28 22:05:35 +02:00
|
|
|
|
2022-10-06 14:42:19 +02:00
|
|
|
* Only installable on a domain root (or a subdomain root)!
|
|
|
|
* No Yunohost LDAP connection (yet)
|
|
|
|
* Email required for administation (uses "magic links" instead of admin passwords)
|
2018-06-28 22:05:35 +02:00
|
|
|
|
2022-10-06 14:42:19 +02:00
|
|
|
* You should manually configure the app after installation.
|
|
|
|
* You should edit /opt/yunohost/fider/run_fider to add environment variables, e.g for Github integration
|
2018-06-28 22:05:35 +02:00
|
|
|
|
2021-05-10 17:52:42 +02:00
|
|
|
## Documentation and resources
|
2018-06-28 22:05:35 +02:00
|
|
|
|
2022-08-25 11:49:07 +02:00
|
|
|
* Official app website: <https://fider.io>
|
|
|
|
* Official admin documentation: <https://fider.io/docs>
|
|
|
|
* Upstream app code repository: <https://github.com/getfider/fider>
|
|
|
|
* YunoHost documentation for this app: <https://yunohost.org/app_fider>
|
|
|
|
* Report a bug: <https://github.com/YunoHost-Apps/fider_ynh/issues>
|
2018-06-28 22:05:35 +02:00
|
|
|
|
2020-08-02 15:41:28 +02:00
|
|
|
## Developer info
|
2018-06-28 22:05:35 +02:00
|
|
|
|
2022-08-25 11:49:07 +02:00
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/fider_ynh/tree/testing).
|
2017-02-03 21:12:24 +01:00
|
|
|
|
2018-06-28 22:05:35 +02:00
|
|
|
To try the testing branch, please proceed like that.
|
2022-06-06 19:45:13 +02:00
|
|
|
|
|
|
|
``` bash
|
2022-08-25 11:49:07 +02:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/fider_ynh/tree/testing --debug
|
2018-06-28 22:05:35 +02:00
|
|
|
or
|
2022-08-25 11:49:07 +02:00
|
|
|
sudo yunohost app upgrade fider -u https://github.com/YunoHost-Apps/fider_ynh/tree/testing --debug
|
2018-06-28 22:05:35 +02:00
|
|
|
```
|
2021-05-10 17:52:42 +02:00
|
|
|
|
2022-06-06 19:45:13 +02:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|