wildflock/readme.md

20 lines
897 B
Markdown
Raw Permalink Normal View History

# Wildflock
2023-07-29 18:10:00 +00:00
Headless service for managing address aliases in [Wild Duck](https://wildduck.email/) mail server.
2023-07-29 18:10:00 +00:00
## About
2024-02-24 15:24:19 +00:00
This project was built for [K-Space Hackathon 2023](https://wiki.k-space.ee/en/hackathon/2023) and is supposed to live in K-Space infrastructure; however, it can be seamlessly deployed elsewhere.
The main motivation behind the development of this headless web UI was to provide users with a convenient tool for creating and deleting email aliases in the Wild Duck mail server.
2023-07-29 18:10:00 +00:00
2024-02-24 15:24:19 +00:00
The Wild Duck server has a nice and functional [API](https://docs.wildduck.email/api/), but only offers an admin API token, limiting regular users' ability to manage their own email aliases.
2023-08-06 06:34:26 +00:00
User authentication is implemented via OIDC.
2023-07-29 18:10:00 +00:00
2024-02-24 15:24:19 +00:00
No persistent storage, Redis is used for keeping express sessions.
2024-02-24 15:24:19 +00:00
Deployed on Kubernetes, developed with Skaffold.
![Screenshot](./public/screenshot.png)
2023-08-06 06:34:26 +00:00