From 2da6c89e35e7cd788e3ba18be9570ad99fe3239d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 22:21:07 +0200 Subject: [PATCH] chore(deps): update dullage/flatnotes docker tag to v5 (#3617) * chore(deps): update dullage/flatnotes docker tag to v5 * Update app version [ready] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tipi CI --- apps/flatnotes/config.json | 13 ++++--------- apps/flatnotes/docker-compose.yml | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/apps/flatnotes/config.json b/apps/flatnotes/config.json index b30d1ba3..ff95f809 100644 --- a/apps/flatnotes/config.json +++ b/apps/flatnotes/config.json @@ -5,11 +5,9 @@ "exposable": true, "id": "flatnotes", "port": 8137, - "tipi_version": 22, - "version": "4.0.5", - "categories": [ - "utilities" - ], + "tipi_version": 23, + "version": "5.0.0", + "categories": ["utilities"], "description": "A self-hosted, database-less note taking web app that utilises a flat folder of markdown files for storage.", "short_desc": "A self-hosted, database-less note taking web app", "author": "Dullage", @@ -51,8 +49,5 @@ "env_variable": "FLATNOTES_TOTP_KEY" } ], - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/flatnotes/docker-compose.yml b/apps/flatnotes/docker-compose.yml index d19be4f8..37e80687 100644 --- a/apps/flatnotes/docker-compose.yml +++ b/apps/flatnotes/docker-compose.yml @@ -3,7 +3,7 @@ version: "3" services: flatnotes: container_name: flatnotes - image: dullage/flatnotes:v4.0.5 + image: dullage/flatnotes:v5.0.0 environment: FLATNOTES_AUTH_TYPE: ${FLATNOTES_AUTH_TYPE} FLATNOTES_USERNAME: ${FLATNOTES_USERNAME}