Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demail

Install

  1. Set up the salt:

    • Generate:
      head -c 40 /dev/urandom | od -An -v -tx1 | tr -d ' \n' > salt.txt
      chmod 600 salt.txt
  2. Configure the server hostname:

    • In main.html, replace http://127.0.0.1 with your server's hostname:
       const response = await fetch(
           `http://127.0.0.1:9999/clear_all_smessages/${l_pass.value}/${l_username.value}`
       );

Run

screen -dm bash -c "cd /server/demail; python3 main.py"

About

A simple email-like service

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages