forked from Git/send_ynh
Auto-update READMEs
This commit is contained in:

committed by
readme_generator

parent
ac7ba5a605
commit
933ec4da0f
63
README.md
63
README.md
@ -1,52 +1,41 @@
|
||||
<!--
|
||||
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps_tools/blob/main/readme_generator>
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# Send for YunoHost
|
||||
<h1>
|
||||
<img src="https://raw.githubusercontent.com/YunoHost/apps/main/logos/send.png" width="32px" alt="Logo of Send">
|
||||
Send, packaged for YunoHost
|
||||
</h1>
|
||||
|
||||
[](https://ci-apps.yunohost.org/ci/apps/send/)
|
||||

|
||||

|
||||
File sharing which allows to send encrypted files
|
||||
|
||||
[](https://install-app.yunohost.org/?app=send)
|
||||
[](https://send.vis.ee/)
|
||||
[](https://send.vis.ee/)
|
||||
[?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/send/)
|
||||
|
||||
*[Read this README in other languages.](./ALL_README.md)*
|
||||
<div align="center">
|
||||
<a href="https://apps.yunohost.org/app/send"><img height="100px" src="https://github.com/YunoHost/yunohost-artwork/raw/refs/heads/main/badges/neopossum-badges/badge_more_info_on_the_appstore.svg"/></a>
|
||||
<a href="https://github.com/YunoHost-Apps/send_ynh/issues"><img height="100px" src="https://github.com/YunoHost/yunohost-artwork/raw/refs/heads/main/badges/neopossum-badges/badge_report_an_issue.svg"/></a>
|
||||
</div>
|
||||
|
||||
> *This package allows you to install Send 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.*
|
||||
## 📦 Developer info
|
||||
|
||||
## Overview
|
||||
[](https://ci-apps.yunohost.org/ci/apps/send/)
|
||||
|
||||
A fork of Mozilla's Firefox Send. Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive.
|
||||
Send is a file sharing experiment which allows you to send encrypted files to other users.
|
||||
🛠️ Upstream Send repository: <https://github.com/timvisee/send>
|
||||
|
||||
Pull request are welcome and should target the [`testing` branch](https://github.com/YunoHost-Apps/send_ynh/tree/testing).
|
||||
|
||||
**Shipped version:** 3.4.23~ynh6
|
||||
The `testing` branch can be tested using:
|
||||
```
|
||||
# fresh install:
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing
|
||||
|
||||
**Demo:** <https://send.vis.ee/>
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||
|
||||
## Documentation and resources
|
||||
|
||||
- Official app website: <https://send.vis.ee/>
|
||||
- Upstream app code repository: <https://github.com/timvisee/send>
|
||||
- YunoHost Store: <https://apps.yunohost.org/app/send>
|
||||
- Report a bug: <https://github.com/YunoHost-Apps/send_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/send_ynh/tree/testing).
|
||||
|
||||
To try the `testing` branch, please proceed like that:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug
|
||||
# upgrade an existing install:
|
||||
sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
### 📚 App packaging documentation
|
||||
|
||||
Please see <https://doc.yunohost.org/packaging_apps> for more information.
|
Reference in New Issue
Block a user