commit 7f29a1f3155541f7e72c5ebfc5db8a030fd61a81 Author: toufic ar Date: Thu Feb 5 20:46:38 2026 +0200 initial commit 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