- 1 Post
- 2 Comments
Joined 2 years ago
Cake day: July 10th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
IanTwenty@lemmy.worldto Selfhosted@lemmy.world•Looking for a DMARC processor that alerts me for failuresEnglish3·2 months agoI have not yet had a chance to try it but there’s this:
https://domainaware.github.io/parsedmarc/
Currently I use my own Python script to do some basic reporting but would rather pool effort.
An example site that takes user submissions and is not a wiki:
https://nerdydaytrips.org/
https://github.com/nerdydaytrips/website
Users submit a form that is turned into a github PR, hosted with cloudflare worker. Site itself is completely static, made with hugo. The data about each map pin is simply key/value in the frontmatter of a markdown file:
https://github.com/NerdyDayTrips/website/blob/main/content/daytrip/eu/gb/1066-battle-of-hastings.md
Simple but effective and can be styled however you need (hugo has themes). Moderation can scale by adding more contributors who can merge PRs.