monicahq / monica

Personal CRM. Remember everything about your friends, family and business relationships.
https://beta.monicahq.com
GNU Affero General Public License v3.0
21.82k stars 2.19k forks source link

How do I increase storage on Chandler beyond 50MB? [Selfhosted] #7105

Open b3nd1k opened 11 months ago

b3nd1k commented 11 months ago

I'm self hosting Chandler on my own hardware using Docker. How do I increase the max storage from 50MB to unlimited storage?

stanleyshly commented 11 months ago

I have this question too, as profile pictures can get quite large.

ciphermenial commented 11 months ago

This is not an issue. This is a question you ask in Discussions.

slifty commented 9 months ago

I don't think there is a way to do this via the web UI yet, however if you're self hosting you can update an existing account's limits via SQL directly: UPDATE accounts SET storage_limit_in_mb = ... WHERE id = ...

How you get to the point where you can run a query against the database will depend on your specific setup.