mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-03-03 00:26:56 -05:00
Document image limitations #93
Labels
No labels
EnhancedApp
FoundationApp
FoundationApp
FoundationApp
bug
closed-issue-activity
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
no-issue-activity
question
research
research
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Heimdall-linuxserver#93
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @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
@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.
@RichardUUU commented on GitHub (Mar 11, 2018):
I'm running through the unRAID docker. Thanks.
@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.
@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.
@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.
They are currently set to 8M and 2M respectively.
That file should also survive updates
@RichardUUU commented on GitHub (Mar 11, 2018):
You're awesome.
Cheers, Richard