Update enclosed v1.14.0 (#2166)

This commit is contained in:
Alexander L. 2025-02-10 02:15:34 +01:00 committed by GitHub
parent 6181bf6658
commit 54fb35b37e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 18 additions and 5 deletions

View File

@ -7,9 +7,9 @@ services:
APP_PORT: 8787
web:
image: corentinth/enclosed:1.6.9-rootless@sha256:a07a4e5385afa214eb74f81ef01679df2ec661c39f273a2f3621e020d54fbd04
image: corentinth/enclosed:1.14.0-rootless@sha256:ce42b731dbd5c84a5aac942ce1b44a3e0184b966be31998cce9f00c269505813
user: 1000:1000
restart: on-failure
stop_grace_period: 1m
volumes:
- ${APP_DATA_DIR}/data:/app/.data
- ${APP_DATA_DIR}/data:/app/.data

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: enclosed
category: files
name: Enclosed
version: "1.6.9"
version: "1.14.0"
tagline: Send private and secure notes
description: >-
Enclosed is a minimalistic web application designed for sending private and secure notes. Whether you need to share sensitive information or just want a simple way to send encrypted messages, Enclosed provides a user-friendly interface with strong security features to ensure your data remains confidential.
@ -19,7 +19,20 @@ description: >-
You can set up https using the Cloudflare Tunnel app available in the app store.
Detailed instructions for configuring the tunnel can be found here: https://github.com/Radiokot/umbrel-cloudflared/wiki/How-to-set-up-Cloudflare-Tunnel-on-your-Umbrel
releaseNotes: ""
releaseNotes: >-
Here are the key changes in Enclosed's recent releases (v1.6.9- v1.14.0).
Notable Changes:
- Added native HTTPS configuration support
- Added new languages (Polish, Turkish, Traditional Chinese)
- Added file upload support via CLI
⚠️ Breaking Change:
- CLI create note command now requires --stdin or -s flag to use stdin as note content
Full release notes are found at https://github.com/CorentinTh/enclosed/releases
developer: Corentin Thomasset
website: https://enclosed.cc/
dependencies: []
@ -32,4 +45,4 @@ gallery:
- 3.jpg
path: ""
submitter: Zoobdude
submission: https://github.com/getumbrel/umbrel-apps/pull/1563
submission: https://github.com/getumbrel/umbrel-apps/pull/1563