YunoHost-Apps / peertube_ynh

Federated (ActivityPub) video streaming platform using P2P for YunoHost
https://joinpeertube.org/fr/
GNU Affero General Public License v3.0
87 stars 27 forks source link

dist/server/tools folder missing from install #279

Closed double-u-a closed 2 years ago

double-u-a commented 2 years ago

Describe the bug

dist/server/tools folder missing from install, cannot use scripts like peertube-upload.js to upload videos programmatically

Context

Steps to reproduce

Expected behavior

See compiled js versions of scripts in https://github.com/Chocobozzz/PeerTube/tree/release/3.4.0/server/tools

Server tool scripts are referred to in Peertube documentation here: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/tools.md

Logs

~# ls /var/www/peertube/dist/server
assets  controllers  helpers  initializers  lib  middlewares  models  static  tests  types
double-u-a commented 2 years ago

Closing as it appears a seperate import of the repo and build is required, which is a bit of a faff but not a ynh issue