mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-07-21 04:25:24 -04:00
Change File upload size limit #34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @inputoutput1126 on GitHub (Sep 23, 2022).
this is less of an issue and more of a question that I can't find the answer to. My main reason for wanting to self-host revolt is to provide an experience similar to discord without an upload limit. I've successfully gotten it running locally but I cannot find where in the configuration files I can change the max upload size.
@Zomatree commented on GitHub (Sep 23, 2022):
Upload limits are controlled via the
Autumn.tomlfile, https://github.com/revoltchat/autumn/blob/master/Autumn.toml@inputoutput1126 commented on GitHub (Sep 23, 2022):
How would I be able to access that file if I have it installed w/ docker? I'm not well versed w/ docker at all
@demetera commented on GitHub (Nov 6, 2022):
docker ps -adocker exec -u 0 -it <Container ID> /bin/bashapt installAutumn.tomlfile@insertish commented on GitHub (Jan 24, 2023):
Closing as solved for now.
Though you should mount
Autumn.tomlinto the container instead.@mlyasota commented on GitHub (Feb 11, 2023):
Editing line 10 [max_size = 20000000] in Autumn.toml with nano or mounting into the container does not change the file upload limits.
@shlomi8801-2 commented on GitHub (Nov 3, 2025):
this doesnt work anymore i tried adding this to the docker compose file and adding an Autumn.toml file to the current dir but it didnt do nothing special