mirror of
https://github.com/YunoHost-Apps/firefish_ynh.git
synced 2024-09-03 18:36:06 +02:00
Testing (#27)
* Update manifest.toml: explicit dependency to redis-server * Auto-update READMEs --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
7de6592bc1
commit
e9b9e3a492
7 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Firefish for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/firefish)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/firefish/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=firefish)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ No se debe editar a mano.
|
|||
|
||||
# Firefish para Yunohost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/firefish)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/firefish/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=firefish)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ EZ editatu eskuz.
|
|||
|
||||
# Firefish YunoHost-erako
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/firefish)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/firefish/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=firefish)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ Il NE doit PAS être modifié à la main.
|
|||
|
||||
# Firefish pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/firefish)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/firefish/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=firefish)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ NON debe editarse manualmente.
|
|||
|
||||
# Firefish para YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/firefish)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/firefish/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=firefish)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
# YunoHost 上的 Firefish
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/firefish)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/firefish/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=firefish)
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ ram.runtime = "2G"
|
|||
main.default = 3020
|
||||
|
||||
[resources.apt]
|
||||
packages = "ffmpeg, postgresql, build-essential"
|
||||
packages = "ffmpeg, postgresql, build-essential, redis-server"
|
||||
|
||||
[resources.database]
|
||||
type = "postgresql"
|
||||
|
|
Loading…
Add table
Reference in a new issue