Skip to content
Closed
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
4 changes: 2 additions & 2 deletions invio/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:

app_proxy:
Expand All @@ -7,7 +7,7 @@
PROXY_AUTH_ADD: "false"

backend:
image: ghcr.io/kittendevv/invio-backend:v1.11.1@sha256:639dfe7926ea4ae48a058a2a01d62c1ad1c9b173a4eaee9931e09ba910f719cc
image: ghcr.io/kittendevv/invio-backend:v1.13.0@sha256:ecd78837f7f50795f0dd9f2bb427a161f9c4b583f8ea62ad5274c5ce7fe6a2b9
environment:
ADMIN_USER: "admin"
ADMIN_PASS: ${APP_PASSWORD}
Expand All @@ -21,7 +21,7 @@
restart: on-failure

frontend:
image: ghcr.io/kittendevv/invio-frontend:v1.11.1@sha256:8692569f9742add5fa33f0d7a7c993d637c2ae0242d1e9878ea434d9e9187b46
image: ghcr.io/kittendevv/invio-frontend:v1.13.0@sha256:0dba40aa7865ae31f1dc103761bfbf79da246461dec408a100f297f6e2bac4a8
environment:
PORT: 8000
BACKEND_URL: http://invio_backend_1:3000
Expand Down
4 changes: 2 additions & 2 deletions invio/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: invio
category: finance
name: Invio
version: "1.11.1"
version: "1.13.0"
tagline: Invio is a self-hosted invoicing app without the bloat
description: >-
Invio is a self-hosted invoicing without the bloat. A fast, minimalist, and
Expand All @@ -14,7 +14,7 @@ description: >-
secure, password-free links with clients. Lightweight by design, no CRM
overhead and no SaaS lock-in.
releaseNotes: >-
This release includes various bug fixes.
This release adds the ability to upload templates as a .zip folder instead of providing a hosted link, and fixes bugs with localization.


Full release notes can be found at https://github.com/kittendevv/Invio/releases
Expand Down