Update layout

This commit is contained in:
root 2024-09-19 23:03:00 +02:00
parent a9409b73b9
commit 05fb5aed8b
4 changed files with 65 additions and 19 deletions

50
images/favicon_grocy.svg Normal file
View File

@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
version="1.0"
width="222pt"
height="222pt"
viewBox="0 0 222 222"
preserveAspectRatio="xMidYMid"
id="svg8"
sodipodi:docname="grocy_icon.svg"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs12" />
<sodipodi:namedview
id="namedview10"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="pt"
showgrid="false"
inkscape:zoom="2.1762645"
inkscape:cx="85.467554"
inkscape:cy="136.24263"
inkscape:window-width="2048"
inkscape:window-height="1084"
inkscape:window-x="1920"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg8" />
<metadata
id="metadata2">
Created by potrace 1.16, written by Peter Selinger 2001-2019
</metadata>
<g
transform="matrix(0.1,0,0,-0.1,18.407483,222)"
fill="#337ab7"
stroke="none"
id="g6">
<path
d="M 983,2210 C 515,2144 155,1792 39,1290 10,1166 3,932 24,812 81,484 296,208 589,85 714,32 782,18 942,13 c 112,-4 171,-1 250,12 247,41 496,156 611,284 l 37,41 -5,172 c -3,95 -8,316 -11,491 l -6,319 -267,-8 c -146,-3 -342,-9 -436,-13 l -170,-6 -8,-213 c -5,-118 -7,-215 -5,-217 2,-2 81,-7 176,-11 l 172,-7 v -27 c 0,-65 -12,-90 -51,-111 -60,-30 -172,-44 -241,-30 -249,52 -347,418 -180,677 105,163 290,242 537,231 68,-4 153,-15 195,-25 41,-11 77,-16 80,-11 9,13 43,526 37,542 -8,22 -124,64 -236,87 -115,23 -342,34 -438,20 z"
id="path4" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
images/favicon_wolweb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -17,7 +17,7 @@ $domaines = array(
), ),
array( array(
'name' => 'Nextcloud', 'name' => 'Nextcloud',
'url' => 'https://cloud.netdldata.net/', 'url' => 'https://cloud.netdldata.net',
'img' => 'favicon_Nextcloud.svg' 'img' => 'favicon_Nextcloud.svg'
), ),
array( array(
@ -26,14 +26,14 @@ $domaines = array(
'img' => 'favicon-gitea.png' 'img' => 'favicon-gitea.png'
), ),
array( array(
'name' => 'JDownloader', 'name' => 'Jellyfin<br>Stream',
'url' => 'https://jd.netdldata.net/', 'url' => 'https://jellyfin.netdldata.net/SSO/oid/p/Keycloak?isLinking=true',
'img' => 'favicon_jd.png' 'img' => 'favicon_jellyfin.png'
), ),
array( array(
'name' => 'qBittorrent', 'name' => 'Speed Test',
'url' => 'https://torrent.netdldata.net', 'url' => 'https://speedtest.netdldata.net',
'img' => 'qbittorrent-tray.svg' 'img' => 'favicon_openspeedtest.png'
), ),
array( array(
'name' => 'Proxmox', 'name' => 'Proxmox',
@ -59,11 +59,6 @@ $domaines = array(
'port' => 3000, 'port' => 3000,
'img' => 'favicon_grafana.png' 'img' => 'favicon_grafana.png'
), ),
array(
'name' => 'Stream<br>Jellyfin',
'url' => 'https://stream.netdldata.net/SSO/oid/p/Keycloak?isLinking=true',
'img' => 'favicon_jellyfin.png'
),
array( array(
'name' => 'Mail', 'name' => 'Mail',
'url' => 'https://mail.netdldata.net', 'url' => 'https://mail.netdldata.net',
@ -74,16 +69,17 @@ $domaines = array(
array( array(
'name' => 'Filebrowser', 'name' => 'Filebrowser',
'url' => 'https://filebrowser.netdldata.net', 'url' => 'https://filebrowser.netdldata.net',
'realx' => 'filebrowser.lan',
'port' => 80,
'img' => 'favicon_filebrowser.svg' 'img' => 'favicon_filebrowser.svg'
), ),
array( array(
'name' => 'Orion', 'name' => 'Wake on LAN',
'url' => 'https://orion.netdldata.net/', 'url' => 'https://wolweb.netdldata.net',
'real' => 'orion.lan', 'img' => 'favicon_wolweb.png'
'port' => 443, ),
'img' => 'favicon_omv.png' array(
'name' => 'Grocy',
'url' => 'https://grocy.netdldata.net',
'img' => 'favicon_grocy.svg'
), ),