App has been updated to version beta.10.pre.3.
Update through admin panel or with following command.
yunohost app upgrade -u https://github.com/YunoHost-Apps/peertube_ynh peertube --debug
App has been updated to version beta.10.pre.3.
Update through admin panel or with following command.
yunohost app upgrade -u https://github.com/YunoHost-Apps/peertube_ynh peertube --debug
Peertube has been updated to version 1.0.0-beta.10. Please update by running the following command:
$ yunohost app upgrade -u https://github.com/YunoHost-Apps/peertube_ynh peertube --debug
Peertube has been updated to version 1.0.0-beta.11 .
Update through admin panel or with following command.
$ yunohost app upgrade -u https://github.com/YunoHost-Apps/peertube_ynh peertube --debug
Peertube has been updated to version 1.0.0-beta.13 . This update bring a fix for upgrade/installation on node 8.12 due to which upgrade/installation was failing on version 1.0.0-beta.12.
Update through admin panel or with the following command.
$ yunohost app upgrade -u https://github.com/YunoHost-Apps/peertube_ynh peertube --debug
Changelog: https://github.com/Chocobozzz/PeerTube/releases/tag/v1.0.0-beta.13
Peertube has been updated to version 1.0.0-beta.15 .
Update through admin panel or with following command.
$ yunohost app upgrade -u https://github.com/YunoHost-Apps/peertube_ynh peertube --debug
Changelog: https://github.com/Chocobozzz/PeerTube/releases/tag/v1.0.0-beta.15
1.0.0-beta.16 When it will be ready?
Cheers
Thanks for reminding me.
Peertube has been updated to version 1.0.0-beta.16 .
Update through admin panel or with following command.
$ yunohost app upgrade -u https://github.com/YunoHost-Apps/peertube_ynh peertube --debug
Changelog: https://github.com/Chocobozzz/PeerTube/releases/tag/v1.0.0-beta.16
No worries but they done already v1.0.0-rc.2 version
Peertube has been updated to version 1.0.0-rc.2 .
Update through admin panel or with following command.
$ yunohost app upgrade -u https://github.com/YunoHost-Apps/peertube_ynh peertube --debug
Changelog: https://github.com/Chocobozzz/PeerTube/releases/tag/v1.0.0-rc.2
Finally version 1.0.0 for Peertube is here.
Update through admin panel or with following command.
$ yunohost app upgrade -u https://github.com/YunoHost-Apps/peertube_ynh peertube --debug
Changelog: https://github.com/Chocobozzz/PeerTube/releases/tag/v1.0.0
Hello I just upgraded Peertube, but I donât get one thing⊠Why does it keep on displaying âInvalid Tokenâ while I am logged under root ?
@alexandre75
Look at this solution:
I will work on it, this weekend.
I just wanna ask its alpha version or just 1.0.0
Its 1.0.0. We should not touch 1.1.0 alpha till it gets to beta.
Peertube has been updated to version 1.0.1.
Update through admin panel or with following command.
$ yunohost app upgrade -u https://github.com/YunoHost-Apps/peertube_ynh peertube --debug
Changelog: https://github.com/Chocobozzz/PeerTube/releases/tag/v1.0.1
Hi , I have tried to install Peertube but whenever I tried, with whatever method, it has always failed when trying to fetch Yarn. I also have tried to install Yarn manually but it still tried to fetch Yarnâs files. So, how should I fix this? Here are the logs
Maybe its yarn key problem.
You can try to add it manually.
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
So after a little bit of digging, Iâve seen that when doing apt get update, I had a message about installing apt-transport-https, so I did. And it finally worked. So sorry for annoying you just for a stupid mistake. Have a good day and thanks!