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 <ci@runtipi.io>
This commit is contained in:
parent
a1fbd5cc4c
commit
2da6c89e35
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue
Block a user