Generate and remove Wildduck mail aliases https://wildflock.k-space.ee/
Go to file
Sergo 56f5871d8e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
prevent deleting address from other domains
2023-07-30 01:44:41 +03:00
config add drone config 2023-07-29 22:12:35 +03:00
public quick and dirty fix for delete 2023-07-30 01:34:10 +03:00
src prevent deleting address from other domains 2023-07-30 01:44:41 +03:00
test add remove method for aliases 2023-07-30 00:50:42 +03:00
.dockerignore Update .dockerignore 2023-07-30 00:44:17 +03:00
.drone.yml add drone config 2023-07-29 22:12:35 +03:00
.gitignore first commit 2023-07-29 21:14:45 +03:00
.woodpecker.yml Change Docker registry 2023-07-29 23:37:11 +03:00
deployment.yaml adjust aliases and deployment 2023-07-29 23:06:08 +03:00
Dockerfile fix dockerfile 2023-07-30 00:15:24 +03:00
index.ts add remove method for aliases 2023-07-30 00:50:42 +03:00
logger.ts add remove method for aliases 2023-07-30 00:50:42 +03:00
package-lock.json first commit 2023-07-29 21:14:45 +03:00
package.json first commit 2023-07-29 21:14:45 +03:00
readme.md add drone config 2023-07-29 22:12:35 +03: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
validators.ts add remove method for aliases 2023-07-30 00:50:42 +03:00

walias

Manage email aliases for Wild Duck mail server

About

This project was build for K-Space Hackathon2023

Features

  • auth with oidc
  • headless only, no DB
  • develop/debug with skaffold on k8s cluster

TODO

  • remove TS-related hacks
  • add tests
  • make nicer UI
  • implement persistent sessions for multi-docker deployment (redis, db, etc)