diff --git a/manifest.toml b/manifest.toml index 71eb687..3a5d96e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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 diff --git a/scripts/install b/scripts/install index a9476c7..a631e5e 100644 --- a/scripts/install +++ b/scripts/install @@ -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 #=================================================