Go to file
forest ab1d159fd8 log the allowed domains on startup 2021-09-09 17:05:15 -05:00
.github/workflows Building with Go 1.16.x 2021-02-18 21:11:05 +01:00
cmd/webmentiond log the allowed domains on startup 2021-09-09 17:05:15 -05:00
docs correctly set up and document verbose logging by default 2021-09-09 17:04:05 -05:00
frontend Bump path-parse from 1.0.6 to 1.0.7 in /frontend 2021-08-11 23:14:56 +00:00
pkg log which domain was not allowed! 2021-09-09 16:52:46 -05:00
.dockerignore Added Dockerfile 2020-01-06 16:32:38 +01:00
.gitignore Add mkdocs configuration 2020-10-28 17:15:05 +01:00
.goreleaser.yml GHA: Fix typo 2020-06-17 08:46:35 +02:00
CHANGELOG.md docs: Add changelog 2021-04-04 19:04:25 +02:00
Dockerfile chore: Update to Go 1.16 2021-02-18 21:01:15 +01:00
LICENSE Add implementation of a Webmention parser 2019-10-20 12:58:06 +02:00
Makefile prevent JWT secret showing in process list 2021-09-09 14:05:03 -05:00
README.md Add mkdocs configuration 2020-10-28 17:15:05 +01:00
envrc-dist prevent JWT secret showing in process list 2021-09-09 14:05:03 -05:00
go.mod feat: Add about page to frontend 2021-04-02 13:40:38 +02:00
go.sum feat: Add about page to frontend 2021-04-02 13:40:38 +02:00
mkdocs.yml ci: Attempt at autodeploying docs 2020-10-28 20:14:33 +01:00

README.md

webmentiond: A simple webmention server

This repository contains the source code for the Webmention backend used at https://zerokspot.com. It comes with the following features:

  • A server for receiving mentions and storing them in a SQLite database
  • A simple UI for managing incoming mentions, approving and rejecting them

A public Docker image built automatically from the master branch of this repository is available on https://hub.docker.com/r/zerok/webmentiond.

You can find a detailed getting started guide and lots of additional documentation inside the docs/ folder!

Need help? Please ask on r/webmentiond or in our GitHub issues.