monica icon indicating copy to clipboard operation
monica copied to clipboard

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

Open b3nd1k opened this issue 1 year ago • 3 comments

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

b3nd1k avatar Jan 05 '24 16:01 b3nd1k

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

stanleyshly avatar Jan 07 '24 19:01 stanleyshly

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

ciphermenial avatar Jan 08 '24 00:01 ciphermenial

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.

slifty avatar Feb 26 '24 01:02 slifty