A small Disqus alternative based on AT Proto (WIP)
0
fork

Configure Feed

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

Add a bit of CI

Bigaston 0f0c7467 ee8628af

+25
+25
.woodpecker/build.yml
··· 1 + when: 2 + - event: push 3 + branch: main 4 + 5 + steps: 6 + - name: build 7 + image: node:23-alpine 8 + commands: 9 + - npm install 10 + - npm run build 11 + - name: Publish Bunny 12 + image: ghcr.io/bigaston/bunnyci 13 + settings: 14 + path: ./dist 15 + bunny_storage_zone: 16 + from_secret: "BUNNY_STORAGE_ZONE" 17 + bunny_storage_key: 18 + from_secret: "BUNNY_STORAGE_KEY" 19 + bunny_path: "" 20 + bunny_clean_storage: "true" 21 + bunny_clear_cache: "true" 22 + bunny_pull_zone: 23 + from_secret: "BUNNY_PULL_ZONE" 24 + bunny_pull_zone_key: 25 + from_secret: "BUNNY_PULL_ZONE_TOKEN"