diff --git a/caddy/site/quodatum/network.svg b/caddy/site/quodatum/network.svg index cfb33fa..8c54906 100644 --- a/caddy/site/quodatum/network.svg +++ b/caddy/site/quodatum/network.svg @@ -1,304 +1,308 @@ - + - + - -The Internet + +The Internet - -quodatum.duckdns.org + +quodatum.duckdns.org - -orlop.duckdns.org + +orlop.duckdns.org - -Saffron @  80.229.26.80 + +Saffron @  80.229.26.80 - - -xu4 + + +xu4 + + + +velvet - -fins + +fins - -omv + +omv - -odroid-n2 + +odroid-n2 - -n2-plus + +n2-plus - - -wiki + + +wiki - - -tiddy-wiki:8088 + + +tiddy-wiki:8088 - - + + - - -about + + +about - -caddy + +caddy - - + + - - -oi + + +oi - - -openwebui:3001 + + +openwebui:3001 - - + + - - -git + + +git - - -forgejo:8300 + + +forgejo:8300 - - + + - - -about + + +about - - + + - - -kodi + + +kodi - - -kodi:8080 + + +kodi:8080 - - + + - - -tvheadend + + +tvheadend - - -tvheadend:9981 + + +tvheadend:9981 - - + + - - -emby + + +emby - - -emby:8097 + + +emby:8097 - - + + - - -jellyfin + + +jellyfin - - -jellyfin:8096 + + +jellyfin:8096 - - + + - - -Immich + + +Immich - - -immich:2283 + + +immich:2283 - - + + - -vpn + +vpn - - -wireguard:51820 + + +wireguard:51820 - - + + @@ -307,46 +311,46 @@ - - -basex-test:9090 + + +basex-test:9090 - - -wireshark:4000 + + +wireshark:4000 - - -redis-test:6379 + + +redis-test:6379 - - -pihole + + +pihole - - - -p + + + +p @@ -354,10 +358,10 @@ - - - -b + + + +b @@ -365,64 +369,64 @@ - - -ollama:11434 + + +ollama:11434 - - -basex:8888 + + +basex:8888 - - -basex:8884 + + +basex:8884 - - -beszel::8090 + + +beszel::8090 - - -shotcut::3100 + + +shotcut::3100 - - -fusionauth:9011 + + +fusionauth:9011 - - - -p + + + +p @@ -430,10 +434,10 @@ - - - -b + + + +b @@ -441,37 +445,37 @@ - - -omv:81 + + +omv:81 - - -vikunja:3456 + + +vikunja:3456 - - -dockge:5001 + + +dockge:5001 - - - -p + + + +p @@ -479,10 +483,10 @@ - - - -b + + + +b @@ -490,25 +494,25 @@ - - -beszel-agent + + +beszel-agent - - + + - - - -p + + + +p @@ -516,10 +520,10 @@ - - - -b + + + +b @@ -527,37 +531,37 @@ - - -glance:3050 + + +glance:3050 - - -spare + + +spare - - -ntopng:3000 + + +ntopng:3000 - - - -p + + + +p @@ -565,13 +569,20 @@ - - - -b + + + +b + + + + + +foo + \ No newline at end of file diff --git a/caddy/site/quodatum/saffron.gv b/caddy/site/quodatum/saffron.gv index b8fee3e..7e841d2 100644 --- a/caddy/site/quodatum/saffron.gv +++ b/caddy/site/quodatum/saffron.gv @@ -3,7 +3,7 @@ digraph saffron { compound = true; rankdir = LR; fontname="Arial"; - bgcolor=lightgrey; + node [fontname = "Arial"; shape = box; style = filled; width = "2"; fillcolor = white; target = "saffron";]; edge [fontname = "Arial";]; @@ -13,7 +13,7 @@ digraph saffron { label = "The Internet "; fontsize = "40"; node[fontsize=36;] - bgcolor=white; + bgcolor=lightgrey; subgraph cluster_a { label = "quodatum.duckdns.org"; bgcolor = "#BDFFA4"; @@ -40,7 +40,7 @@ digraph saffron { subgraph cluster_s { label = "Saffron @ 80.229.26.80"; fontsize = "30"; - bgcolor=white; + bgcolor=lightgrey; subgraph cluster_c { label = "xu4"; href="http://fins.local:8090/system/xu4"; @@ -148,7 +148,13 @@ digraph saffron { n2_plus_1 -> g1[style=invis]; n2_plus_2 -> g1[style=invis]; } + subgraph cluster_h { + label = "velvet"; + bgcolor = "#FFDEAD"; + foo + } } + a2 -> c0; b1 -> c0; a1 -> c2; diff --git a/mealie/compose.yml b/mealie/compose.yml new file mode 100644 index 0000000..28557ea --- /dev/null +++ b/mealie/compose.yml @@ -0,0 +1,29 @@ +services: + mealie: + image: ghcr.io/mealie-recipes/mealie:v2.8.0 # + + + container_name: mealie + restart: "unless-stopped" + ports: + - "9925:9000" # + + + deploy: + resources: + limits: + memory: 1000M # + + + volumes: + - mealie-data:/app/data/ + environment: + # Set Backend ENV Variables Here + ALLOW_SIGNUP: "false" + PUID: 1000 + PGID: 1000 + TZ: Europe/London + BASE_URL: https://mealie.orlop.duckdns.org + +volumes: + mealie-data: \ No newline at end of file