1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00
This commit is contained in:
Éric Gaspar 2023-06-02 20:01:27 +02:00
parent 0796390fb4
commit 29a80dd808
2 changed files with 1 additions and 3 deletions

View file

@ -42,6 +42,7 @@ ram.runtime = "50M"
[resources.sources.main]
url = "https://github.com/Chocobozzz/PeerTube/releases/download/v5.1.0/peertube-v5.1.0.tar.xz"
sha256 = "5254562020e27a4d11364e4b6b348e0ce073d36b9a7a1c8d9e1e2d5248d77552"
autoupdate.strategy = "latest_github_tag"
[resources.ports]
rtmp.default = 1935

View file

@ -18,9 +18,6 @@ admin_pass=$(ynh_string_random --length=24)
secrets_peertube=$(ynh_string_random --length=24)
db_name="peertube_$app"
# Define app's data directory
#REMOVEME? data_dir="/home/yunohost.app/${app}/storage"
#=================================================
# STORE SETTINGS FROM MANIFEST
#=================================================