Basic diagram of current infrastructure
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 6s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 18s

This commit is contained in:
2026-04-19 11:20:51 -07:00
parent 31b2471f1c
commit 0cefc4baf9
6 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
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')