42 lines
2.6 KiB
XML
42 lines
2.6 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="1100" height="520" viewBox="0 0 1100 520">
|
|
<defs>
|
|
<marker id="arrow" markerWidth="12" markerHeight="12" refX="10" refY="6" orient="auto">
|
|
<path d="M0,0 L12,6 L0,12 z" />
|
|
</marker>
|
|
</defs>
|
|
|
|
<rect x="40" y="40" width="1020" height="440" rx="18" ry="18" fill="none" stroke="black" stroke-width="2"/>
|
|
<text x="70" y="80" font-family="Arial" font-size="22">ERPLibre Secure Reference (example: https://www.rencontres-linux.quebec)</text>
|
|
|
|
<rect x="90" y="120" width="240" height="80" rx="14" ry="14" fill="white" stroke="black" stroke-width="2"/>
|
|
<text x="120" y="168" font-family="Arial" font-size="20">Internet</text>
|
|
|
|
<rect x="410" y="120" width="260" height="80" rx="14" ry="14" fill="white" stroke="black" stroke-width="2"/>
|
|
<text x="430" y="153" font-family="Arial" font-size="18">nftables (DROP)</text>
|
|
<text x="430" y="178" font-family="Arial" font-size="16">+ ASN TTL (7d)</text>
|
|
|
|
<rect x="760" y="120" width="260" height="80" rx="14" ry="14" fill="white" stroke="black" stroke-width="2"/>
|
|
<text x="780" y="153" font-family="Arial" font-size="18">Nginx (host)</text>
|
|
<text x="780" y="178" font-family="Arial" font-size="16">ports 80/443 only</text>
|
|
|
|
<rect x="90" y="280" width="930" height="170" rx="18" ry="18" fill="white" stroke="black" stroke-width="2"/>
|
|
<text x="120" y="315" font-family="Arial" font-size="18">Docker network dedicated: erplibre_net (no published app/db ports)</text>
|
|
|
|
<rect x="160" y="340" width="360" height="80" rx="14" ry="14" fill="white" stroke="black" stroke-width="2"/>
|
|
<text x="180" y="388" font-family="Arial" font-size="18">Odoo / ERPLibre (container)</text>
|
|
|
|
<rect x="590" y="340" width="360" height="80" rx="14" ry="14" fill="white" stroke="black" stroke-width="2"/>
|
|
<text x="610" y="388" font-family="Arial" font-size="18">PostgreSQL (container)</text>
|
|
|
|
<!-- arrows -->
|
|
<line x1="330" y1="160" x2="410" y2="160" stroke="black" stroke-width="2" marker-end="url(#arrow)"/>
|
|
<line x1="670" y1="160" x2="760" y2="160" stroke="black" stroke-width="2" marker-end="url(#arrow)"/>
|
|
<line x1="890" y1="200" x2="890" y2="280" stroke="black" stroke-width="2" marker-end="url(#arrow)"/>
|
|
<line x1="520" y1="380" x2="590" y2="380" stroke="black" stroke-width="2" marker-end="url(#arrow)"/>
|
|
|
|
<!-- small labels -->
|
|
<text x="365" y="148" font-family="Arial" font-size="14">HTTP(S)</text>
|
|
<text x="708" y="148" font-family="Arial" font-size="14">TLS termination</text>
|
|
<text x="905" y="250" font-family="Arial" font-size="14">reverse proxy</text>
|
|
<text x="536" y="368" font-family="Arial" font-size="14">DB traffic</text>
|
|
</svg>
|