Repository with deployment examples of gitea.
Go to file
2025-06-14 03:50:35 +03:00
ansible-postgres added Apache 2.0 license 2025-06-14 03:50:35 +03:00
gitea added Apache 2.0 license 2025-06-14 03:50:35 +03:00
kubernetes added Apache 2.0 license 2025-06-14 03:50:35 +03:00
overlay-network added Apache 2.0 license 2025-06-14 03:50:35 +03:00
surrealdb_tikv_prod added Apache 2.0 license 2025-06-14 03:50:35 +03:00
wireguard-bastion added Apache 2.0 license 2025-06-14 03:50:35 +03:00
.gitignore added Apache 2.0 license 2025-06-14 03:50:35 +03:00
create_ssh_config.sh added Apache 2.0 license 2025-06-14 03:50:35 +03:00
LICENSE added Apache 2.0 license 2025-06-14 03:50:35 +03:00
README.md added Apache 2.0 license 2025-06-14 03:50:35 +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.