How can I enable Image upload in self-hosted version? #414
Answered
by
krokosik
MasterPi-2124
asked this question in
Q&A
-
|
I am using self-hosted version at main branch, but no image upload button shown in expense page. Are there any env variables related to that? |
Beta Was this translation helpful? Give feedback.
Answered by
krokosik
Oct 4, 2025
Replies: 1 comment
-
|
Yes, you need to configure an S3/R2 compatible storage endpoint. Check out the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
krokosik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you need to configure an S3/R2 compatible storage endpoint. Check out the
R2_*variables. There are some local open source options for that. We currently use Minio, but the recent versions have been stripped of features as they pulled the rug and went full commercial. You can use the version from ourdevdocker compose file.