YunoHost-Apps / peertube_remote_runner_ynh

Peertube remote runner standalone package for YunoHost
https://docs.joinpeertube.org/admin/remote-runners
GNU Affero General Public License v3.0
1 stars 1 forks source link

Upstream app code repo 404 #11

Open MadMan247 opened 1 month ago

MadMan247 commented 1 month ago

Context

The Manifest.toml has a line for the upstream app's code repository. This results in a error 404 page not found. ( https://github.com/Chocobozzz/PeerTube/tree/develop/packages/peertube-runner )

This is because the peertube runner exists in the /apps/ directory, not the /packages/ directory.

Expected behavior

This URL (or a variation of it) is used instead, and there is no error 404: https://github.com/Chocobozzz/PeerTube/tree/master/apps/peertube-runner or https://github.com/Chocobozzz/PeerTube/tree/develop/apps/peertube-runner

image