summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthieu Borgognon <[email protected]>2022-11-06 18:22:21 +0100
committerGitHub <[email protected]>2022-11-06 09:22:21 -0800
commit5006081dc44e3c610c27f739c55525eb942ac2cf (patch)
treea42e07e9db105c56210865f6b13b8a860ea747dd
parent25bec414768ffdba589ee58a49ba008b35caefc0 (diff)
downloadcaprover-one-click-apps-5006081dc44e3c610c27f739c55525eb942ac2cf.tar.gz
caprover-one-click-apps-5006081dc44e3c610c27f739c55525eb942ac2cf.zip
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 <[email protected]>
-rw-r--r--public/v4/apps/invoiceninja.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/v4/apps/invoiceninja.yml b/public/v4/apps/invoiceninja.yml
index 131c167..4384518 100644
--- a/public/v4/apps/invoiceninja.yml
+++ b/public/v4/apps/invoiceninja.yml
@@ -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: