Document image limitations #93

Closed
opened 2026-02-20 11:15:34 -05:00 by deekerman · 6 comments
Owner

Originally created by @RichardUUU on GitHub (Mar 11, 2018).

There seem to be size limitations for both Icon images and the screen Background Image. It would be nice to know what those are e.g. (max size: xxx by yyy)

Add Application page
Background Image page

Originally created by @RichardUUU on GitHub (Mar 11, 2018). There seem to be size limitations for both Icon images and the screen Background Image. It would be nice to know what those are e.g. (max size: xxx by yyy) Add Application page Background Image page
Author
Owner

@KodeStar commented on GitHub (Mar 11, 2018):

It will depend on how you are running it, the limitation will probably be in your php.ini, I don't think there is any limit imposed by the code.

@KodeStar commented on GitHub (Mar 11, 2018): It will depend on how you are running it, the limitation will probably be in your php.ini, I don't think there is any limit imposed by the code.
Author
Owner

@RichardUUU commented on GitHub (Mar 11, 2018):

I'm running through the unRAID docker. Thanks.

@RichardUUU commented on GitHub (Mar 11, 2018): I'm running through the unRAID docker. Thanks.
Author
Owner

@KodeStar commented on GitHub (Mar 11, 2018):

From other posts I see you are running the unraid docker @RichardUUU in that case, I just had a quick look, it's currently set at 2MB, it could be set higher, but 2MB should be big enough for most images with a bit of compression. The problem with increasing it is it will take longer for the page to display initially. I guess for background images it's probably not a major issue, as it will be cached in the browser.

@KodeStar commented on GitHub (Mar 11, 2018): From other posts I see you are running the unraid docker @RichardUUU in that case, I just had a quick look, it's currently set at 2MB, it could be set higher, but 2MB should be big enough for most images with a bit of compression. The problem with increasing it is it will take longer for the page to display initially. I guess for background images it's probably not a major issue, as it will be cached in the browser.
Author
Owner

@RichardUUU commented on GitHub (Mar 11, 2018):

Crossed replies. Thanks so much for checking. And I'd like to say I really appreciate your work on this app.

@RichardUUU commented on GitHub (Mar 11, 2018): Crossed replies. Thanks so much for checking. And I'd like to say I really appreciate your work on this app.
Author
Owner

@KodeStar commented on GitHub (Mar 11, 2018):

@RichardUUU the php.ini is the alpine default but, there is a file in /config/php/php-local.ini where you can put in any setting and it will append php.ini settings, so if you make it bigger in there you should be good to go.

post_max_size = 32M
upload_max_filesize = 32M

They are currently set to 8M and 2M respectively.

That file should also survive updates

@KodeStar commented on GitHub (Mar 11, 2018): @RichardUUU the php.ini is the alpine default but, there is a file in /config/php/php-local.ini where you can put in any setting and it will append php.ini settings, so if you make it bigger in there you should be good to go. ``` post_max_size = 32M upload_max_filesize = 32M ``` They are currently set to 8M and 2M respectively. That file should also survive updates
Author
Owner

@RichardUUU commented on GitHub (Mar 11, 2018):

You're awesome.

Cheers, Richard

@RichardUUU commented on GitHub (Mar 11, 2018): You're awesome. Cheers, Richard
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Heimdall-linuxserver#93
No description provided.