mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 21:30:36 -05:00
[GH-ISSUE #1012] Feedback: Install script silently fails on missing no-reply email address #10485
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wohfab on GitHub (Jul 4, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1012
Originally assigned to: @oschwartz10612, @Copilot on GitHub.
Installing via install script and configuring SMTP, the "no-reply email address" can be left empty. Leaving it empty does however make the pangolin service unhealthy and stops activation of gerbil and traefik services.
The error is displayed in docker compose logs and can be fixed by manually editing the config file. However, as these installation scripts usually are meant to have an easier way than manually doing everything, I would suggest one of the following options:
@oschwartz10612 commented on GitHub (Jul 4, 2025):
Yep this sounds like a simple fix. Will take a look!
@eddyspaghette commented on GitHub (Nov 6, 2025):
Hello, I encountered the same issue this week when running the install script. If this issue is still open, I'd be interested in working on it as my first contribution to Pangolin.