Source Code added
7
web/static/.well-known/security.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# This site is running an Immich instance.
|
||||
# Immich-related security problems should be reported to the Immich security team.
|
||||
# Security problems related to this instance should be reported to its administration.
|
||||
Policy: https://github.com/immich-app/immich/blob/main/SECURITY.md
|
||||
Contact: mailto:security@immich.app
|
||||
Preferred-Languages: en
|
||||
Expires: 2026-05-01T23:59:00.000Z
|
||||
BIN
web/static/apple-icon-180.png
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
BIN
web/static/dark_skeleton.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
web/static/favicon-144.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
web/static/favicon-16.png
Normal file
|
After Width: | Height: | Size: 618 B |
BIN
web/static/favicon-32.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
web/static/favicon-48.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
web/static/favicon-96.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
web/static/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
web/static/favicon.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
web/static/feature-panel.png
Normal file
|
After Width: | Height: | Size: 758 KiB |
BIN
web/static/light_skeleton.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
web/static/manifest-icon-192.maskable.png
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
web/static/manifest-icon-512.maskable.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
35
web/static/manifest.json
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"background_color": "#ffffff",
|
||||
"description": "Self-hosted photo and video backup solution directly from your mobile phone.",
|
||||
"display": "standalone",
|
||||
"icons": [
|
||||
{
|
||||
"purpose": "any",
|
||||
"sizes": "192x192",
|
||||
"src": "manifest-icon-192.maskable.png",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"purpose": "maskable",
|
||||
"sizes": "192x192",
|
||||
"src": "manifest-icon-192.maskable.png",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"purpose": "any",
|
||||
"sizes": "512x512",
|
||||
"src": "manifest-icon-512.maskable.png",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"purpose": "maskable",
|
||||
"sizes": "512x512",
|
||||
"src": "manifest-icon-512.maskable.png",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"lang": "en",
|
||||
"name": "Immich",
|
||||
"short_name": "Immich",
|
||||
"start_url": "/"
|
||||
}
|
||||
8
web/static/robots.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Allow social media access og Tags
|
||||
User-agent: *
|
||||
Allow: /share/
|
||||
Allow: /api/assets/
|
||||
|
||||
# https://www.robotstxt.org/robotstxt.html
|
||||
User-agent: *
|
||||
Disallow: /
|
||||