(READ ONLY) Margin is an open annotation layer for the internet. Powered by the AT Protocol. margin.at
extension web atproto comments
99
fork

Configure Feed

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

will this work~

+1 -1
+1 -1
.github/workflows/deploy.yml
··· 19 19 host: ${{ secrets.DOKKU_HOST }} 20 20 username: deploy 21 21 key: ${{ secrets.DEPLOY_KEY }} 22 - script: sudo dokku git:from-image margin ghcr.io/margin-at/margin:latest --force 22 + script: sudo docker pull ghcr.io/margin-at/margin:latest && sudo dokku git:from-image margin ghcr.io/margin-at/margin:latest --force