mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
parent
22483ce8d3
commit
e990cdbed2
3 changed files with 7 additions and 7 deletions
12
README.md
12
README.md
|
@ -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
|
||||||
-----
|
-----
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue