mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
parent
d8225afdad
commit
9f20512b53
1 changed files with 18 additions and 1 deletions
19
README.md
19
README.md
|
@ -49,4 +49,21 @@ This package is published under MIT License
|
|||
TODO
|
||||
-----
|
||||
|
||||
- Auto login/logout
|
||||
- Auto login/logout, see #1
|
||||
- Test of backup/restore script
|
||||
|
||||
Developper infos
|
||||
----------------
|
||||
|
||||
Please do your pull request to the Dev branch.
|
||||
|
||||
Test or upgrade to dev version:
|
||||
```
|
||||
su - admin
|
||||
git clone -b Dev https://github.com/mbugeia/seafile_ynh
|
||||
# to install
|
||||
sudo yunohost app install -l Seafile /home/admin/seafile_ynh
|
||||
# to upgrade
|
||||
sudo yunohost app upgrade -f /home/admin/seafile_ynh seafile
|
||||
|
||||
```
|
Loading…
Reference in a new issue