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.
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 port443
andCADDY
, in env, I have changedAPP_URL
fromHTTP
to HTTPS and setREQUIRE_HTTPS
totrue
and it does not work. When I changedREQUIRE_HTTPS
tofalse
and randocker-compose.yml
again it worked only onHTTP
.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 theDEFAULT COMPANY
and then create a new one to fix the problem by runninghttp://<IP>/setup
.Best regards :)