mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
Merge pull request #264 from YunoHost-Apps/testing
Fix plugins cannot be installed
This commit is contained in:
commit
ed59a268e9
3 changed files with 7 additions and 2 deletions
|
@ -16,6 +16,8 @@
|
|||
upgrade=1 from_commit=f4b43fd85ad3a169d27c53865a13548e44f17ebf
|
||||
# 3.2.1~ynh4
|
||||
upgrade=1 from_commit=08bf3fce3ad99e27e7f7d251838a9f9c63243e44
|
||||
# 3.3.0~ynh2
|
||||
upgrade=1 from_commit=f3bb02002c8fa28748744302475139b6fcf7c651
|
||||
backup_restore=1
|
||||
multi_instance=0
|
||||
port_already_use=0
|
||||
|
@ -27,4 +29,6 @@ Notification=yes
|
|||
; commit=f4b43fd85ad3a169d27c53865a13548e44f17ebf
|
||||
name=3.2.1~ynh1
|
||||
; commit=08bf3fce3ad99e27e7f7d251838a9f9c63243e44
|
||||
name=3.2.1~ynh4
|
||||
name=3.2.1~ynh4
|
||||
; commit=f3bb02002c8fa28748744302475139b6fcf7c651
|
||||
name=3.3.0~ynh2
|
||||
|
|
|
@ -6,6 +6,7 @@ After=network.target postgresql.service redis-server.service
|
|||
Type=simple
|
||||
Environment=NODE_ENV=production
|
||||
Environment=NODE_CONFIG_DIR=__FINALPATH__/config
|
||||
Environment="__YNH_NODE_LOAD_PATH__"
|
||||
User=__APP__
|
||||
Group=__APP__
|
||||
ExecStart=__YNH_NODE__ __FINALPATH__/dist/server
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Video streaming platform using P2P directly in the web browser, connected to a federated network",
|
||||
"fr": "Plateforme de diffusion vidéo par P2P directement dans le navigateur, et connectée à un réseau fédéralisé"
|
||||
},
|
||||
"version": "3.3.0~ynh2",
|
||||
"version": "3.3.0~ynh3",
|
||||
"url": "https://github.com/Chocobozzz/PeerTube",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-only",
|
||||
|
|
Loading…
Add table
Reference in a new issue