diff --git a/Home.md b/Home.md index 07ece72..58f215e 100644 --- a/Home.md +++ b/Home.md @@ -1,5 +1,17 @@ # Welcome to the Generational Heritage wiki! -## Scratch design: +## Scratch design / Dizájn vázlat: -## Detailed Architectural overview: \ No newline at end of file +### Tech overview / Technológiai körkép: +![Scratch overview of the used tech.](assets/scratch_design.drawio.png) + +- Platform: *OCI* ([freetier 6ocpu and 26gb ram](https://www.oracle.com/cloud/free/?intcmp=ohp052322ocift#free-cloud-trial)) +- Container orchestration: *[K3S](https://k3s.io/)* +- Ingress/LoadBalancer: *[Traefik](https://traefik.io/)* +- Authentication and user management: *[Zitadel](https://zitadel.com/)* +- Authorization: *A [Go](https://go.dev/) microservice that checks user relationship with other data* +- Frontend: *[Svelte-kit](https://kit.svelte.dev/)* +- Backend: *[Go](https://go.dev/) microservice that does the business logic* +- DNS and proxy provider: *[Cloudflare](https://www.cloudflare.com/)* + +## Backend Service Scratch diff --git a/assets/scratch_design.drawio.png b/assets/scratch_design.drawio.png new file mode 100644 index 0000000..447823b Binary files /dev/null and b/assets/scratch_design.drawio.png differ