Generate and remove Wildduck mail aliases https://wildflock.k-space.ee/
Go to file
2024-08-20 12:50:14 +03:00
.husky add husky hook for linting staged files 2023-08-06 09:11:18 +03:00
.woodpecker@4dc067cec0 Move CI to Git submodule 2024-08-20 12:50:14 +03:00
config Update config/prod.js 2024-07-27 20:50:05 +00:00
public update readme, logger logs in json format 2024-02-24 17:21:32 +02:00
src Revert "fix(oidc): temporarily disable pkce" 2024-03-26 15:27:58 +02:00
test add prettier 2023-08-06 09:21:17 +03:00
.dockerignore add redis dependency 2023-08-12 12:44:40 +03:00
.gitignore first commit 2023-07-29 21:14:45 +03:00
.gitmodules Move CI to Git submodule 2024-08-20 12:50:14 +03:00
.prettierrc.json add prettier 2023-08-06 09:21:17 +03:00
deployment.yaml minor fixes 2023-08-13 18:46:56 +03:00
Dockerfile Use mirror.gcr.io for prod Docker stage as well 2024-08-15 23:00:19 +03:00
index.ts add prettier 2023-08-06 09:21:17 +03:00
logger.ts add prettier 2023-08-06 09:21:17 +03:00
package-lock.json chore(cve): update packages 2024-08-11 12:17:03 +03:00
package.json fix(oidc): update oidc client 2024-03-26 14:00:30 +02:00
readme.md update readme 2024-02-24 17:24:19 +02:00
skaffold.yaml first commit 2023-07-29 21:14:45 +03:00
tsconfig.json first commit 2023-07-29 21:14:45 +03:00

Wildflock

Headless service for managing address aliases in Wild Duck mail server.

About

This project was built for K-Space 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.

The Wild Duck server has a nice and functional API, but only offers an admin API token, limiting regular users' ability to manage their own email aliases.

User authentication is implemented via OIDC.

No persistent storage, Redis is used for keeping express sessions.

Deployed on Kubernetes, developed with Skaffold.

Screenshot