Giter Site home page Giter Site logo

kiwikern / qmailo-frontend Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 3.98 MB

Organizer for mail aliases with .qmail files. Frontend for github.com/kiwikern/QMailO

TypeScript 81.77% JavaScript 3.00% HTML 13.12% CSS 2.11%
qmail frontend angular uberspace mail mailing mailserver email e-mail mail-aliases

qmailo-frontend's Introduction

QmailoFrontend

QMailO helps you organize your .qmail files. For it to work, you need to set up the QMailO Server as well. This web app was designed with Uberspace in mind. The app is available in English and German.

Setup

  • Set up your QMailO Server.
  • Download the latest release and unzip the language version of your choice to the folder served by your web server.
  • Forward all requests to api/* to your QMailO server, e. g. localhost:30000, anything else to index.html.
    • There is a .htaccess included with a sample configuration. If you don't want to use it, you can just delete it.

Uberspace

  • If you're using Uberspace, you can easily create a subdomain for your QMailO Frontend.
  • Just create a folder with your subdomain name in /var/www/virtual/$USER/ and unzip the language version of your choice of the latest release into it.
    • Example: mkdir /var/www/virtual/$USER/qmailo.kimkern.de
  • Include your new subdomain in your LetsEncrypt certificate.
  • If your QMailO server is running under a different port than 30000, edit the included .htaccess file:
    • RewriteRule ^api/(.*) http://localhost:30000/$1 [P]

Development

  • Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
  • Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.
  • For further information about the Angular CLI, run npm run ng -- --help.

qmailo-frontend's People

Contributors

angular-cli avatar kiwikern avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

qmailo-frontend's Issues

Error for /api/login

I've installed QMailO and QMailO-Frontend on uberspace 7.
Unfortunately I get an error after login:
XHR POST https://name.uber.space/api/login
<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>503 Service Unavailable</title>\n</head><body>\n<h1>Service Unavailable</h1>\n<p>The server is temporarily unable to service your\nrequest due to maintenance downtime or capacity\nproblems. Please try again later.</p>\n</body></html>\n
I use the standard port 30000, but I can't start a supervisord service at uberspace.

Do you have an idea?

Redirect from login

When you access the login route directly but you've been logged in elsewhere, redirect to the files list.

Edit Readme

  • add how to install
  • note to .htaccess, adjust port setting
  • development notes, how to run build...

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.