-
-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request(s): Background/Wallpaper/Logo/Profile Picture #87
Comments
Third is covered here #87 |
Side note, also need to add the Also here is the <link rel="shortcut icon" href="/static/media/local/favicon.ico">
<link rel="icon" type="image/png" href="/static/media/local/favicon.png">
<link rel="icon" type="image/png" href="/static/media/local/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/static/media/local/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/static/media/local/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" sizes="180x180" href="/static/media/local/apple-icon-180x180.png">
<link rel="apple-touch-icon" sizes="152x152" href="/static/media/local/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="144x144" href="/static/media/local/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="120x120" href="/static/media/local/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="114x114" href="/static/media/local/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/static/media/local/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/static/media/local/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="60x60" href="/static/media/local/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="57x57" href="/static/media/local/apple-icon-57x57.png">
<meta name="msapplication-square310x310logo" content="/static/media/local/ms-icon-310x310.png">
<meta name="msapplication-square150x150logo" content="/static/media/local/ms-icon-150x150.png">
<meta name="msapplication-square70x70logo" content="/static/media/local/ms-icon-70x70.png">
<meta name="msapplication-TileImage" content="/static/media/local/ms-icon-144x144.png">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="theme-color" content="#ffffff">
<link rel="manifest" href="static/manifest.json"> FYI:
The files that are referenced for all the size differences can be simplified and just referenced as the manifest.jsonFor the FYI: The name is just a copy paste from {
"name": "Jamie Jones Jr | Entrepreneur, Programmer, and Developer.",
"short_name": "Jamie Jones Jr ",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "minimal-ui",
"orientation": "portrait",
"scope": "/",
"start_url": "/admin",
"icons": [
{
"src": "/android-icon-36x36.png",
"sizes": "36x36",
"type": "image/png",
"density": "0.75"
},
{
"src": "/android-icon-48x48.png",
"sizes": "48x48",
"type": "image/png",
"density": "1.0"
},
{
"src": "/android-icon-72x72.png",
"sizes": "72x72",
"type": "image/png",
"density": "1.5"
},
{
"src": "/android-icon-96x96.png",
"sizes": "96x96",
"type": "image/png",
"density": "2.0"
},
{
"src": "/android-icon-144x144.png",
"sizes": "144x144",
"type": "image/png",
"density": "3.0"
},
{
"src": "/android-icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"density": "4.0"
}
]
} |
This one is a multiple request as they all entail about the same thing.
First
This could be as easy as just coding it in the docker as a having a path and just loading the file from "AVATAR_LOCAL:" or "BACKGROUND_LOCAL" and having the code look for them at the path locations as long as their naming scheme matches "background.png" or "profile.png"
You could give the option to do "BACKGROUND_URL" as well since the Avatar is already programed via a url.
Second
Third
Background color. There justs need a dynamic way to change the color code in the css.The text was updated successfully, but these errors were encountered: