Update to Seafile 4.4.3

This commit is contained in:
mbugeia 2015-10-22 23:30:16 +02:00
parent 618abab994
commit 951d1114e9
3 changed files with 7 additions and 7 deletions

View file

@ -22,18 +22,18 @@ Upgrade
From command line: From command line:
`sudo yunohost app upgrade -l Seafile https://github.com/mbugeia/seafile_ynh seafile` `sudo yunohost app upgrade -u https://github.com/mbugeia/seafile_ynh seafile`
This will install Seafile v4.3.1 with HTTPS Sync only.
Infos Infos
----- -----
Seafile server v4.3.2 Seafile server v4.4.3
Available for x64, i386, armhf and Raspberry architecture but only tested for x64 (feedback are welcome) Available for x64, i386, and Raspberry architecture but only tested for x64 (feedback are welcome)
In armhf it don't run actually. Please see this issue : https://github.com/haiwen/seafile/issues/1358 Seafile no longer supports armhf architectures AFAIK.
/!\ To login use your yunohost email not your username.
TODO TODO
----- -----

View file

@ -70,7 +70,7 @@
"en": "What is the server architecture?", "en": "What is the server architecture?",
"fr": "Quelle est l'architecture du serveur ?" "fr": "Quelle est l'architecture du serveur ?"
}, },
"choices": ["x86-64", "i386", "rpi", "armhf"], "choices": ["x86-64", "i386", "rpi"],
"default": "x86-64" "default": "x86-64"
} }
] ]