diff --git a/enclosed/data/.gitkeep b/enclosed/data/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/enclosed/docker-compose.yml b/enclosed/docker-compose.yml new file mode 100644 index 0000000..6bd30ea --- /dev/null +++ b/enclosed/docker-compose.yml @@ -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 \ No newline at end of file diff --git a/enclosed/umbrel-app.yml b/enclosed/umbrel-app.yml new file mode 100644 index 0000000..3bdd6c0 --- /dev/null +++ b/enclosed/umbrel-app.yml @@ -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 \ No newline at end of file