2021-11-07 23:19:46 +01:00
|
|
|
<!--
|
|
|
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
|
|
|
It shall NOT be edited by hand.
|
|
|
|
-->
|
|
|
|
|
2020-08-17 17:29:58 +02:00
|
|
|
# Droppy for YunoHost
|
|
|
|
|
2023-08-18 12:17:59 +02:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/droppy.svg)](https://dash.yunohost.org/appci/app/droppy) ![Working status](https://ci-apps.yunohost.org/ci/badges/droppy.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/droppy.maintain.svg)
|
|
|
|
|
2021-01-11 08:58:08 +01:00
|
|
|
[![Install Droppy with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=droppy)
|
2020-08-17 17:29:58 +02:00
|
|
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
2021-11-07 23:19:46 +01:00
|
|
|
> *This package allows you to install Droppy quickly and simply on a YunoHost server.
|
2020-08-17 17:29:58 +02:00
|
|
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
2022-01-18 11:56:26 +01:00
|
|
|
Droppy is a self-hosted file storage server with a web interface and capabilities to edit files and view media directly in the browser.
|
2021-11-07 23:19:46 +01:00
|
|
|
|
2022-01-18 11:56:26 +01:00
|
|
|
|
2022-04-24 14:42:25 +02:00
|
|
|
**Shipped version:** 12.2.0~ynh10
|
2021-11-07 23:19:46 +01:00
|
|
|
|
2020-08-17 17:29:58 +02:00
|
|
|
## Screenshots
|
|
|
|
|
2022-06-02 00:45:55 +02:00
|
|
|
![Screenshot of Droppy](./doc/screenshots/screenshot.png)
|
2021-11-07 23:19:46 +01:00
|
|
|
|
|
|
|
## Documentation and resources
|
2020-08-17 17:29:58 +02:00
|
|
|
|
2022-06-02 00:45:55 +02:00
|
|
|
* Upstream app code repository: <https://github.com/silverwind/droppy>
|
2023-10-31 15:07:58 +01:00
|
|
|
* YunoHost Store: <https://apps.yunohost.org/app/droppy>
|
2022-06-02 00:45:55 +02:00
|
|
|
* Report a bug: <https://github.com/YunoHost-Apps/droppy_ynh/issues>
|
2020-08-17 17:29:58 +02:00
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/droppy_ynh/tree/testing).
|
|
|
|
|
|
|
|
To try the testing branch, please proceed like that.
|
2022-06-02 00:45:55 +02:00
|
|
|
|
|
|
|
``` bash
|
2020-08-17 17:29:58 +02:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/droppy_ynh/tree/testing --debug
|
|
|
|
or
|
|
|
|
sudo yunohost app upgrade droppy -u https://github.com/YunoHost-Apps/droppy_ynh/tree/testing --debug
|
|
|
|
```
|
2021-11-07 23:19:46 +01:00
|
|
|
|
2022-06-02 00:45:55 +02:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|