mirror of
https://github.com/YunoHost-Apps/streama_ynh.git
synced 2024-09-03 20:26:30 +02:00
commit
4fcbbde5a0
4 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
SOURCE_URL=https://github.com/streamaserver/streama/releases/download/v1.6.0-RC9/streama-1.6.0-RC9.war
|
||||
SOURCE_SUM=0111f3280025e9f330481bb85fb2bb0cdacb63912663564fea7169b9afbe78839bc6a9202b1527f73a5d462be237195d85fa24175e045c3bf727b3e62ff47bc0
|
||||
SOURCE_URL=https://github.com/streamaserver/streama/releases/download/v1.6.0-FINAL/streama-1.6.0-FINAL.war
|
||||
SOURCE_SUM=8cd7b8b0a7720040aea55fac8670839ef92c98a62def70cf1ed4ddc0299d591107659b49788889e4b13e6d0cc1f2250942541523dc224e5c25da2bcaf7cfaef0
|
||||
SOURCE_SUM_PRG=sha512sum
|
||||
SOURCE_FORMAT=war
|
||||
SOURCE_IN_SUBDIR=false
|
||||
SOURCE_EXTRACT=FALSE
|
||||
SOURCE_FILENAME=streama-1.6.0-RC9.war
|
||||
SOURCE_FILENAME=streama-1.6.0-FINAL.war
|
||||
|
|
|
@ -8,9 +8,9 @@ User=admin
|
|||
Group=users
|
||||
Type=simple
|
||||
UMask=000
|
||||
ExecStart=/usr/bin/java -Djava.awt.headless=true -jar streama-1.6.0-RC9.war
|
||||
ExecStart=/usr/bin/java -Djava.awt.headless=true -jar streama-1.6.0-FINAL.war
|
||||
RestartSec=15
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "StreamaServer package for YunoHost.",
|
||||
"fr": "StreamaServer pour YunoHost."
|
||||
},
|
||||
"version": "1.6.0-RC9",
|
||||
"version": "1.6.0-FINAL",
|
||||
"url": "https://streamaserver.org/",
|
||||
"license": "free",
|
||||
"maintainer": {
|
||||
|
|
|
@ -94,7 +94,7 @@ ynh_package_install openjdk-8-jre-headless
|
|||
ynh_app_setting_set $app final_path $final_path
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source "$final_path"
|
||||
chmod +x $final_path/streama-1.6.0-RC9.war
|
||||
chmod +x $final_path/streama-1.6.0-FINAL.war
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue