Coder Social home page Coder Social logo

louis-lau / duckypanel Goto Github PK

View Code? Open in Web Editor NEW
44.0 44.0 16.0 2.2 MB

Modern email control panel for WildDuck

License: GNU General Public License v3.0

JavaScript 1.97% TypeScript 66.87% HTML 27.56% SCSS 3.60%
control-panel duckypanel email forwarding management typescript wildduck

duckypanel's People

Contributors

louis-lau avatar snyk-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

duckypanel's Issues

Unable to build the angular files

Running the build command gives me this error:

An unhandled exception occurred: Cannot find module '@angular-devkit/build-angular/package.json'
Require stack:
- /usr/local/lib/node_modules/@angular/cli/node_modules/@angular-devkit/architect/node/node-modules-architect-host.js
- /usr/local/lib/node_modules/@angular/cli/node_modules/@angular-devkit/architect/node/index.js
- /usr/local/lib/node_modules/@angular/cli/models/architect-command.js
- /usr/local/lib/node_modules/@angular/cli/commands/build-impl.js
- /usr/local/lib/node_modules/@angular/cli/node_modules/@angular-devkit/schematics/tools/export-ref.js
- /usr/local/lib/node_modules/@angular/cli/node_modules/@angular-devkit/schematics/tools/index.js
- /usr/local/lib/node_modules/@angular/cli/utilities/json-schema.js
- /usr/local/lib/node_modules/@angular/cli/models/command-runner.js
- /usr/local/lib/node_modules/@angular/cli/lib/cli/index.js
- /usr/local/lib/node_modules/@angular/cli/lib/init.js
- /usr/local/lib/node_modules/@angular/cli/bin/ng
See "/tmp/ng-TfZb6i/angular-errors.log" for further details.

Integrate DuckyAPI and DuckPanel into one

Hello @louis-lau

Thanks again for great apps and support.

Would it possible to unify both DuckyAPI and DuckyPanel into one tool, and this tool can detect Wildduck mail server and auto config it? of course if the Wildduck is used standard install by automation install script.

I am sure this will make more easy and useful.

and thanks a lot.

proxying to location different than "/"

Hi,

I want to proxy ducky panel using the nginx installed by the wildduck install script
If I use location '/' it works OK
but evidently I cannot use that since I need '/' for wildduck
when I tried to use location '/dpanel' I always get 404 for Ducky Panel files
here is the configuration

location /dpanel {
        proxy_http_version 1.1;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header HOST $http_host;
        proxy_set_header X-NginX-Proxy true;
        proxy_pass http://127.0.0.1:3001;
        proxy_redirect off;
    }

I've tried with proxy_redirect / /dpanel/; but it did not change anything.
I'm used to Apache's ProxyPass / ProxyPassReverse so maybe I'm missing something with Nginx

Anyway I'm not getting to you for help with nginx
I wanted to ask you if there's a parameter telling Ducky Panel to change it's base URL.
So if I set it to "/dpanel/" the generated base href would be "/dpanel/" instead of "/"
I don't mind if I have to rebuild the app (not familiar with Angular but I know you can do that in Nuxt...)

How to configure?

Hy!
Im trying to get it running but the app is trying to connect to localhost:3000
The server im connecting is in another machine, not localhost
It should instead try to connect to //${location.hostname}:3000 i think...
How can i configure it?
PS: I have a DuckyApi instance running on port 3000 already.
Thanks!

Configure Catch All and Forward

Hello,

Is that possible to enable Catch All messages for special account or a domain?
And forward sending or receiving to special email address?

Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.