Daniel Hiller
Daniel Hiller
can you test the connection the db host using the cli? `psql -d "dbname=postgres sslmode=require" -h psql.example.com -U postgres` you need to install the psql client first `apt install postgresql-client`
okay give me a bit time, i will install postgresql with ssl to test
It depends on what your Mail provider offers Most of them using 465 and 587 for TLS and 25 for non encrypted connections. The mail feature was added in [v1.16.0](https://github.com/plankanban/planka/releases/tag/v1.16.0)
Hi, i have tested the manuel installation on Windows, everything is working just fine Login with the demo credentials is also working Please recheck all your steps Here's what i...
Hi, @meltyshev and I have testet the installation again. Now we used nodejs 20 and Postgres 16 Same result everything is working
Hi Marvin, are you opening Planka on the Pi itself, or from a remote Computer? If you want to access Planka from a remote Computer, you have to put the...
Fixed with 81d6c43cd9f126ff9ee4f9acfe8753f2cfe2348b Building the Container is now working on Windows too
Hi, it seems you forgot to change the BaseURL in the docker-compose or .env file The BaseURL must match the domain, you want to use including http:// or https://
Getting rid of the BaseUrl, is planned, but has no priority for now
Hi, I have tested the installation guide on debian 11 Everything is working just fine ``` cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/"...