Skip to content

linagora/twake-mail-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

259 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twake Mail Admin

Welcome to Twake Mail Administration (version 0.0.0)

This project is a simple frontend for Twake Mail system operators. It enables quick and timely verification of running systems and if need be ease remediations. Hopefully, with this tool, regular operators will no longer need to cope with WebAmin REST interface via CLI.

This document summarizes feature included in Twake Mail admin interface MVP.

Healthchecks landing page

Non goals: This project is not meant for doing:

  • functional administration. Use LinID instead.
  • presenting log and metrics. Use Loki/Prometheus/Grafana instead.

Run it!

Prerequisite

  • Install NVM for managing local node versions.
  • Install bun for compiling.

Environment Variables

Before running the project, create a .env file based on .env.example:

cp .env.example .env

Then, update the values as needed.

Variable Description Default Value
VITE_API_BASE_URL The base URL for the admin API. http://localhost:8000
VITE_PAGE_LIMIT Defines the number of items per page in pagination. 20

Commands

Then use node version 18:

nvm install 18
nvm use 18

Rename .env.sample into .env and edit the file accordingly to your Twake Mail environment.

Install other project dependencies:

bun install

Then run the dev version of the project:

bun run dev

Run with Docker Compose

Alternatively, you can run the project using Docker Compose.

  1. Ensure you have Docker and Docker Compose installed.

  2. Run the following command to start the service:

    docker compose up --build

    This will build and start the application in a container.

  3. To stop the containers, use:

    docker compose down
  4. If you want to run the service in detached mode:

    docker compose up -d

Dependencies

This project is built with Vite!

About

Global and per-domain administration frontend for Twake Mail and Twake Calendar

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages