Redash App¶
About¶
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
- Questions? Ask in the Cloudron Forum - Redash
- Redash Website
- Redash forum
- Redash issue tracker
SSH tunnel¶
If your data source cannot be reached over the internet, you can setup a SSH tunnel. stunnel is another way to setup a TCP tunnel.
Custom config¶
Custom configuration can be added by editing /app/data/env.sh
using the File Manager.
Be sure to restart the app after making any changes.
Admin access¶
The app is pre-setup with a admin account. To give admin access to other
users, login as admin and add users to the admin
group.
Alternately, use the Web terminal and run the following command:
/app/code/redash/manage.py users grant_admin <email>
Login form¶
By default, the app allows user's to login via Cloudron LDAP
and via
email. Once you have made one or more Cloudron user's as Redash admins,
the email login can be disabled. For this, use the File manager
and add/edit a file /app/data/env.sh
and add the following line:
export REDASH_PASSWORD_LOGIN_ENABLED=false
Restart the app for changes to take effect.