Update nginx invoiceninja (#784)

* Update Ghost to v5 breaking changes

* Fix formatting issue

* Upgrade keycloak to v18+ and switch to official repos breaking changes

* Made data persistent trough postgres

* Fix formatting

* Update outline to v0.64+ & add OIDC connector & add SMTP config & document OSS alternatives

* Sync nginx conf file with selected version + remove server mention in app name

Co-authored-by: Matthieu Borgognon <matthieu.borgognon@advance-ticket.ch>
This commit is contained in:
Matthieu Borgognon 2022-11-06 18:22:21 +01:00 committed by GitHub
parent 25bec41476
commit 5006081dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ caproverOneClickApp:
variables:
- id: $$cap_invoiceninja_VERSION
label: Invoice Ninja Version
defaultValue: '5'
defaultValue: '5.5.37'
description: It's a good idea to check for breaking changes between versions
validRegex: /^([^\s^\/])+$/
@ -117,7 +117,7 @@ services:
caproverExtra:
notExposeAsWebApp: true
$$cap_appname-server:
$$cap_appname:
restart: always
depends_on:
- $$cap_appname-app
@ -129,7 +129,7 @@ services:
# Workaround for hard-coded container name in nginx config
dockerfileLines:
- FROM nginx:1.21
- ADD https://raw.githubusercontent.com/invoiceninja/dockerfiles/5.3.34/config/nginx/in-vhost.conf /etc/nginx/templates/in-vhost.conf.template
- ADD https://raw.githubusercontent.com/invoiceninja/dockerfiles/$$cap_invoiceninja_VERSION/config/nginx/in-vhost.conf /etc/nginx/templates/in-vhost.conf.template
- RUN sed -i 's/app:9000/${APP_CONTAINER}/g' /etc/nginx/templates/in-vhost.conf.template
$$cap_appname-db-backup: