1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freescout_ynh.git synced 2024-09-03 18:36:23 +02:00
freescout_ynh/README.md

53 lines
2.3 KiB
Markdown
Raw Normal View History

2023-11-20 23:01:30 +01:00
<!--
2024-03-08 21:34:20 +01:00
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
2023-11-20 23:01:30 +01:00
It shall NOT be edited by hand.
-->
2023-11-20 23:01:36 +01:00
# FreeScout for YunoHost
2023-11-20 23:01:30 +01:00
2023-11-20 23:01:36 +01:00
[![Integration level](https://dash.yunohost.org/integration/freescout.svg)](https://dash.yunohost.org/appci/app/freescout) ![Working status](https://ci-apps.yunohost.org/ci/badges/freescout.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/freescout.maintain.svg)
[![Install FreeScout with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=freescout)
2023-11-20 23:01:30 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2023-11-20 23:01:36 +01:00
> *This package allows you to install FreeScout quickly and simply on a YunoHost server.
2023-11-20 23:01:30 +01:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
2023-11-20 23:01:36 +01:00
FreeScout is the super lightweight and powerful free open source help desk and shared inbox built with PHP (Laravel framework). Now you can enjoy free Zendesk & Help Scout without giving up privacy or locking yourself into a service you don't control.
2024-03-08 21:34:20 +01:00
**Shipped version:** 1.8.126~ynh1
2023-11-20 23:01:30 +01:00
2024-03-08 21:34:20 +01:00
**Demo:** <https://demo.freescout.net/login>
2023-11-20 23:01:30 +01:00
## Screenshots
2023-11-20 23:01:36 +01:00
![Screenshot of FreeScout](./doc/screenshots/screenshot.png)
2023-11-20 23:01:30 +01:00
2023-11-21 16:39:14 +01:00
## :red_circle: Antifeatures
- **Not totally free upstream**: The packaged app is under an overall free licence, but with clauses that restrict its use.
2023-11-20 23:01:30 +01:00
## Documentation and resources
2024-03-08 21:34:20 +01:00
- Official app website: <https://freescout.net/>
- Official admin documentation: <https://github.com/freescout-helpdesk/freescout/wiki/Installation-Guide>
- Upstream app code repository: <https://github.com/freescout-helpdesk/freescout>
- YunoHost Store: <https://apps.yunohost.org/app/freescout>
- Report a bug: <https://github.com/YunoHost-Apps/freescout_ynh/issues>
2023-11-20 23:01:30 +01:00
## Developer info
2023-11-20 23:01:36 +01:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/freescout_ynh/tree/testing).
2023-11-20 23:01:30 +01:00
To try the testing branch, please proceed like that.
``` bash
2023-11-20 23:01:36 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/freescout_ynh/tree/testing --debug
2023-11-20 23:01:30 +01:00
or
2023-11-20 23:01:36 +01:00
sudo yunohost app upgrade freescout -u https://github.com/YunoHost-Apps/freescout_ynh/tree/testing --debug
2023-11-20 23:01:30 +01:00
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>