Files
infra/wiki-resources/diagrams/personal.py
shockrah 0cefc4baf9
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 6s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 18s
Basic diagram of current infrastructure
2026-04-19 11:20:51 -07:00

9 lines
201 B
Python

from diagrams.custom import Custom
def Gitea(name: str) -> Custom:
return Custom(name, './images/gitea.png')
def StaticSite(name: str) -> Custom:
return Custom(name, './images/website.png')