You can use the FQDN of your Lemmy instance in the nginx.conf
file. I’ve uploaded my files to a gist here as an example.
You should be able just to replace any mention of lemmy.mydomain.com
with your FQDN of your Lemmy instance and replace any your-postgres-password
with your real Postgres password. You must also set your SMTP provider settings in the email
section of config.hjson
(I use Brevo). In the docker-compose.yml
file, you can change which port you want to map from the host; I used 8976
in mine. Then just point your internet-facing reverse proxy to the host and whichever port you chose.
I’m not using Ansible to automate it at all. I’m just updating the files manually, as needed, and doing docker compose
commands. I’m using Docker volumes to persist the data on them, so feel free to change any of those basic things you want.
I dual boot Linux on my gaming PC and remember having issues with games installed onto an NTFS partition. I don’t remember if it was an issue with some specific software, such as Wine/Proton or Steam, just a general Linux issue (maybe symlinks?), or if I was trying to do something weird… Either way, I ended up needing to create a separate partition with a Linux filesystem for the games.
Last I checked, there isn’t any easy way to get Linux filesystem drivers on Windows, and even then, I don’t know if it would run games from there. So, if nothing else, you might end up needing storage space dedicated to installing games only for Linux.