mirror of
https://github.com/YunoHost-Apps/send_ynh.git
synced 2024-11-21 21:41:35 +01:00
commit
923e6ed64b
@ -20,7 +20,7 @@ A fork of Mozilla's Firefox Send. Mozilla discontinued Send, this fork is a comm
|
|||||||
Send is a file sharing experiment which allows you to send encrypted files to other users.
|
Send is a file sharing experiment which allows you to send encrypted files to other users.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 3.4.23~ynh2
|
**Shipped version:** 3.4.23~ynh3
|
||||||
|
|
||||||
**Demo:** https://send.vis.ee/
|
**Demo:** https://send.vis.ee/
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ Un fork du Firefox Send de Mozilla. Mozilla a arrêté Send, et ce fork est un e
|
|||||||
Send est une expérience de partage de fichiers qui permet d'envoyer des fichiers chiffrés à d'autres utilisateurs.
|
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~ynh2
|
**Version incluse :** 3.4.23~ynh3
|
||||||
|
|
||||||
**Démo :** https://send.vis.ee/
|
**Démo :** https://send.vis.ee/
|
||||||
|
|
||||||
|
@ -129,7 +129,7 @@ const conf = convict({
|
|||||||
},
|
},
|
||||||
listen_address: {
|
listen_address: {
|
||||||
format: 'ipaddress',
|
format: 'ipaddress',
|
||||||
default: '0.0.0.0',
|
default: '127.0.0.1',
|
||||||
env: 'IP_ADDRESS'
|
env: 'IP_ADDRESS'
|
||||||
},
|
},
|
||||||
listen_port: {
|
listen_port: {
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
||||||
|
|
||||||
packaging_format = 2
|
packaging_format = 2
|
||||||
|
|
||||||
id = "send"
|
id = "send"
|
||||||
@ -5,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.23~ynh2"
|
version = "3.4.23~ynh3"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user