Browse Source
Co-authored-by: Nathan Fretz <nmfretz@gmail.com> Co-authored-by: Josua Frank <frank.josua@gmail.com>main
Luke Thomas
3 months ago
committed by
GitHub
3 changed files with 50 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||
version: "3.7" |
|||
|
|||
services: |
|||
app_proxy: |
|||
environment: |
|||
APP_HOST: enclosed_web_1 |
|||
APP_PORT: 8787 |
|||
|
|||
web: |
|||
image: corentinth/enclosed:1.6.9-rootless@sha256:a07a4e5385afa214eb74f81ef01679df2ec661c39f273a2f3621e020d54fbd04 |
|||
user: 1000:1000 |
|||
restart: on-failure |
|||
stop_grace_period: 1m |
|||
volumes: |
|||
- ${APP_DATA_DIR}/data:/app/.data |
@ -0,0 +1,35 @@ |
|||
manifestVersion: 1 |
|||
id: enclosed |
|||
category: files |
|||
name: Enclosed |
|||
version: "1.6.9" |
|||
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. |
|||
|
|||
|
|||
The name Enclosed is inspired by the idea of keeping your notes safe and secure, like a sealed envelope. |
|||
|
|||
|
|||
🛠️ SET-UP INSTRUCTIONS 🛠️ |
|||
|
|||
Enclosed relies on native browser crypto APIs to encrypt and decrypt notes with security and great performance. These APIs are only available in secure contexts (HTTPS). |
|||
If you are running the app in a non-secure context (HTTP), you will see a warning in the app. |
|||
|
|||
|
|||
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: "" |
|||
developer: Corentin Thomasset |
|||
website: https://enclosed.cc/ |
|||
dependencies: [] |
|||
repo: https://github.com/CorentinTh/enclosed |
|||
support: https://github.com/CorentinTh/enclosed/discussions |
|||
port: 8788 |
|||
gallery: |
|||
- 1.jpg |
|||
- 2.jpg |
|||
- 3.jpg |
|||
path: "" |
|||
submitter: Zoobdude |
|||
submission: https://github.com/getumbrel/umbrel-apps/pull/1563 |
Loading…
Reference in new issue