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

Merge pull request #32 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-04-14 10:33:51 +02:00 committed by GitHub
commit 395c19dca3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 61 additions and 7 deletions

View file

@ -4,3 +4,4 @@
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [阅读中文(简体)的 README](README_zh_Hans.md)

View file

@ -18,7 +18,7 @@ It shall NOT be edited by hand.
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.
**Shipped version:** 1.8.132~ynh1
**Shipped version:** 1.8.135~ynh1
**Demo:** <https://demo.freescout.net/login>

View file

@ -18,7 +18,7 @@ EZ editatu eskuz.
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.
**Paketatutako bertsioa:** 1.8.132~ynh1
**Paketatutako bertsioa:** 1.8.135~ynh1
**Demoa:** <https://demo.freescout.net/login>

View file

@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
FreeScout est un service d'assistance open source gratuit ultra léger et puissant et une boîte de réception partagée construite avec PHP (framework Laravel). Vous pouvez désormais profiter gratuitement de Zendesk et Help Scout sans renoncer à votre confidentialité ni vous enfermer dans un service que vous ne contrôlez pas.
**Version incluse:** 1.8.132~ynh1
**Version incluse:** 1.8.135~ynh1
**Démo:** <https://demo.freescout.net/login>

View file

@ -18,7 +18,7 @@ NON debe editarse manualmente.
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.
**Versión proporcionada:** 1.8.132~ynh1
**Versión proporcionada:** 1.8.135~ynh1
**Demo:** <https://demo.freescout.net/login>

53
README_zh_Hans.md Normal file
View file

@ -0,0 +1,53 @@
<!--
注意:此 README 由 <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> 自动生成
请勿手动编辑。
-->
# YunoHost 的 FreeScout
[![集成程度](https://dash.yunohost.org/integration/freescout.svg)](https://dash.yunohost.org/appci/app/freescout) ![工作状态](https://ci-apps.yunohost.org/ci/badges/freescout.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/freescout.maintain.svg)
[![使用 YunoHost 安装 FreeScout](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=freescout)
*[阅读此 README 的其它语言版本。](./ALL_README.md)*
> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 FreeScout。*
> *如果您还没有 YunoHost请参阅[指南](https://yunohost.org/install)了解如何安装它。*
## 概况
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.
**分发版本:** 1.8.135~ynh1
**演示:** <https://demo.freescout.net/login>
## 截图
![FreeScout 的截图](./doc/screenshots/screenshot.png)
## :red_circle: 负面特征
- **Not totally free upstream**: The packaged app is under an overall free licence, but with clauses that restrict its use.
## 文档与资源
- 官方应用网站: <https://freescout.net/>
- 官方管理文档: <https://github.com/freescout-helpdesk/freescout/wiki/Installation-Guide>
- 上游应用代码库: <https://github.com/freescout-helpdesk/freescout>
- YunoHost 商店: <https://apps.yunohost.org/app/freescout>
- 报告 bug <https://github.com/YunoHost-Apps/freescout_ynh/issues>
## 开发者信息
请向 [`testing` 分支](https://github.com/YunoHost-Apps/freescout_ynh/tree/testing) 发送拉取请求。
如要尝试 `testing` 分支,请这样操作:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/freescout_ynh/tree/testing --debug
sudo yunohost app upgrade freescout -u https://github.com/YunoHost-Apps/freescout_ynh/tree/testing --debug
```
**有关应用打包的更多信息:** <https://yunohost.org/packaging_apps>

View file

@ -7,7 +7,7 @@ name = "FreeScout"
description.en = "Help desk & shared mailbox"
description.fr = "Service d'assistance et boîte aux lettres partagée"
version = "1.8.132~ynh1"
version = "1.8.135~ynh1"
maintainers = []
@ -50,8 +50,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/freescout-helpdesk/freescout/archive/refs/tags/1.8.132.tar.gz"
sha256 = "8518a2d79f5f294eb10aa44cb1961b174c6f5d7eceaa72f80790620d4a4988b2"
url = "https://github.com/freescout-helpdesk/freescout/archive/refs/tags/1.8.135.tar.gz"
sha256 = "e87dc3430502ecb9322ea466722d3bf2354c121c8bdca9b4125dec348f69c95a"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]