You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
forest ab1d159fd8 log the allowed domains on startup 3 years ago
.github/workflows Building with Go 1.16.x 3 years ago
cmd/webmentiond log the allowed domains on startup 3 years ago
docs correctly set up and document verbose logging by default 3 years ago
frontend Bump path-parse from 1.0.6 to 1.0.7 in /frontend 3 years ago
pkg log which domain was not allowed! 3 years ago
.dockerignore Added Dockerfile 4 years ago
.gitignore Add mkdocs configuration 3 years ago
.goreleaser.yml GHA: Fix typo 4 years ago
CHANGELOG.md docs: Add changelog 3 years ago
Dockerfile chore: Update to Go 1.16 3 years ago
LICENSE Add implementation of a Webmention parser 5 years ago
Makefile prevent JWT secret showing in process list 3 years ago
README.md Add mkdocs configuration 3 years ago
envrc-dist prevent JWT secret showing in process list 3 years ago
go.mod feat: Add about page to frontend 3 years ago
go.sum feat: Add about page to frontend 3 years ago
mkdocs.yml ci: Attempt at autodeploying docs 3 years ago

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.