seafile_ynh/README.md

60 lines
2.6 KiB
Markdown
Raw Normal View History

2022-04-01 22:31:00 +02:00
<!--
2024-04-17 00:33:23 +02:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2022-04-01 22:31:00 +02:00
It shall NOT be edited by hand.
-->
# Seafile for YunoHost
2018-08-10 11:03:55 +02:00
2023-01-31 22:57:06 +01:00
[![Integration level](https://dash.yunohost.org/integration/seafile.svg)](https://dash.yunohost.org/appci/app/seafile) ![Working status](https://ci-apps.yunohost.org/ci/badges/seafile.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/seafile.maintain.svg)
2023-08-10 22:56:21 +02:00
2022-04-01 22:31:00 +02:00
[![Install Seafile with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=seafile)
2024-04-17 00:33:23 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2018-08-10 11:03:55 +02:00
2024-04-17 00:33:23 +02:00
> *This package allows you to install Seafile quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
2018-08-10 11:03:55 +02:00
2022-04-01 22:31:00 +02:00
## Overview
Seafile is an open Source Cloud Storage application.
2018-08-10 11:03:55 +02:00
It's a Enterprise file sync and share platform with high reliability and performance. It's a file hosting platform with high reliability and performance. Put files on your own server. Sync and share files across different devices, or access all the files as a virtual disk.
2024-04-21 21:11:06 +02:00
**Shipped version:** 11.0.8~ynh1
2024-04-17 00:33:23 +02:00
**Demo:** <https://demo.seafile.com>
2022-04-01 22:31:00 +02:00
## Screenshots
2022-05-28 18:35:05 +02:00
![Screenshot of Seafile](./doc/screenshots/mobile-ios-client.jpg)
![Screenshot of Seafile](./doc/screenshots/drive-client.png)
![Screenshot of Seafile](./doc/screenshots/file-locking.jpg)
![Screenshot of Seafile](./doc/screenshots/access-logs.jpg)
![Screenshot of Seafile](./doc/screenshots/file-history.png)
![Screenshot of Seafile](./doc/screenshots/wiki_en.png)
![Screenshot of Seafile](./doc/screenshots/sharing-dialog.png)
![Screenshot of Seafile](./doc/screenshots/sync-client.jpg)
2022-04-01 22:31:00 +02:00
## Documentation and resources
2018-08-10 11:03:55 +02:00
2024-04-17 00:33:23 +02:00
- Official app website: <https://www.seafile.com>
- Official admin documentation: <https://manual.seafile.com>
- Upstream app code repository: <https://github.com/haiwen/seafile-server>
- YunoHost Store: <https://apps.yunohost.org/app/seafile>
- Report a bug: <https://github.com/YunoHost-Apps/seafile_ynh/issues>
2018-08-10 11:03:55 +02:00
2022-04-01 22:31:00 +02:00
## Developer info
2018-08-10 11:03:55 +02:00
2024-04-17 00:33:23 +02:00
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/seafile_ynh/tree/testing).
2018-08-10 11:03:55 +02:00
2024-04-17 00:33:23 +02:00
To try the `testing` branch, please proceed like that:
2022-05-28 18:35:05 +02:00
2024-04-17 00:33:23 +02:00
```bash
2022-04-01 22:31:00 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/seafile_ynh/tree/testing --debug
or
sudo yunohost app upgrade seafile -u https://github.com/YunoHost-Apps/seafile_ynh/tree/testing --debug
```
2022-05-28 18:35:05 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>