From 84b21528f35b11a8ffbc50df54f5203637b1a2df Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 18 Jan 2024 03:51:58 +0100 Subject: [PATCH 1/3] fix bind ip to prevent reverse proxy bypass --- conf/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.js b/conf/config.js index 335a298..47fe7cc 100644 --- a/conf/config.js +++ b/conf/config.js @@ -129,7 +129,7 @@ const conf = convict({ }, listen_address: { format: 'ipaddress', - default: '0.0.0.0', + default: '127.0.0.1', env: 'IP_ADDRESS' }, listen_port: { From 46b0c5f2e8b676e1b82394183afc6c5cc449fe0a Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 18 Jan 2024 04:14:14 +0100 Subject: [PATCH 2/3] bump version --- manifest.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index c9fd8e0..3b3ea4a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -1,3 +1,5 @@ +#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json + packaging_format = 2 id = "send" @@ -5,7 +7,7 @@ name = "Send" description.en = "File sharing which allows to send encrypted files" 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"] From df5bfa5d974ae91e8c076f2aa476ca0ec168a955 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 18 Jan 2024 03:14:19 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd02ecd..8d587ce 100644 --- a/README.md +++ b/README.md @@ -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. -**Shipped version:** 3.4.23~ynh2 +**Shipped version:** 3.4.23~ynh3 **Demo:** https://send.vis.ee/ diff --git a/README_fr.md b/README_fr.md index cbbedbd..4b7266b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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. -**Version incluse :** 3.4.23~ynh2 +**Version incluse :** 3.4.23~ynh3 **Démo :** https://send.vis.ee/