Fork of github.com/did-method-plc/did-method-plc
1
fork

Configure Feed

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

Merge branch 'main' into bnewbold/doc-iteration

+7 -7
+1 -1
.github/workflows/build-and-push-aws.yaml
··· 8 8 9 9 jobs: 10 10 plc-container-aws: 11 - if: github.repository == 'bluesky-social/did-method-plc' 11 + if: github.repository == 'did-method-plc/did-method-plc' 12 12 runs-on: ubuntu-latest 13 13 permissions: 14 14 contents: read
+1 -1
.github/workflows/build-and-push-ghcr.yaml
··· 9 9 10 10 jobs: 11 11 plc-container-ghcr: 12 - if: github.repository == 'bluesky-social/did-method-plc' 12 + if: github.repository == 'did-method-plc/did-method-plc' 13 13 runs-on: ubuntu-latest 14 14 permissions: 15 15 contents: read
+2 -2
go-didplc/go.mod
··· 1 - module github.com/bluesky-social/did-method-plc/webplc 1 + module github.com/did-method-plc/did-method-plc/webplc 2 2 3 3 go 1.20 4 4 ··· 8 8 github.com/joho/godotenv v1.5.1 9 9 github.com/klauspost/compress v1.16.7 10 10 github.com/labstack/echo/v4 v4.11.1 11 + github.com/russross/blackfriday/v2 v2.1.0 11 12 github.com/urfave/cli/v2 v2.25.7 12 13 ) 13 14 ··· 20 21 github.com/mattn/go-colorable v0.1.13 // indirect 21 22 github.com/mattn/go-isatty v0.0.19 // indirect 22 23 github.com/opentracing/opentracing-go v1.2.0 // indirect 23 - github.com/russross/blackfriday/v2 v2.1.0 // indirect 24 24 github.com/valyala/bytebufferpool v1.0.0 // indirect 25 25 github.com/valyala/fasttemplate v1.2.2 // indirect 26 26 github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
+1 -1
package.json
··· 1 1 { 2 2 "name": "did-method-plc", 3 3 "version": "0.0.1", 4 - "repository": "git@github.com:bluesky-social/did-method-plc.git", 4 + "repository": "git@github.com:did-method-plc/did-method-plc.git", 5 5 "author": "Bluesky PBC <hello@blueskyweb.xyz>", 6 6 "license": "MIT", 7 7 "private": true,
+1 -1
packages/server/Dockerfile
··· 34 34 USER node 35 35 CMD ["node", "--enable-source-maps", "index.js"] 36 36 37 - LABEL org.opencontainers.image.source=https://github.com/bluesky-social/did-method-plc 37 + LABEL org.opencontainers.image.source=https://github.com/did-method-plc/did-method-plc 38 38 LABEL org.opencontainers.image.description="DID PLC server" 39 39 LABEL org.opencontainers.image.licenses=MIT
+1 -1
packages/server/package.json
··· 11 11 "homepage": "https://web.plc.directory", 12 12 "repository": { 13 13 "type": "git", 14 - "url": "https://github.com/bluesky-social/did-method-plc", 14 + "url": "https://github.com/did-method-plc/did-method-plc", 15 15 "directory": "packages/server" 16 16 }, 17 17 "main": "dist/index.js",