Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion invoice-ninja/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version: "3.7"

services:
Expand All @@ -11,7 +11,7 @@
image: nginx:1.21-alpine@sha256:686aac2769fd6e7bab67663fd38750c135b72d993d0bb0a942ab02ef647fc9c3
init: true
restart: on-failure
volumes:

Check notice on line 14 in invoice-ninja/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Mounted file/directory "/invoice-ninja/data/fake/../storage" doesn't exist

The volume "${APP_DATA_DIR}/data/fake/../storage:/var/www/html/storage:ro" tries to mount the file/directory "/invoice-ninja/data/fake/../storage", but it is not present. This can lead to permission errors!
- ${APP_DATA_DIR}/config/nginx.conf:/etc/nginx/conf.d/nginx.conf:ro
- ${APP_DATA_DIR}/data/public:/var/www/html/public:ro
# We have to use "fake" here because otherwise /data/storage would be replaced with /home
Expand All @@ -21,9 +21,9 @@
- app

app:
image: invoiceninja/invoiceninja-debian:5.12.68@sha256:afde353ddbac80fd8e96a29139d574ecba7c97448c66fbe51f824f89a1cc445a
image: invoiceninja/invoiceninja-debian:5.12.69@sha256:c773808fd8fb355800983126e19da2c1ecd9eb0a9e7f500eb341204341a90102
restart: on-failure
volumes:

Check notice on line 26 in invoice-ninja/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Mounted file/directory "/invoice-ninja/data/fake/../storage" doesn't exist

The volume "${APP_DATA_DIR}/data/fake/../storage:/var/www/html/storage" tries to mount the file/directory "/invoice-ninja/data/fake/../storage", but it is not present. This can lead to permission errors!
- ${APP_DATA_DIR}/data/public:/var/www/html/public
# We have to use "fake" here because otherwise /data/storage would be replaced with /home
# See the line here: https://github.com/getumbrel/umbrel/blob/93a4b1801d1141252e73ff759a4ef52d038fff92/packages/umbreld/source/modules/apps/app.ts#L120
Expand Down
12 changes: 7 additions & 5 deletions invoice-ninja/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1.1
id: invoice-ninja
category: finance
name: Invoice Ninja
version: "5.12.68"
version: "5.12.69"
tagline: We'll help with the invoicing
description: >-
Invoicing, Quotes, Expenses, Tasks.
Expand All @@ -22,10 +22,12 @@ gallery:
path: ''
releaseNotes: >-
This update includes various improvements and bug fixes:
- Fixed VAT number validation
- Fixed preload.php for users on opcache
- Fixed PEPPOL attachment naming
- Updated translations
- Fixes for query performance
- Fixed PEPPOL GLN scheme IDs
- Fixed conflicts in self-hosted deployments
- Improved email layouts with forced light/dark mode support
- Fixed credits when deleted prior to payment deletion
- Updated composer dependencies and translations


Full release notes are available at https://github.com/invoiceninja/invoiceninja/releases
Expand Down