← dovel website
Dovel project Git home
Welcome! Here you'll find general info about our projects and how to
contribute to them. We proudly use dovel email technology for our
mailing lists. Its hooks are in the scripts repo. Please read the next
sections before making a contribution.
To clone a repository use git clone https://dovel.email/[repo],
changing [repo] by the name you want.
Repositories
- hooks
- Hooks to be used to receive/send emails.
- scripts
- Repo containing scripts to be used with dovel, and git hooks that powers our web interface.
- server
- This is the main dovel repository, it has the Go code to run dovel SMTP server.
- site
- Dovel website repository.
- ssh-client
- ssh client for accessing dovel server emails.
- web
- Repo with a simple http server with auth to serve my email.
Latest commit
93a4e8f on scripts:
commit 93a4e8fda35e79844bd690864c4c1d72c781cc1e
Author: myr
Date: Wed Mar 5 14:27:19 2025 -0300
Adjusted mail instructions
Contributing
The dovel team uses the git email workflow to accept contributions.
All email sent to dovel.email is considered as git mailling lists,
see the next section on how we organize them.
To send email about other subjects please address them to
dovel _AT_ terminal.pink.
Browse the mailing list online.
Email addresses
To send contributions use the repo name as address, i.e. to
contribute to the server project send email to
server _AT_ dovel.email. Please CC me as well so I
can reply faster: dovel _AT_ terminal.pink.
Please choose the subject wiselly since it is used to separate
threads, if you choose a taken subject or a too generic one
your email can go to another thread.
Email etiquette
We only accept plain text email. More info and recomendations can be
found on useplaintext.email. Also
git-send-email.io has instructions on
how to setup git to send email for many platforms.