A standalone indieauth server.
Find a file
Dan Anglin 7d0336d3db
All checks were successful
CI / Tests (pull_request) Successful in 14s
CI / Style (pull_request) Successful in 9s
feat: add metadata endpoint
Add the metadata endpoint so that clients can get the server's
authorization and token endpoints.

Changes:

- Add a config object to allow administrators to configure the binding
  address, binding port and domain name.
- Add a target in the magefiles and a step in the CI workflow to run
  go vet.
- Add the Dockerfile.
- Replace the --address flag with the --config flag.
- Add the metadata endpoint to the router to return a JSON document
  containing the URLs to the metadata and token endpoints.
2024-10-15 18:22:55 +01:00
.forgejo/workflows feat: add metadata endpoint 2024-10-15 18:22:55 +01:00
__build Initial commit 2024-10-12 18:43:48 +01:00
cmd/indieauth-server feat: project setup 2024-10-13 15:36:54 +01:00
internal feat: add metadata endpoint 2024-10-15 18:22:55 +01:00
magefiles feat: add metadata endpoint 2024-10-15 18:22:55 +01:00
.dockerignore feat: add metadata endpoint 2024-10-15 18:22:55 +01:00
.gitignore feat: add metadata endpoint 2024-10-15 18:22:55 +01:00
.golangci.yaml feat: project setup 2024-10-13 15:36:54 +01:00
Dockerfile feat: add metadata endpoint 2024-10-15 18:22:55 +01:00
go.mod feat: project setup 2024-10-13 15:36:54 +01:00