Skip to content

314e/wildduck-ui

Repository files navigation

WildDuck UI logo

Administrative UI for WildDuck IMAP server

Setup

git clone https://github.com/softwareartistry/wildduck-ui.git

cd wildduck-ui
npm install --legacy-peer-deps
npm run dev

* Note Currently project supports node version below or v14.16.0

Dev Server

npm run dev

http://localhost:3000/

Pre-requisite

  • Need IMAP Server endpoint to make API calls

  • Access Token

    • You can find accessToken that is setup in your server, which locates in /opt/wildduck/config/api.toml
    • If accessToken is commentend please uncomment and set secure accessToken, example
    # If set requires all API calls to have accessToken query argument with that value
    
    #accessToken="somesecretvalue"
    
    accessToken="somesecretvalue"

Tech Stack

wildduck-ui

   git add [files]
   git commit -m 'your commit message'
   git push <branch_name>

Contributions

Project is open to contributions, but I recommend creating an issue or replying in a comment to let me know what you are working on first that way we don't overwrite each other.

Please read CONTRIBUTING.md for details on this project.

Code of Conduct

Please read CODE_OF_CONDUCT.md for details on our code of conduct.

About

Administrative UI for WildDuck IMAP server

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages