CaramelFur / Picsur

An easy to use, selfhostable image sharing service like Imgur with built in converting
https://picsur.org/
GNU Affero General Public License v3.0
774 stars 41 forks source link

Where are images stored in filesystem? #71

Closed ctrlbrk42 closed 7 months ago

ctrlbrk42 commented 8 months ago

I want to use an external docker volume for the stored images, but I cannot find where they are being stored. This makes me think the raw data is being stored in postgres and not the file system?

CaramelFur commented 7 months ago

Yep, thats exactly whats happening. The data is stored inside the postgres database.