Repository with deployment examples of gitea.
Go to file
2025-03-13 01:30:44 +02:00
ansible-postgres added ansible postgres example 2025-03-10 05:20:48 +02:00
gitea first push 2025-03-08 05:01:40 +02:00
kubernetes added kubernetes example 2025-03-12 20:15:05 +02:00
wireguard-bastion added ansible postgres example 2025-03-10 05:20:48 +02:00
.gitignore adding wireguard example 2025-03-10 02:23:27 +02:00
README.md add readme 2025-03-13 01:30:44 +02:00

DeTEE Deployment Examples

This repository has various deployment examples of real world software to the DeTEE network. The examples currently include:

  • Gitea - A small bash script that deploys a Gitea server (just like this one) to a VM on DeTEE
  • Ansible Postgres - Deploy a Postgres DB and a read replica via Ansible to two DeTEE VMs.
  • Wireguard Overlay - Hide resources behind VPN, by leveraging VM deployments on DeTEE.
  • Kubernetes (k3s) - Use k3s to deploy 5 Kubernetes nodes to DeTEE VMs, forming a small cluster.