❓️A rich and ethical communication software to build your digital home.
🌍 Production : https://mycelium.carbonlab.dev
🟢 Status : https://status.carbonlab.dev
🏀 Roadmap : https://synapse.carbonlab.dev/project?uid=6&access=read-only
🏡 Home : https://gitlab.com/Louciole/mycelium
-
edit
server.iniwith your parameters -
add the DKIM private key in
mailing/dkim.txtnano mailing/dkim.txtor you can just copy your local file
-
create a venv
-
install dependencies
pip install -r requirements.txt -
run
vesta installto import vesta's files -
run
python server.pyto start the server
If you plan to commit something don't forget to IGNORE the *.ini file run
git update-index --assume-unchanged server.ini
if postgres does not accept password authentication, you can change the pg_hba.conf file
sudo nano /etc/postgresql/16/main/pg_hba.conf
replace peer by ident