From e7bedba5c26daaed1b7d4be8179c2f55916e3ca7 Mon Sep 17 00:00:00 2001 From: Dome Date: Sat, 9 May 2026 22:53:06 +0200 Subject: [PATCH] Move to Gitea --- .github/README.md | 19 +++++++++++++++++++ {.gitea => .github}/workflows/docker.yml | 0 2 files changed, 19 insertions(+) create mode 100644 .github/README.md rename {.gitea => .github}/workflows/docker.yml (100%) diff --git a/.github/README.md b/.github/README.md new file mode 100644 index 0000000..1388ba8 --- /dev/null +++ b/.github/README.md @@ -0,0 +1,19 @@ +# ⚠️ This repository has moved! + +Active development and maintenance of this project are **no longer taking place on GitHub**. I have migrated my projects to my own Gitea instance. + +This GitHub repository will be archived (read-only) shortly and will only serve as a reference / read only mirror. Unfortunately, new Issues, Pull Requests, or discussions can no longer be processed here. + +## 🚀 New Project Location + +You can find the latest source code, new releases, and the issue tracker for this specific project right here: + +👉 **https://git.ztfr.eu/Dome/Tuwunel-Interceptor** + +## 👤 My New Profile + +If you want to continue following my work or are interested in my other projects, you can find my entire portfolio on my new Gitea profile: + +🔗 **[https://git.ztfr.eu/dome](https://git.ztfr.eu/dome)** + +Thank you for your support on GitHub – see you on Gitea! diff --git a/.gitea/workflows/docker.yml b/.github/workflows/docker.yml similarity index 100% rename from .gitea/workflows/docker.yml rename to .github/workflows/docker.yml