2021-05-10 17:52:42 +02:00
|
|
|
<!--
|
2024-03-29 07:02:37 +01:00
|
|
|
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
2021-05-10 17:52:42 +02:00
|
|
|
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
|
|
|
|
2023-03-24 16:07:00 +01: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
|
|
|
|
2024-03-29 07:02:37 +01:00
|
|
|
*[Read this README is other languages.](./ALL_README.md)*
|
2018-06-28 22:05:35 +02:00
|
|
|
|
2024-03-29 07:02:37 +01:00
|
|
|
> *This package allows you to install Fider quickly and simply on a YunoHost server.*
|
|
|
|
> *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
|
2023-01-10 23:54:37 +01:00
|
|
|
- Authentication with support for GitHub, Facebook, Google, and custom OAuth providers
|
2022-08-25 11:49:07 +02:00
|
|
|
- Customizable branding
|
|
|
|
- Public API, webhooks etc
|
|
|
|
- Markdown support
|
2018-06-28 22:05:35 +02:00
|
|
|
|
|
|
|
|
2023-06-09 21:48:54 +02:00
|
|
|
**Shipped version:** 0.21.1~ynh5
|
2018-06-28 22:05:35 +02:00
|
|
|
|
2024-03-29 07:02:37 +01: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
|
|
|
|
2023-01-09 10:54:47 +01:00
|
|
|
![Screenshot of Fider](./doc/screenshots/screenshot.png)
|
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
|
|
|
|
2024-03-29 07:02:37 +01:00
|
|
|
- Official app website: <https://fider.io>
|
|
|
|
- Official admin documentation: <https://fider.io/docs>
|
|
|
|
- Upstream app code repository: <https://github.com/getfider/fider>
|
|
|
|
- YunoHost Store: <https://apps.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
|
|
|
|
2024-03-29 07:02:37 +01: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
|
|
|
|
2024-03-29 07:02:37 +01:00
|
|
|
To try the `testing` branch, please proceed like that:
|
2022-06-06 19:45:13 +02:00
|
|
|
|
2024-03-29 07:02:37 +01: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>
|