BYOK Personal Data Server (PDS) written in Go
ipfs vow atproto pds go
0
fork

Configure Feed

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

build: publish image to atcr.io

+8 -2
+6 -2
Makefile
··· 55 55 56 56 .PHONY: lint-install 57 57 lint-install: ## Install golangci-lint 58 - go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest 58 + go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest 59 59 60 60 .PHONY: fmt 61 61 fmt: ## Format code ··· 67 67 68 68 .PHONY: docker-build 69 69 docker-build: ## Build the Docker image 70 - docker build -t vow . 70 + docker build -t vow:latest -t atcr.io/julien.rbrt.fr/vow:latest . 71 + 72 + .PHONY: docker-push 73 + docker-push: ## Push the Docker image to the registry 74 + docker push atcr.io/julien.rbrt.fr/vow:latest
+2
readme.md
··· 12 12 > Experiment with Vow using the following `LFPJ3REG-BFICVMGE` invite code on the test server [vowpds.srv.rbrt.fr](https://vowpds.srv.rbrt.fr). 13 13 > The PDS accounts are cleared regularly. 14 14 15 + [![Container Image](https://img.shields.io/badge/image-atcr.io%2Fjulien.rbrt.fr%2Fvow-blue)](https://atcr.io/r/julien.rbrt.fr/vow) 16 + 15 17 ### Prerequisites 16 18 17 19 - Docker and Docker Compose installed