A drop-in, single-binary reimplementation of the caronc/apprise-api HTTP API in Go.
0

Configure Feed

Select the types of activity you want to include in your feed.

Add mirror target for tangled.org

Kohei Watanabe (Jun 29, 2026, 8:53 PM +0900) 877442c3 29e6c933

+2 -1
+2 -1
.forgejo/workflows/mirror.yml
··· 14 14 run: | 15 15 install -m 700 -d ~/.ssh 16 16 install -m 600 <(echo "${DEPLOY_KEY}") ~/.ssh/id_ed25519 17 - ssh-keyscan github.com >> ~/.ssh/known_hosts 17 + ssh-keyscan github.com tangled.org >> ~/.ssh/known_hosts 18 18 env: 19 19 DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }} 20 20 - name: Prune and mirror ··· 22 22 git clone --mirror "https://${GITEA_TOKEN}@${GITHUB_SERVER_URL#https://}/${GITHUB_REPOSITORY}.git" apprize.git 23 23 git -C apprize.git for-each-ref --format='delete %(refname)' refs/pull | git -C apprize.git update-ref --stdin 24 24 git -C apprize.git push --mirror git@github.com:kou029w/apprize.git 25 + git -C apprize.git push --mirror git@tangled.org:did:plc:4bnnapinci6t3sivugecrax2 25 26 env: 26 27 GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}