commit 78f48dc3322fbec5279625186fc4a9e2b163931a Author: toufic ar Date: Tue Feb 10 18:41:17 2026 +0200 initial commit diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml new file mode 100644 index 0000000..ac27bcf --- /dev/null +++ b/.forgejo/workflows/deploy.yaml @@ -0,0 +1,24 @@ +on: + workflow_dispatch: + push: + branches: + - home + schedule: + - cron: 0 0 * * 0 +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/aur.toufy.me diff --git a/archmod.png b/archmod.png new file mode 100644 index 0000000..655cd65 Binary files /dev/null and b/archmod.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..e116f07 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..134bf59 --- /dev/null +++ b/index.html @@ -0,0 +1,122 @@ + + + + + + aur.toufy.me + + + + +
+ arch linux logo, modified to have a 
+				curved lighter blue gradient at the top +

aur.toufy.me

+

toufy's arch user repository

+

+ weekly builds of AUR packages (mostly for development) that i use, but + if someone requests a package i might add it.

+ email: + admin.aur@toufy.me
+ source: + git.toufy.me/toufy/taur +

+
+

adding the repo

+
+

add and sign my keys:

+ +

pacman-key --recv-key BBA33017E29E74FB

+

pacman-key --lsign-key BBA33017E29E74FB

+
+

add the repo to /etc/pacman.conf:

+ +

[taur]

+

Server = https://aur.toufy.me/builds

+
+

then run pacman -Syu

+
+
+ +