mirror of
https://github.com/YunoHost-Apps/peertube_remote_runner_ynh.git
synced 2024-09-03 19:56:21 +02:00
Merge branch 'master' into testing
This commit is contained in:
commit
5c13f66ecd
3 changed files with 5 additions and 5 deletions
|
@ -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.
|
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
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <https://docs.joinpeertube.org/admin/remote-runners>
|
* Official app website: <https://docs.joinpeertube.org/admin/remote-runners>
|
||||||
* Official admin documentation: <https://docs.joinpeertube.org/maintain/tools#peertube-runner>
|
* 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>
|
* 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>
|
* Report a bug: <https://github.com/YunoHost-Apps/peertube_remote_runner_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
|
@ -19,13 +19,13 @@ Si vous n’avez 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.
|
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
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l’app : <https://docs.joinpeertube.org/admin/remote-runners>
|
* Site officiel de l’app : <https://docs.joinpeertube.org/admin/remote-runners>
|
||||||
* Documentation officielle de l’admin : <https://docs.joinpeertube.org/maintain/tools#peertube-runner>
|
* Documentation officielle de l’admin : <https://docs.joinpeertube.org/maintain/tools#peertube-runner>
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/Chocobozzz/PeerTube/tree/develop/packages/peertube-runner>
|
* Dépôt de code officiel de l’app : <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>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/peertube_remote_runner_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
|
@ -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.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"
|
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"]
|
maintainers = ["Lapineige"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue