Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update enclosed v1.14.0 #2166

Merged
merged 2 commits into from
Feb 10, 2025
Merged
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 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