# [auth.rxbn.de](https://auth.rxbn.de) - Single sign-on GUI # start server ## normal start ```sh $ DB_URL=mongodb://user:pass@ip:port/db node app.js ``` ## debug start (with debug output/logs) ```sh $ DB_URL=mongodb://user:pass@ip:port/db NODE_ENV=debug node app.js ``` # TODO | title | description | | | ----- | ----------- | - | | database models | | modules |