Skip to content

Commit

Permalink
Update enclosed v1.14.0 (#2166)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-lac authored Feb 10, 2025
1 parent 6181bf6 commit 54fb35b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
4 changes: 2 additions & 2 deletions enclosed/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
19 changes: 16 additions & 3 deletions enclosed/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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: []
Expand All @@ -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

0 comments on commit 54fb35b

Please sign in to comment.