Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    want to connect Redash with my Directus app. both these apps are hosted on same cloudron instance

    Discuss
    3
    5
    152
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Jeyakumarrathnaselvi
      Jeyakumarrathnaselvi last edited by

      want to connect Redash with my Directus app. both these apps are hosted on same cloudron instance

      how to connect redash with directus by getting directus DB host,port, username password etc

      from terminal we access like this but i can't enter this information in REDASH. pls note both directus and redash running same cloudron instance on digital ocean

      PGPASSWORD=${CLOUDRON_POSTGRESQL_PASSWORD} psql -h ${CLOUDRON_POSTGRESQL_HOST} -p ${CLOUDRON_POSTGRESQL_PORT} -U ${CLOUDRON_POSTGRESQL_USERNAME} -d ${CLOUDRON_POSTGRESQL_DATABASE} ^C

      1 Reply Last reply Reply Quote 0
      • robi
        robi last edited by

        Have you searched the forum?

        I found this.

        Life of Advanced Technology

        Jeyakumarrathnaselvi 1 Reply Last reply Reply Quote 0
        • Jeyakumarrathnaselvi
          Jeyakumarrathnaselvi @robi last edited by Jeyakumarrathnaselvi

          @robi Yes but i didn't find the answer how to get the Directus postgres connection details? so i can update in redash.

          can you guide how to directus postgres DB host,port, username password etc?

          M 1 Reply Last reply Reply Quote 0
          • M
            msbt App Dev @Jeyakumarrathnaselvi last edited by

            @Jeyakumarrathnaselvi jump on the terminal of the Directus app and run env | grep POST, this should give you the credentials you need.

            Jeyakumarrathnaselvi 1 Reply Last reply Reply Quote 0
            • Jeyakumarrathnaselvi
              Jeyakumarrathnaselvi @msbt last edited by

              @msbt Thanks a lot. you helped me at a right and saved lot of time

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Powered by NodeBB