Merge branch 'master' into testing

This commit is contained in:
ericgaspar 2023-11-25 08:33:23 +01:00
commit 5c13f66ecd
3 changed files with 5 additions and 5 deletions

View file

@ -19,13 +19,13 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Remote runner to offload heavy workloads jobs (such as transcoding) from one or several (distant) Peertube server.
**Shipped version:** 1.0~ynh1
**Shipped version:** 1.0~ynh2
## Documentation and resources
* Official app website: <https://docs.joinpeertube.org/admin/remote-runners>
* Official admin documentation: <https://docs.joinpeertube.org/maintain/tools#peertube-runner>
* Upstream app code repository: <https://github.com/Chocobozzz/PeerTube/tree/develop/packages/peertube-runner>
* YunoHost documentation for this app: <https://yunohost.org/app_peertube_remote_runner>
* YunoHost Store: <https://apps.yunohost.org/app/peertube_remote_runner>
* Report a bug: <https://github.com/YunoHost-Apps/peertube_remote_runner_ynh/issues>
## Developer info

View file

@ -19,13 +19,13 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Un *runner* distant pour décharger le travail intense en ressources (comme le transcodage) d'un serveur PeerTube principal distant.
**Version incluse :** 1.0~ynh1
**Version incluse :** 1.0~ynh2
## Documentations et ressources
* Site officiel de lapp : <https://docs.joinpeertube.org/admin/remote-runners>
* Documentation officielle de ladmin : <https://docs.joinpeertube.org/maintain/tools#peertube-runner>
* Dépôt de code officiel de lapp : <https://github.com/Chocobozzz/PeerTube/tree/develop/packages/peertube-runner>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_peertube_remote_runner>
* YunoHost Store: <https://apps.yunohost.org/app/peertube_remote_runner>
* Signaler un bug : <https://github.com/YunoHost-Apps/peertube_remote_runner_ynh/issues>
## Informations pour les développeurs

View file

@ -5,7 +5,7 @@ name = "PeerTube Remote Runner"
description.en = "Remote runner to offload high CPU/long job (such as transcoding) from Peertube main server"
description.fr = "Runner distant pour décharger le travail intense en ressources CPU (comme le transcodage) d'un serveur PeerTube principal"
version = "1.0~ynh1"
version = "1.0~ynh2"
maintainers = ["Lapineige"]