Content
You are here:
Where is the WWW-directory location for openproject
Added by Deleted user over 3 years ago
Can't find it on /var/www/html ...
There is only the standard index.html file - nothing else.
So: Where are the script files to OpenProject in their www folder?
Reason: I need the postgres connection parameters to log in via an SSH tunnel with HeidiSQL (https://www.heidisql.com/) So there can i get the DB login data??
Thx for your feedbacks... :-)
Replies (4)
OpenProject doesn't have any scripts like that in a public folder like with (f)cgi.
There is (OpenProject root dir)/public for some static files that get served, but it's probably not what you're looking for.
In a packaged installation, connect to the database URL with (assumes you have a matching version of postgresql-client installed)
In a docker installation, you should also have an env
$DATABASE_URL
that you can connect to, or connect to the container directly.Best
Oliver
OK thx.
But: So it is not possible to access postgres via SSH tunnel with HeidiSQL..?
I don't like that console DB / SQL tools...
i've installed OpenProject via APT - not with docker. So where is the location in that case?