1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/psitransfer_ynh.git synced 2024-09-03 20:16:06 +02:00

Merge pull request #17 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-05-10 23:02:37 +02:00 committed by GitHub
commit 07ce256046
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 124 additions and 9 deletions

View file

@ -1,6 +1,7 @@
# All available README files by language # All available README files by language
- [Read the README in English](README.md) - [Read the README in English](README.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md) - [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md) - [Le o README en galego](README_gl.md)
- [Leggi il “README” in italiano](README_it.md) - [阅读中文(简体)的 README](README_zh_Hans.md)

View file

@ -9,7 +9,7 @@ It shall NOT be edited by hand.
[![Install PsiTransfer with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=psitransfer) [![Install PsiTransfer with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=psitransfer)
*[Read this README is other languages.](./ALL_README.md)* *[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install PsiTransfer quickly and simply on a YunoHost server.* > *This package allows you to install PsiTransfer 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.* > *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
@ -28,7 +28,7 @@ Simple open source self-hosted file sharing solution. It's an alternative to pai
- `/admin` Page lists bucket information (_disabled until you set `adminPass` config value_) - `/admin` Page lists bucket information (_disabled until you set `adminPass` config value_)
**Shipped version:** 2.1.2~ynh3 **Shipped version:** 2.2.0~ynh1
## Screenshots ## Screenshots

57
README_eu.md Normal file
View file

@ -0,0 +1,57 @@
<!--
Ohart ongi: README hau automatikoki sortu da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>ri esker
EZ editatu eskuz.
-->
# PsiTransfer YunoHost-erako
[![Integrazio maila](https://dash.yunohost.org/integration/psitransfer.svg)](https://dash.yunohost.org/appci/app/psitransfer) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/psitransfer.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/psitransfer.maintain.svg)
[![Instalatu PsiTransfer YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=psitransfer)
*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
> *Pakete honek PsiTransfer YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
## Aurreikuspena
Simple open source self-hosted file sharing solution. It's an alternative to paid services like Dropbox, WeTransfer.
### Features:
- Mobile friendly responsive interface
- Resumable up- and downloads ([tus.io](https://tus.io))
- Set an expire-time for your upload bucket
- Download all files as zip/tar.gz archive
- Password protected download list ([AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard))
- `/admin` Page lists bucket information (_disabled until you set `adminPass` config value_)
**Paketatutako bertsioa:** 2.2.0~ynh1
## Pantaila-argazkiak
![PsiTransfer(r)en pantaila-argazkia](./doc/screenshots/screenshot.png)
## Dokumentazioa eta baliabideak
- Aplikazioaren webgune ofiziala: <https://psi.cx/tags/PsiTransfer>
- Administratzaileen dokumentazio ofiziala: <https://github.com/psi-4ward/psitransfer/tree/master/docs>
- Jatorrizko aplikazioaren kode-gordailua: <https://github.com/psi-4ward/psitransfer>
- YunoHost Denda: <https://apps.yunohost.org/app/psitransfer>
- Eman errore baten berri: <https://github.com/YunoHost-Apps/psitransfer_ynh/issues>
## Garatzaileentzako informazioa
Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/psitransfer_ynh/tree/testing).
`testing` abarra probatzeko, ondorengoa egin:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/psitransfer_ynh/tree/testing --debug
edo
sudo yunohost app upgrade psitransfer -u https://github.com/YunoHost-Apps/psitransfer_ynh/tree/testing --debug
```
**Informazio gehiago aplikazioaren paketatzeari buruz:** <https://yunohost.org/packaging_apps>

View file

@ -28,7 +28,7 @@ Solution simple de partage de fichiers auto-hébergée open source. PsiTransfer
- La page `/admin` répertorie les informations sur le compartiment (_disabled jusqu'à ce que vous définissiez la valeur de configuration `adminPass`_) - La page `/admin` répertorie les informations sur le compartiment (_disabled jusqu'à ce que vous définissiez la valeur de configuration `adminPass`_)
**Version incluse:** 2.1.2~ynh3 **Version incluse:** 2.2.0~ynh1
## Captures décran ## Captures décran

View file

@ -28,7 +28,7 @@ Simple open source self-hosted file sharing solution. It's an alternative to pai
- `/admin` Page lists bucket information (_disabled until you set `adminPass` config value_) - `/admin` Page lists bucket information (_disabled until you set `adminPass` config value_)
**Versión proporcionada:** 2.1.2~ynh3 **Versión proporcionada:** 2.2.0~ynh1
## Capturas de pantalla ## Capturas de pantalla

57
README_zh_Hans.md Normal file
View file

@ -0,0 +1,57 @@
<!--
注意:此 README 由 <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> 自动生成
请勿手动编辑。
-->
# YunoHost 上的 PsiTransfer
[![集成程度](https://dash.yunohost.org/integration/psitransfer.svg)](https://dash.yunohost.org/appci/app/psitransfer) ![工作状态](https://ci-apps.yunohost.org/ci/badges/psitransfer.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/psitransfer.maintain.svg)
[![使用 YunoHost 安装 PsiTransfer](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=psitransfer)
*[阅读此 README 的其它语言版本。](./ALL_README.md)*
> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 PsiTransfer。*
> *如果您还没有 YunoHost请参阅[指南](https://yunohost.org/install)了解如何安装它。*
## 概况
Simple open source self-hosted file sharing solution. It's an alternative to paid services like Dropbox, WeTransfer.
### Features:
- Mobile friendly responsive interface
- Resumable up- and downloads ([tus.io](https://tus.io))
- Set an expire-time for your upload bucket
- Download all files as zip/tar.gz archive
- Password protected download list ([AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard))
- `/admin` Page lists bucket information (_disabled until you set `adminPass` config value_)
**分发版本:** 2.2.0~ynh1
## 截图
![PsiTransfer 的截图](./doc/screenshots/screenshot.png)
## 文档与资源
- 官方应用网站: <https://psi.cx/tags/PsiTransfer>
- 官方管理文档: <https://github.com/psi-4ward/psitransfer/tree/master/docs>
- 上游应用代码库: <https://github.com/psi-4ward/psitransfer>
- YunoHost 商店: <https://apps.yunohost.org/app/psitransfer>
- 报告 bug <https://github.com/YunoHost-Apps/psitransfer_ynh/issues>
## 开发者信息
请向 [`testing` 分支](https://github.com/YunoHost-Apps/psitransfer_ynh/tree/testing) 发送拉取请求。
如要尝试 `testing` 分支,请这样操作:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/psitransfer_ynh/tree/testing --debug
sudo yunohost app upgrade psitransfer -u https://github.com/YunoHost-Apps/psitransfer_ynh/tree/testing --debug
```
**有关应用打包的更多信息:** <https://yunohost.org/packaging_apps>

View file

@ -5,9 +5,9 @@ name = "PsiTransfer"
description.en = "Simple file sharing solution" description.en = "Simple file sharing solution"
description.fr = "Solution simple de partage de fichiers" description.fr = "Solution simple de partage de fichiers"
version = "2.1.2~ynh3" version = "2.2.0~ynh1"
maintainers = [""] maintainers = []
[upstream] [upstream]
license = "BSD-2-Clause" license = "BSD-2-Clause"
@ -47,8 +47,8 @@ ram.runtime = "50M"
[resources] [resources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/psi-4ward/psitransfer/archive/refs/tags/v2.1.2.tar.gz" url = "https://github.com/psi-4ward/psitransfer/archive/refs/tags/v2.2.0.tar.gz"
sha256 = "0c66374d91b1ce00454f368f7426b46bc09ec33622da71201915091ebc60f709" sha256 = "bf486848e009fe2dd5f920ecc10fa78959cdcb8d5646c890ba2d00a5d939eae8"
autoupdate.strategy = "latest_github_tag" autoupdate.strategy = "latest_github_tag"
[resources.ports] [resources.ports]