Hello Lemmy people,
I’m trying to wrap my head around where editable files ultimately ‘live’ after Ansible install to a VPS.
For example:
I realize these are noob questions.
Thank you for your patience.
Lemmy looks really cool.
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.
The ansible install just installs lemmy via docker-compose. All your files will be stored in,
/srv/lemmy/DOMAINNAME
The database files and pictures are stored in In a folder called Volumes.
To move lemmy you can just move that volumes directory. If you change domain names you’ll have to run some scripts on your data. I do this to run a production db locally. Changing all the references to the domain name to
0.0.0.0
or what ever the new domain name is