mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
App Submission: Enclosed (#1563)
Co-authored-by: Nathan Fretz <nmfretz@gmail.com> Co-authored-by: Josua Frank <frank.josua@gmail.com>
This commit is contained in:
parent
eb4b9c17a1
commit
2dbb418756
0
enclosed/data/.gitkeep
Normal file
0
enclosed/data/.gitkeep
Normal file
15
enclosed/docker-compose.yml
Normal file
15
enclosed/docker-compose.yml
Normal file
@ -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
|
35
enclosed/umbrel-app.yml
Normal file
35
enclosed/umbrel-app.yml
Normal file
@ -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
Block a user