Merge pull request #31 from nemsia/v1.0.9

Update to peertube-v1.0.0-beta9
This commit is contained in:
anmol26s 2018-06-25 15:43:14 +05:30 committed by GitHub
commit b2707e6df1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 11 deletions

View file

@ -4,7 +4,7 @@
[![Install Peertube with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=peertube)<br><br>
=======
**Shipped Version: v1.0.0-beta.8**
Shipped Version: **v1.0.0-beta.9**
<h4>

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/Chocobozzz/PeerTube/releases/download/v1.0.0-beta.8/peertube-v1.0.0-beta.8.tar.xz
SOURCE_SUM=524c3fc77b07c2b1f3cd529d071cbd1f14bb665ca9defd2219d423139b42c3f3
SOURCE_URL=https://github.com/Chocobozzz/PeerTube/releases/download/v1.0.0-beta.9/peertube-v1.0.0-beta.9.tar.xz
SOURCE_SUM=9ebc47cfbfe1b9b846706b3f620e9a2c874d0ef6e754932d5cd4336ce2712aa4
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.xz
SOURCE_IN_SUBDIR=true

View file

@ -5,7 +5,7 @@
"description": {
"en": "Video streaming platform using P2P directly in the web browser, connected to a federated network"
},
"version": "1.0.0-beta.8",
"version": "1.0.0-beta.9",
"url": "https://github.com/Chocobozzz/PeerTube",
"license": "AGPL-3.0-only",
"maintainer": {

View file

@ -206,6 +206,12 @@ fi
# Give permisiion to the final_path
chown -R "$app":"$app" "$final_path" "$datadir"
#=================================================
# RELOAD NGINX
#=================================================
systemctl reload nginx
#=================================================
# SETUP SYSTEMD
#=================================================
@ -226,13 +232,6 @@ systemctl start "$app"
echo $admin_pass | NODE_CONFIG_DIR="$final_path/config" NODE_ENV=production PATH="/opt/node_n/bin:$PATH" npm run reset-password -- -u root
)
#=================================================
# RELOAD NGINX
#=================================================
systemctl reload nginx
#=================================================
# SEND A README FOR THE ADMIN
#=================================================
@ -241,6 +240,7 @@ message="PeerTube was successfully installed :)
Please open 'https://$domain$path_url'
The admin username is: root
Here is the admin password: '$admin_pass'
If you facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/peertube_ynh"