this post was submitted on 20 Nov 2025
55 points (100.0% liked)
PieFed Meta
1839 readers
104 users here now
Discuss PieFed project direction, provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics.
Wiki
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Those are in the
.envfile. For docker it's called.env.docker.When you pull the repo from git, there's only
env.docker.sampleandenv.sample. Copyenv.docker.sampleto.env.docker(don't forget the period) [you've likely already done this if using Docker].The email settings are absent from the docker sample, but you can find them in the
env.samplefile. Not sure why that is, but I hope that helps!