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

54 lines
2.3 KiB
Markdown
Raw Permalink Normal View History

2023-11-20 23:01:30 +01:00
<!--
2024-03-30 02:35:36 +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
2024-07-09 03:34:46 +02:00
[![Integration level](https://dash.yunohost.org/integration/freescout.svg)](https://ci-apps.yunohost.org/ci/apps/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)
2023-11-20 23:01:36 +01:00
[![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
2024-04-02 23:45:19 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2023-11-20 23:01:30 +01:00
2024-03-30 02:35:36 +01:00
> *This package allows you to install FreeScout 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.*
2023-11-20 23:01:30 +01:00
## 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-30 02:35:36 +01:00
2024-08-30 13:56:19 +02:00
**Shipped version:** 1.8.152~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
2024-05-13 17:41:54 +02:00
- **Not totally free upstream**: The packaged app is under an overall free license, but with clauses that may restrict its use.
2023-11-21 16:39:14 +01:00
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
2024-03-30 02:35: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
2024-03-30 02:35:36 +01:00
To try the `testing` branch, please proceed like that:
2023-11-20 23:01:30 +01:00
2024-03-19 02:34:34 +01:00
```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>