aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-07-15 19:26:38 +0100
committerMiquel Lionel <lionelmiquel@sfr.fr>2021-07-15 19:26:38 +0100
commit8a833dde23b0bbcf74643cc04e52165c63606e83 (patch)
treebb5796a0c25713a8b16068f80381af9590381918 /README.md
parent4989f4ee89d55ca9158eeebce726db680aa19630 (diff)
downloadgpigeon-8a833dde23b0bbcf74643cc04e52165c63606e83.tar.gz
gpigeon-8a833dde23b0bbcf74643cc04e52165c63606e83.zip
uncomment my $mimetype line, it's important.
Also, we did a better cleanup: - GPG module is not used anymore. So, the $enc_gpg variable doesn't make sense anymore and we got rid of it. - We applied the auto unlinking we did in the database version branch. I was sure I already put to pratice on this branch, my memory fails me... Got rid of $linkfilename variable. - We updated the README.md about our dependencies and features (file upload is supported now)
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index aeec1c2..8ed4cea 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@ Features
keep track of what has been created. You can also delete link
individually, or all at once.
- No javascript used at the moment.
+- If needed, you can attach a file. It'll be encrypted alongside the message. **100MB limit by default**.
Dependencies
============
@@ -30,11 +31,11 @@ You will need perl and the following modules and my perl version is **v5.34.0**,
- CGI::Carp
- CGI::Cookies
- Crypt::Argon2
-- GPG
- Net:SSLeay
- Net::SMTP
- Net::SMTPS
-- Email::Valid
+- Email::Valid
+- Mail::GPG
- String::Random
Having a webserver with CGI support or a separate CGI engine is needed. I'm using nginx and fcgiwrap.