a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

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

mirror to a tangled repo

Niko 5595362b 3e0898f6

+14
+14
.github/workflows/tangle.yml
··· 1 + name: Tangle 2 + 3 + on: 4 + push: {} 5 + workflow_dispatch: {} 6 + 7 + jobs: 8 + tangle: 9 + runs-on: ubuntu-latest 10 + steps: 11 + - uses: gwennlbh/to-tangled@v0.3 12 + with: 13 + repo: gayfamicom.lol/iceshrimp.net 14 + ssh-key: ${{ secrets.TANGLED_KEY }}