invoiceninja / dockerfiles

Docker files for Invoice Ninja
https://hub.docker.com/r/invoiceninja/invoiceninja
GNU General Public License v2.0
399 stars 263 forks source link

Some problems with configuration [HTTPS and DEFAULT COMPANY] #475

Closed solairen closed 1 year ago

solairen commented 1 year ago

Hi,

I have two problems with configuring invoice-ninja.

First, I've tried to configure HTTPS but it does not work. In docker-compose.yml I have uncommented port 443 and CADDY, in env, I have changed APP_URL from HTTP to HTTPS and set REQUIRE_HTTPS to true and it does not work. When I changed REQUIRE_HTTPS to false and ran docker-compose.yml again it worked only on HTTP.

Second, is there any option to set or not set a company when the app starts? When I run the app it set DEFAULT COMPANY and there are a few options to set e.g missing English language and currency. To fix that I need to remove the DEFAULT COMPANY and then create a new one to fix the problem by running http://<IP>/setup.

Best regards :)

solairen commented 1 year ago

Configuration error.