Repository with deployment examples of gitea.
Go to file
2025-05-31 00:47:32 +03:00
ansible-postgres added ansible postgres example 2025-03-10 05:20:48 +02:00
gitea remove Vancouver cause it has network issues 2025-03-31 03:04:38 +03:00
kubernetes improved kubernetes example 2025-04-01 04:15:00 +03:00
overlay-network create wireguard mesh and deploy surrealdb 2025-05-31 00:47:32 +03:00
surrealdb_tikv_prod create wireguard mesh and deploy surrealdb 2025-05-31 00:47:32 +03:00
wireguard-bastion remove Vancouver cause it has network issues 2025-03-31 03:04:38 +03:00
.gitignore adding wireguard example 2025-03-10 02:23:27 +02:00
create_ssh_config.sh create wireguard mesh and deploy surrealdb 2025-05-31 00:47:32 +03:00
README.md create wireguard mesh and deploy surrealdb 2025-05-31 00:47:32 +03:00

DeTEE Deployment Examples

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

  • Gitea on DeTEE - 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 DMZ - Hide resources behind WireGuard VPN, by leveraging VM deployments on DeTEE.
  • Overlay Network - Automated deployment of an encrypted network overlay (full-mesh between VMs).
  • Kubernetes (k3s) - Use k3s to deploy 5 Kubernetes nodes to DeTEE VMs, forming a small cluster.