From 7f29a1f3155541f7e72c5ebfc5db8a030fd61a81 Mon Sep 17 00:00:00 2001 From: toufic ar Date: Thu, 5 Feb 2026 20:46:38 +0200 Subject: initial commit --- .forgejo/workflows/deploy.yaml | 21 +++++++++ index.html | 98 +++++++++++++++++++++++++++++++++++++++++ torlogo.png | Bin 0 -> 170914 bytes 3 files changed, 119 insertions(+) create mode 100644 .forgejo/workflows/deploy.yaml create mode 100644 index.html create mode 100644 torlogo.png diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml new file mode 100644 index 0000000..9e93da4 --- /dev/null +++ b/.forgejo/workflows/deploy.yaml @@ -0,0 +1,21 @@ +on: + push: + branches: + - main +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - name: checkout repo + uses: actions/checkout@v6 + - name: install rsync + run: | + apt update + apt install rsync -y + - name: add ssh key + uses: actions/ssh-setup@v1 + with: + ssh-key: ${{ secrets.ACTIONS_SSH_KEY }} + add-hosts: "toufy.me" + - name: sync repo + run: rsync -az . root@toufy.me:/var/www/tor.toufy.me diff --git a/index.html b/index.html new file mode 100644 index 0000000..eb71f91 --- /dev/null +++ b/index.html @@ -0,0 +1,98 @@ + + + + + + + tor.toufy.me + + + +
+ the onion from TOR project logo +

tor.toufy.me

+
+ +
+

+ adonis + runs a tor relay node and a snowflake proxy.
+ this helps people stay anonymous and circumvent censorship. +

+
+ +
+

+ you can help by turning on the toggle below and keeping this tab + open.
+ this will spin up your own snowflake. +

+ +
+ + diff --git a/torlogo.png b/torlogo.png new file mode 100644 index 0000000..f4b47a5 Binary files /dev/null and b/torlogo.png differ -- cgit v1.2.3