1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-16 03:06:28 +00:00

Add Immich review

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2022-08-04 12:26:52 +12:00
parent d0aa79dd2e
commit fdbf331ea7
32 changed files with 254 additions and 22 deletions

View File

@@ -6,7 +6,7 @@ description: Unlike competing ingresses (*cough* nginx *cough*), the beautiful T
One of the advantages [Traefik](/kubernetes/ingress/traefik/) offers over [Nginx](/kubernetes/ingress/nginx/), is a native dashboard available in the open-source version (*Nginx+, the commercially-supported version, also includes a dashboard*).
![Traefik Dashboard Screenshot](../../../images/traefik-dashboard.png){ loading=lazy }
![Traefik Dashboard Screenshot](..//images/traefik-dashboard.png){ loading=lazy }
!!! summary "Ingredients"

View File

@@ -12,7 +12,7 @@ Traefik natively includes some features which Nginx lacks:
* [x] An elegant "middleware" implementation allowing certain requests to pass through additional layers of authentication
* [x] A beautiful dashboard
![Traefik Screenshot](../../../images/traefik.png){ loading=lazy }
![Traefik Screenshot](..//images/traefik.png){ loading=lazy }
!!! summary "Ingredients"