Generate and remove Wildduck mail aliases https://wildflock.k-space.ee/
Go to file
Lauri Võsandi a309e82a97
ci/woodpecker/push/woodpecker Pipeline was successful Details
Change Docker registry
2023-07-29 23:37:11 +03:00
config add drone config 2023-07-29 22:12:35 +03:00
public display aliases as table 2023-07-29 22:03:19 +03:00
src adjust aliases and deployment 2023-07-29 23:06:08 +03:00
test first commit 2023-07-29 21:14:45 +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
Dockerfile first commit 2023-07-29 21:14:45 +03:00
deployment.yaml adjust aliases and deployment 2023-07-29 23:06:08 +03:00
index.ts first commit 2023-07-29 21:14:45 +03:00
logger.ts first commit 2023-07-29 21:14:45 +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 first commit 2023-07-29 21:14:45 +03:00

readme.md

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)