mirror of
https://github.com/YunoHost-Apps/send_ynh.git
synced 2025-09-18 01:42:57 +02:00
Compare commits
16 Commits
env
...
add-config
Author | SHA1 | Date | |
---|---|---|---|
e83989d6ed | |||
c82c493a87 | |||
eb4fc9d257 | |||
ccf54b8f29 | |||
d9b3b279f6 | |||
d3834d4bb3 | |||
2e131bc450 | |||
6d56f6dc9b | |||
c34600aa99 | |||
b50f750c6d | |||
815a6f96bb | |||
711762d89a | |||
1dcb43a607 | |||
362200ef97 | |||
0cdd8be81b | |||
e50cf3a545 |
12
ALL_README.md
Normal file
12
ALL_README.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# All available README files by language
|
||||||
|
|
||||||
|
- [Read the README in English](README.md)
|
||||||
|
- [Lea el README en español](README_es.md)
|
||||||
|
- [Irakurri README euskaraz](README_eu.md)
|
||||||
|
- [Lire le README en français](README_fr.md)
|
||||||
|
- [Le o README en galego](README_gl.md)
|
||||||
|
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
|
||||||
|
- [Lees de README in het Nederlands](README_nl.md)
|
||||||
|
- [Przeczytaj README w języku polski](README_pl.md)
|
||||||
|
- [Прочитать README на русский](README_ru.md)
|
||||||
|
- [阅读中文(简体)的 README](README_zh_Hans.md)
|
63
README.md
63
README.md
@ -1,41 +1,52 @@
|
|||||||
<!--
|
<!--
|
||||||
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps_tools/blob/main/readme_generator>
|
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.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<h1>
|
# Send for YunoHost
|
||||||
<img src="https://raw.githubusercontent.com/YunoHost/apps/main/logos/send.png" width="32px" alt="Logo of Send">
|
|
||||||
Send, packaged for YunoHost
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
File sharing which allows to send encrypted files
|
[](https://ci-apps.yunohost.org/ci/apps/send/)
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
[](https://send.vis.ee/)
|
[](https://install-app.yunohost.org/?app=send)
|
||||||
[](https://send.vis.ee/)
|
|
||||||
[?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/send/)
|
|
||||||
|
|
||||||
<div align="center">
|
*[Read this README in other languages.](./ALL_README.md)*
|
||||||
<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>
|
|
||||||
|
|
||||||
## 📦 Developer info
|
> *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.*
|
||||||
|
|
||||||
[](https://ci-apps.yunohost.org/ci/apps/send/)
|
## Overview
|
||||||
|
|
||||||
🛠️ Upstream Send repository: <https://github.com/timvisee/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.
|
||||||
|
|
||||||
Pull request are welcome and should target the [`testing` branch](https://github.com/YunoHost-Apps/send_ynh/tree/testing).
|
|
||||||
|
|
||||||
The `testing` branch can be tested using:
|
**Shipped version:** 3.4.23~ynh6
|
||||||
```
|
|
||||||
# fresh install:
|
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing
|
|
||||||
|
|
||||||
# upgrade an existing install:
|
**Demo:** <https://send.vis.ee/>
|
||||||
sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing
|
|
||||||
|
## 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
|
||||||
```
|
```
|
||||||
|
|
||||||
### 📚 App packaging documentation
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||||
|
|
||||||
Please see <https://doc.yunohost.org/packaging_apps> for more information.
|
|
||||||
|
52
README_es.md
Normal file
52
README_es.md
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
<!--
|
||||||
|
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||||
|
No se debe editar a mano.
|
||||||
|
-->
|
||||||
|
|
||||||
|
# Send para Yunohost
|
||||||
|
|
||||||
|
[](https://ci-apps.yunohost.org/ci/apps/send/)
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=send)
|
||||||
|
|
||||||
|
*[Leer este README en otros idiomas.](./ALL_README.md)*
|
||||||
|
|
||||||
|
> *Este paquete le permite instalarSend rapidamente y simplement en un servidor YunoHost.*
|
||||||
|
> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
|
||||||
|
|
||||||
|
## Descripción general
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
**Versión actual:** 3.4.23~ynh6
|
||||||
|
|
||||||
|
**Demo:** <https://send.vis.ee/>
|
||||||
|
|
||||||
|
## Capturas
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Documentaciones y recursos
|
||||||
|
|
||||||
|
- Sitio web oficial: <https://send.vis.ee/>
|
||||||
|
- Repositorio del código fuente oficial de la aplicación : <https://github.com/timvisee/send>
|
||||||
|
- Catálogo YunoHost: <https://apps.yunohost.org/app/send>
|
||||||
|
- Reportar un error: <https://github.com/YunoHost-Apps/send_ynh/issues>
|
||||||
|
|
||||||
|
## Información para desarrolladores
|
||||||
|
|
||||||
|
Por favor enviar sus correcciones a la [rama `testing`](https://github.com/YunoHost-Apps/send_ynh/tree/testing).
|
||||||
|
|
||||||
|
Para probar la rama `testing`, sigue asÍ:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug
|
||||||
|
o
|
||||||
|
sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>
|
52
README_eu.md
Normal file
52
README_eu.md
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
<!--
|
||||||
|
Ohart ongi: README hau automatikoki sortu da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>ri esker
|
||||||
|
EZ editatu eskuz.
|
||||||
|
-->
|
||||||
|
|
||||||
|
# Send YunoHost-erako
|
||||||
|
|
||||||
|
[](https://ci-apps.yunohost.org/ci/apps/send/)
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=send)
|
||||||
|
|
||||||
|
*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
|
||||||
|
|
||||||
|
> *Pakete honek Send YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
|
||||||
|
> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
|
||||||
|
|
||||||
|
## Aurreikuspena
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
**Paketatutako bertsioa:** 3.4.23~ynh6
|
||||||
|
|
||||||
|
**Demoa:** <https://send.vis.ee/>
|
||||||
|
|
||||||
|
## Pantaila-argazkiak
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Dokumentazioa eta baliabideak
|
||||||
|
|
||||||
|
- Aplikazioaren webgune ofiziala: <https://send.vis.ee/>
|
||||||
|
- Jatorrizko aplikazioaren kode-gordailua: <https://github.com/timvisee/send>
|
||||||
|
- YunoHost Denda: <https://apps.yunohost.org/app/send>
|
||||||
|
- Eman errore baten berri: <https://github.com/YunoHost-Apps/send_ynh/issues>
|
||||||
|
|
||||||
|
## Garatzaileentzako informazioa
|
||||||
|
|
||||||
|
Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/send_ynh/tree/testing).
|
||||||
|
|
||||||
|
`testing` abarra probatzeko, ondorengoa egin:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug
|
||||||
|
edo
|
||||||
|
sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
**Informazio gehiago aplikazioaren paketatzeari buruz:** <https://yunohost.org/packaging_apps>
|
52
README_fr.md
Normal file
52
README_fr.md
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
<!--
|
||||||
|
Nota bene : ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||||
|
Il NE doit PAS être modifié à la main.
|
||||||
|
-->
|
||||||
|
|
||||||
|
# Send pour YunoHost
|
||||||
|
|
||||||
|
[](https://ci-apps.yunohost.org/ci/apps/send/)
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=send)
|
||||||
|
|
||||||
|
*[Lire le README dans d'autres langues.](./ALL_README.md)*
|
||||||
|
|
||||||
|
> *Ce package vous permet d’installer Send rapidement et simplement sur un serveur YunoHost.*
|
||||||
|
> *Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’installer et en profiter.*
|
||||||
|
|
||||||
|
## Vue d’ensemble
|
||||||
|
|
||||||
|
Un fork du Firefox Send de Mozilla. Mozilla a arrêté Send, et ce fork est un effort de la communauté pour maintenir le projet en vie.
|
||||||
|
Send est une expérience de partage de fichiers qui permet d'envoyer des fichiers chiffrés à d'autres utilisateurs.
|
||||||
|
|
||||||
|
|
||||||
|
**Version incluse :** 3.4.23~ynh6
|
||||||
|
|
||||||
|
**Démo :** <https://send.vis.ee/>
|
||||||
|
|
||||||
|
## Captures d’écran
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Documentations et ressources
|
||||||
|
|
||||||
|
- Site officiel de l’app : <https://send.vis.ee/>
|
||||||
|
- Dépôt de code officiel de l’app : <https://github.com/timvisee/send>
|
||||||
|
- YunoHost Store : <https://apps.yunohost.org/app/send>
|
||||||
|
- Signaler un bug : <https://github.com/YunoHost-Apps/send_ynh/issues>
|
||||||
|
|
||||||
|
## Informations pour les développeurs
|
||||||
|
|
||||||
|
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/send_ynh/tree/testing).
|
||||||
|
|
||||||
|
Pour essayer la branche `testing`, procédez comme suit :
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug
|
||||||
|
ou
|
||||||
|
sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
52
README_gl.md
Normal file
52
README_gl.md
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
<!--
|
||||||
|
NOTA: Este README foi creado automáticamente por <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||||
|
NON debe editarse manualmente.
|
||||||
|
-->
|
||||||
|
|
||||||
|
# Send para YunoHost
|
||||||
|
|
||||||
|
[](https://ci-apps.yunohost.org/ci/apps/send/)
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=send)
|
||||||
|
|
||||||
|
*[Le este README en outros idiomas.](./ALL_README.md)*
|
||||||
|
|
||||||
|
> *Este paquete permíteche instalar Send de xeito rápido e doado nun servidor YunoHost.*
|
||||||
|
> *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.*
|
||||||
|
|
||||||
|
## Vista xeral
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
**Versión proporcionada:** 3.4.23~ynh6
|
||||||
|
|
||||||
|
**Demo:** <https://send.vis.ee/>
|
||||||
|
|
||||||
|
## Capturas de pantalla
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Documentación e recursos
|
||||||
|
|
||||||
|
- Web oficial da app: <https://send.vis.ee/>
|
||||||
|
- Repositorio de orixe do código: <https://github.com/timvisee/send>
|
||||||
|
- Tenda YunoHost: <https://apps.yunohost.org/app/send>
|
||||||
|
- Informar dun problema: <https://github.com/YunoHost-Apps/send_ynh/issues>
|
||||||
|
|
||||||
|
## Info de desenvolvemento
|
||||||
|
|
||||||
|
Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/send_ynh/tree/testing).
|
||||||
|
|
||||||
|
Para probar a rama `testing`, procede deste xeito:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug
|
||||||
|
ou
|
||||||
|
sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
**Máis info sobre o empaquetado da app:** <https://yunohost.org/packaging_apps>
|
52
README_id.md
Normal file
52
README_id.md
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
<!--
|
||||||
|
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||||
|
Ini TIDAK boleh diedit dengan tangan.
|
||||||
|
-->
|
||||||
|
|
||||||
|
# Send untuk YunoHost
|
||||||
|
|
||||||
|
[](https://ci-apps.yunohost.org/ci/apps/send/)
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=send)
|
||||||
|
|
||||||
|
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
||||||
|
|
||||||
|
> *Paket ini memperbolehkan Anda untuk memasang Send secara cepat dan mudah pada server YunoHost.*
|
||||||
|
> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
|
||||||
|
|
||||||
|
## Ringkasan
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
**Versi terkirim:** 3.4.23~ynh6
|
||||||
|
|
||||||
|
**Demo:** <https://send.vis.ee/>
|
||||||
|
|
||||||
|
## Tangkapan Layar
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Dokumentasi dan sumber daya
|
||||||
|
|
||||||
|
- Website aplikasi resmi: <https://send.vis.ee/>
|
||||||
|
- Depot kode aplikasi hulu: <https://github.com/timvisee/send>
|
||||||
|
- Gudang YunoHost: <https://apps.yunohost.org/app/send>
|
||||||
|
- Laporkan bug: <https://github.com/YunoHost-Apps/send_ynh/issues>
|
||||||
|
|
||||||
|
## Info developer
|
||||||
|
|
||||||
|
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/send_ynh/tree/testing).
|
||||||
|
|
||||||
|
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug
|
||||||
|
atau
|
||||||
|
sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|
50
README_it.md
Normal file
50
README_it.md
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
<!--
|
||||||
|
N.B.: Questo README è stato automaticamente generato da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||||
|
NON DEVE essere modificato manualmente.
|
||||||
|
-->
|
||||||
|
|
||||||
|
# Send per YunoHost
|
||||||
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/send)  
|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=send)
|
||||||
|
|
||||||
|
*[Leggi questo README in altre lingue.](./ALL_README.md)*
|
||||||
|
|
||||||
|
> *Questo pacchetto ti permette di installare Send su un server YunoHost in modo semplice e veloce.*
|
||||||
|
> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.*
|
||||||
|
|
||||||
|
## Panoramica
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
**Versione pubblicata:** 3.4.23~ynh3
|
||||||
|
|
||||||
|
**Prova:** <https://send.vis.ee/>
|
||||||
|
|
||||||
|
## Screenshot
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Documentazione e risorse
|
||||||
|
|
||||||
|
- Sito web ufficiale dell’app: <https://send.vis.ee/>
|
||||||
|
- Repository upstream del codice dell’app: <https://github.com/timvisee/send>
|
||||||
|
- Store di YunoHost: <https://apps.yunohost.org/app/send>
|
||||||
|
- Segnala un problema: <https://github.com/YunoHost-Apps/send_ynh/issues>
|
||||||
|
|
||||||
|
## Informazioni per sviluppatori
|
||||||
|
|
||||||
|
Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/send_ynh/tree/testing).
|
||||||
|
|
||||||
|
Per provare la branch di `testing`, si prega di procedere in questo modo:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug
|
||||||
|
o
|
||||||
|
sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
**Maggiori informazioni riguardo il pacchetto di quest’app:** <https://yunohost.org/packaging_apps>
|
52
README_nl.md
Normal file
52
README_nl.md
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
<!--
|
||||||
|
NB: Deze README is automatisch gegenereerd door <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||||
|
Hij mag NIET handmatig aangepast worden.
|
||||||
|
-->
|
||||||
|
|
||||||
|
# Send voor Yunohost
|
||||||
|
|
||||||
|
[](https://ci-apps.yunohost.org/ci/apps/send/)
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=send)
|
||||||
|
|
||||||
|
*[Deze README in een andere taal lezen.](./ALL_README.md)*
|
||||||
|
|
||||||
|
> *Met dit pakket kun je Send snel en eenvoudig op een YunoHost-server installeren.*
|
||||||
|
> *Als je nog geen YunoHost hebt, lees dan [de installatiehandleiding](https://yunohost.org/install), om te zien hoe je 'm installeert.*
|
||||||
|
|
||||||
|
## Overzicht
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
**Geleverde versie:** 3.4.23~ynh6
|
||||||
|
|
||||||
|
**Demo:** <https://send.vis.ee/>
|
||||||
|
|
||||||
|
## Schermafdrukken
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Documentatie en bronnen
|
||||||
|
|
||||||
|
- Officiele website van de app: <https://send.vis.ee/>
|
||||||
|
- Upstream app codedepot: <https://github.com/timvisee/send>
|
||||||
|
- YunoHost-store: <https://apps.yunohost.org/app/send>
|
||||||
|
- Meld een bug: <https://github.com/YunoHost-Apps/send_ynh/issues>
|
||||||
|
|
||||||
|
## Ontwikkelaarsinformatie
|
||||||
|
|
||||||
|
Stuur je pull request alsjeblieft naar de [`testing`-branch](https://github.com/YunoHost-Apps/send_ynh/tree/testing).
|
||||||
|
|
||||||
|
Om de `testing`-branch uit te proberen, ga als volgt te werk:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug
|
||||||
|
of
|
||||||
|
sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
**Verdere informatie over app-packaging:** <https://yunohost.org/packaging_apps>
|
52
README_pl.md
Normal file
52
README_pl.md
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
<!--
|
||||||
|
To README zostało automatycznie wygenerowane przez <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||||
|
Nie powinno być ono edytowane ręcznie.
|
||||||
|
-->
|
||||||
|
|
||||||
|
# Send dla YunoHost
|
||||||
|
|
||||||
|
[](https://ci-apps.yunohost.org/ci/apps/send/)
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=send)
|
||||||
|
|
||||||
|
*[Przeczytaj plik README w innym języku.](./ALL_README.md)*
|
||||||
|
|
||||||
|
> *Ta aplikacja pozwala na szybką i prostą instalację Send na serwerze YunoHost.*
|
||||||
|
> *Jeżeli nie masz YunoHost zapoznaj się z [poradnikiem](https://yunohost.org/install) instalacji.*
|
||||||
|
|
||||||
|
## Przegląd
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
**Dostarczona wersja:** 3.4.23~ynh6
|
||||||
|
|
||||||
|
**Demo:** <https://send.vis.ee/>
|
||||||
|
|
||||||
|
## Zrzuty ekranu
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Dokumentacja i zasoby
|
||||||
|
|
||||||
|
- Oficjalna strona aplikacji: <https://send.vis.ee/>
|
||||||
|
- Repozytorium z kodem źródłowym: <https://github.com/timvisee/send>
|
||||||
|
- Sklep YunoHost: <https://apps.yunohost.org/app/send>
|
||||||
|
- Zgłaszanie błędów: <https://github.com/YunoHost-Apps/send_ynh/issues>
|
||||||
|
|
||||||
|
## Informacje od twórców
|
||||||
|
|
||||||
|
Wyślij swój pull request do [gałęzi `testing`](https://github.com/YunoHost-Apps/send_ynh/tree/testing).
|
||||||
|
|
||||||
|
Aby wypróbować gałąź `testing` postępuj zgodnie z instrukcjami:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug
|
||||||
|
lub
|
||||||
|
sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
**Więcej informacji o tworzeniu paczek aplikacji:** <https://yunohost.org/packaging_apps>
|
52
README_ru.md
Normal file
52
README_ru.md
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
<!--
|
||||||
|
Важно: этот README был автоматически сгенерирован <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||||
|
Он НЕ ДОЛЖЕН редактироваться вручную.
|
||||||
|
-->
|
||||||
|
|
||||||
|
# Send для YunoHost
|
||||||
|
|
||||||
|
[](https://ci-apps.yunohost.org/ci/apps/send/)
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=send)
|
||||||
|
|
||||||
|
*[Прочтите этот README на других языках.](./ALL_README.md)*
|
||||||
|
|
||||||
|
> *Этот пакет позволяет Вам установить Send быстро и просто на YunoHost-сервер.*
|
||||||
|
> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
|
||||||
|
|
||||||
|
## Обзор
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
**Поставляемая версия:** 3.4.23~ynh6
|
||||||
|
|
||||||
|
**Демо-версия:** <https://send.vis.ee/>
|
||||||
|
|
||||||
|
## Снимки экрана
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Документация и ресурсы
|
||||||
|
|
||||||
|
- Официальный веб-сайт приложения: <https://send.vis.ee/>
|
||||||
|
- Репозиторий кода главной ветки приложения: <https://github.com/timvisee/send>
|
||||||
|
- Магазин YunoHost: <https://apps.yunohost.org/app/send>
|
||||||
|
- Сообщите об ошибке: <https://github.com/YunoHost-Apps/send_ynh/issues>
|
||||||
|
|
||||||
|
## Информация для разработчиков
|
||||||
|
|
||||||
|
Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/send_ynh/tree/testing).
|
||||||
|
|
||||||
|
Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug
|
||||||
|
или
|
||||||
|
sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
**Больше информации о пакетировании приложений:** <https://yunohost.org/packaging_apps>
|
52
README_zh_Hans.md
Normal file
52
README_zh_Hans.md
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
<!--
|
||||||
|
注意:此 README 由 <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> 自动生成
|
||||||
|
请勿手动编辑。
|
||||||
|
-->
|
||||||
|
|
||||||
|
# YunoHost 上的 Send
|
||||||
|
|
||||||
|
[](https://ci-apps.yunohost.org/ci/apps/send/)
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=send)
|
||||||
|
|
||||||
|
*[阅读此 README 的其它语言版本。](./ALL_README.md)*
|
||||||
|
|
||||||
|
> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Send。*
|
||||||
|
> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。*
|
||||||
|
|
||||||
|
## 概况
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
**分发版本:** 3.4.23~ynh6
|
||||||
|
|
||||||
|
**演示:** <https://send.vis.ee/>
|
||||||
|
|
||||||
|
## 截图
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 文档与资源
|
||||||
|
|
||||||
|
- 官方应用网站: <https://send.vis.ee/>
|
||||||
|
- 上游应用代码库: <https://github.com/timvisee/send>
|
||||||
|
- YunoHost 商店: <https://apps.yunohost.org/app/send>
|
||||||
|
- 报告 bug: <https://github.com/YunoHost-Apps/send_ynh/issues>
|
||||||
|
|
||||||
|
## 开发者信息
|
||||||
|
|
||||||
|
请向 [`testing` 分支](https://github.com/YunoHost-Apps/send_ynh/tree/testing) 发送拉取请求。
|
||||||
|
|
||||||
|
如要尝试 `testing` 分支,请这样操作:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug
|
||||||
|
或
|
||||||
|
sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
**有关应用打包的更多信息:** <https://yunohost.org/packaging_apps>
|
@ -1,6 +0,0 @@
|
|||||||
NODE_ENV=production
|
|
||||||
BASE_URL=https://__DOMAIN__
|
|
||||||
IP_ADDRESS=127.0.0.7
|
|
||||||
PORT=__PORT__
|
|
||||||
REDIS_DB=__REDIS_DB__
|
|
||||||
FILE_DIR=__DATA_DIR__
|
|
@ -74,7 +74,7 @@ const conf = convict({
|
|||||||
},
|
},
|
||||||
max_downloads: {
|
max_downloads: {
|
||||||
format: Number,
|
format: Number,
|
||||||
default: 100,
|
default: __MAX_DOWNLOADS__,
|
||||||
env: 'MAX_DOWNLOADS'
|
env: 'MAX_DOWNLOADS'
|
||||||
},
|
},
|
||||||
max_files_per_archive: {
|
max_files_per_archive: {
|
||||||
@ -155,7 +155,7 @@ const conf = convict({
|
|||||||
},
|
},
|
||||||
max_file_size: {
|
max_file_size: {
|
||||||
format: Number,
|
format: Number,
|
||||||
default: 1024 * 1024 * 1024 * 2.5,
|
default: __MAX_FILE_SIZE__ * 1024 * 1024,
|
||||||
env: 'MAX_FILE_SIZE'
|
env: 'MAX_FILE_SIZE'
|
||||||
},
|
},
|
||||||
l10n_dev: {
|
l10n_dev: {
|
||||||
@ -170,12 +170,12 @@ const conf = convict({
|
|||||||
},
|
},
|
||||||
custom_title: {
|
custom_title: {
|
||||||
format: String,
|
format: String,
|
||||||
default: 'Send',
|
default: '__CUSTOM_TITLE__',
|
||||||
env: 'CUSTOM_TITLE'
|
env: 'CUSTOM_TITLE'
|
||||||
},
|
},
|
||||||
custom_description: {
|
custom_description: {
|
||||||
format: String,
|
format: String,
|
||||||
default: 'Encrypt and send files with a link that automatically expires to ensure your important documents don’t stay online forever.',
|
default: '__CUSTOM_DESCRIPTION__',
|
||||||
env: 'CUSTOM_DESCRIPTION'
|
env: 'CUSTOM_DESCRIPTION'
|
||||||
},
|
},
|
||||||
detect_base_url: {
|
detect_base_url: {
|
||||||
|
@ -7,7 +7,7 @@ Type=simple
|
|||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
WorkingDirectory=__INSTALL_DIR__/
|
WorkingDirectory=__INSTALL_DIR__/
|
||||||
EnvironmentFile=__INSTALL_DIR__/.env
|
Environment="NODE_ENV=production"
|
||||||
Environment="PATH=__PATH_WITH_NODEJS__"
|
Environment="PATH=__PATH_WITH_NODEJS__"
|
||||||
ExecStart=__NODEJS_DIR__/node __INSTALL_DIR__/server/bin/prod.js
|
ExecStart=__NODEJS_DIR__/node __INSTALL_DIR__/server/bin/prod.js
|
||||||
Restart=always
|
Restart=always
|
||||||
|
44
config_panel.toml
Normal file
44
config_panel.toml
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
version = "1.0"
|
||||||
|
|
||||||
|
[main]
|
||||||
|
name.en = "Send configuration"
|
||||||
|
name.fr = "Configuration de Send"
|
||||||
|
services = ["__APP__"]
|
||||||
|
|
||||||
|
[main.config]
|
||||||
|
name.en = "Configuration Options"
|
||||||
|
name.fr = "Options de configuration"
|
||||||
|
|
||||||
|
[main.config.max_file_size]
|
||||||
|
ask.en = "Max File Size"
|
||||||
|
ask.fr = "Taille maximale du fichier"
|
||||||
|
type = "number"
|
||||||
|
default = "100"
|
||||||
|
help.en = "Choose the maximum file size allowed to send (in Mo)"
|
||||||
|
help.fr = "Choisissez la taille maximale du fichier autorisé à envoyer (en Mo)"
|
||||||
|
bind = "max_file_size:/var/www/__APP__/server/config.js"
|
||||||
|
|
||||||
|
[main.config.max_downloads]
|
||||||
|
ask.en = "Max downloads"
|
||||||
|
ask.fr = "Téléchargements maximal"
|
||||||
|
type = "number"
|
||||||
|
default = "100"
|
||||||
|
help.en = "Define the maximum download limit"
|
||||||
|
help.fr = "Définir la limite maximale du nombre de téléchargement"
|
||||||
|
bind = "max_downloads:/var/www/__APP__/server/config.js"
|
||||||
|
|
||||||
|
[main.config.custom_title]
|
||||||
|
ask.en = "Custom Title"
|
||||||
|
ask.fr = "Titre personnalisé"
|
||||||
|
type = "string"
|
||||||
|
help.en = "Add a custom title for Send"
|
||||||
|
help.fr = "Ajouter un titre personnalisé pour Send"
|
||||||
|
bind = "custom_title:/var/www/__APP__/server/config.js"
|
||||||
|
|
||||||
|
[main.config.custom_description]
|
||||||
|
ask.en = "Custom Description"
|
||||||
|
ask.fr = "Description personnalisée"
|
||||||
|
type = "string"
|
||||||
|
help.en = "Add a custom description for Send"
|
||||||
|
help.fr = "Ajouter une description personnalisée pour Send"
|
||||||
|
bind = "custom_description:/var/www/__APP__/server/config.js"
|
@ -1,2 +0,0 @@
|
|||||||
The config file path is `__INSTALL_DIR__/server/config.js`.
|
|
||||||
You can configure things such as the max file size, max downloads, or max file expire time.
|
|
@ -1,2 +0,0 @@
|
|||||||
Le chemin du fichier de configuration est `__INSTALL_DIR__/server/config.js`.
|
|
||||||
Vous pouvez configurer des paramètres tels que les taille de fichier, nombre de téléchargements, ou temps d'expiration des fichiers maximums.
|
|
@ -7,7 +7,7 @@ name = "Send"
|
|||||||
description.en = "File sharing which allows to send encrypted files"
|
description.en = "File sharing which allows to send encrypted files"
|
||||||
description.fr = "Partage de fichiers qui permet d'envoyer des fichiers chiffrés"
|
description.fr = "Partage de fichiers qui permet d'envoyer des fichiers chiffrés"
|
||||||
|
|
||||||
version = "3.4.25~ynh1"
|
version = "3.4.23~ynh6"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
@ -24,9 +24,7 @@ architectures = ["amd64", "arm64", "armhf"]
|
|||||||
multi_instance = true
|
multi_instance = true
|
||||||
|
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
||||||
sso = false
|
sso = false
|
||||||
|
|
||||||
disk = "50M"
|
disk = "50M"
|
||||||
ram.build = "1G"
|
ram.build = "1G"
|
||||||
ram.runtime = "50M"
|
ram.runtime = "50M"
|
||||||
@ -43,8 +41,8 @@ ram.runtime = "50M"
|
|||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/timvisee/send/archive/refs/tags/v3.4.25.tar.gz"
|
url = "https://github.com/timvisee/send/archive/refs/tags/v3.4.23.tar.gz"
|
||||||
sha256 = "826224832ac8facdd368f9960d99afdef0a549d92b003af1d93bc271b6fa036a"
|
sha256 = "eed0e391050842413d300133a64cc76829e3ba1d69e113f6e5fdc3eda777fa2a"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
@ -53,8 +51,6 @@ ram.runtime = "50M"
|
|||||||
|
|
||||||
[resources.install_dir]
|
[resources.install_dir]
|
||||||
|
|
||||||
[resources.data_dir]
|
|
||||||
|
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
main.additional_urls = ["/api/upload"]
|
main.additional_urls = ["/api/upload"]
|
||||||
|
@ -11,12 +11,6 @@ ynh_print_info "Declaring files to be backed up..."
|
|||||||
|
|
||||||
ynh_backup "$install_dir"
|
ynh_backup "$install_dir"
|
||||||
|
|
||||||
#=================================================
|
|
||||||
# BACKUP THE DATA DIR
|
|
||||||
#=================================================
|
|
||||||
|
|
||||||
ynh_backup "$data_dir"
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SYSTEM CONFIGURATION
|
# SYSTEM CONFIGURATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
@ -3,6 +3,22 @@
|
|||||||
source _common.sh
|
source _common.sh
|
||||||
source /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
|
#=================================================
|
||||||
|
# INITIALIZE AND STORE SETTINGS
|
||||||
|
#=================================================
|
||||||
|
|
||||||
|
custom_title="Send"
|
||||||
|
ynh_app_setting_set --key=custom_title --value="$custom_title"
|
||||||
|
|
||||||
|
custom_description="Encrypt and send files with a link that automatically expires."
|
||||||
|
ynh_app_setting_set --key=custom_description --value="$custom_description"
|
||||||
|
|
||||||
|
max_file_size=100
|
||||||
|
ynh_app_setting_set --key=max_file_size --value="$max_file_size"
|
||||||
|
|
||||||
|
max_downloads=100
|
||||||
|
ynh_app_setting_set --key=max_downloads --value="$max_downloads"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# INSTALL DEPENDENCIES
|
# INSTALL DEPENDENCIES
|
||||||
#=================================================
|
#=================================================
|
||||||
@ -43,12 +59,12 @@ yunohost service add "$app" --description="Simple, private file sharing" --log="
|
|||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression "Adding $app's configuration..."
|
ynh_script_progression "Adding $app's configuration..."
|
||||||
|
|
||||||
ynh_config_add --template=".env" --destination="$install_dir/.env"
|
ynh_config_add --template="config.js" --destination="$install_dir/server/config.js"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# BUILD APP
|
# BUILD APP
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression "Building app... (this will take some time and resources!)"
|
ynh_script_progression "Building $app... (this will take some time and resources!)"
|
||||||
|
|
||||||
pushd "$install_dir"
|
pushd "$install_dir"
|
||||||
ynh_hide_warnings ynh_exec_as_app npm install
|
ynh_hide_warnings ynh_exec_as_app npm install
|
||||||
|
@ -12,13 +12,6 @@ ynh_restore "$install_dir"
|
|||||||
|
|
||||||
chmod +x "$install_dir/server/bin/prod.js"
|
chmod +x "$install_dir/server/bin/prod.js"
|
||||||
|
|
||||||
#=================================================
|
|
||||||
# RESTORE THE DATA DIRECTORY
|
|
||||||
#=================================================
|
|
||||||
ynh_script_progression "Restoring the data directory..."
|
|
||||||
|
|
||||||
ynh_restore "$data_dir"
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# REINSTALL DEPENDENCIES
|
# REINSTALL DEPENDENCIES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
@ -3,6 +3,16 @@
|
|||||||
source _common.sh
|
source _common.sh
|
||||||
source /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
|
#=================================================
|
||||||
|
# ENSURE DOWNWARD COMPATIBILITY
|
||||||
|
#=================================================
|
||||||
|
ynh_script_progression "Ensuring downward compatibility..."
|
||||||
|
|
||||||
|
ynh_app_setting_set_default --key=custom_title --value="send"
|
||||||
|
ynh_app_setting_set_default --key=custom_description --value="Encrypt and send files with a link that automatically expires."
|
||||||
|
ynh_app_setting_set_default --key=max_file_size --value=100
|
||||||
|
ynh_app_setting_set_default --key=max_downloads --value=100
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# STOP SYSTEMD SERVICE
|
# STOP SYSTEMD SERVICE
|
||||||
#=================================================
|
#=================================================
|
||||||
@ -22,7 +32,7 @@ ynh_config_remove_logrotate
|
|||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression "Upgrading source files..."
|
ynh_script_progression "Upgrading source files..."
|
||||||
|
|
||||||
ynh_setup_source --dest_dir="$install_dir" --keep=".env" --full_replace
|
ynh_setup_source --dest_dir="$install_dir" --keep="server/config.js" --full_replace
|
||||||
|
|
||||||
chmod +x "$install_dir/server/bin/prod.js"
|
chmod +x "$install_dir/server/bin/prod.js"
|
||||||
|
|
||||||
@ -49,7 +59,7 @@ yunohost service add "$app" --description="Simple, private file sharing" --log="
|
|||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression "Updating configuration..."
|
ynh_script_progression "Updating configuration..."
|
||||||
|
|
||||||
ynh_config_add --template=".env" --destination="$install_dir/.env"
|
ynh_config_add --template="config.js" --destination="$install_dir/server/config.js"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# BUILD APP
|
# BUILD APP
|
||||||
|
Reference in New Issue
Block a user