(attempted) pleroma clone for bluesky pl.hexmani.ac
bluesky pleroma social-media
2

Configure Feed

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

bluroma / .tangled / build.yaml
331 B 23 lines
1when: 2 - event: [ "push", "pull_request" ] 3 branch: [ "main" ] 4 - event: [ "manual" ] 5 6engine: "nixery" 7 8dependencies: 9 nixpkgs: 10 - bun 11 - nodejs 12 13steps: 14 - name: "Install dependencies" 15 command: "bun install" 16 17 - name: "Build app" 18 command: "bun run build" 19 20clone: 21 skip: false 22 depth: 50 23 submodules: true