Skip to content
Open
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
21 changes: 21 additions & 0 deletions cryptgeon/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: "3.7"
services:
app_proxy:
environment:
APP_HOST: cryptgeon_web_1
APP_PORT: "8000"
PROXY_AUTH_ADD: "false"

redis:
image: redis:7.0-alpine@sha256:c9d92d840fd011c908f040592857c724ae6d877f2aba5c40ad963276507386b2
restart: on-failure
tmpfs:
- /data
web:
Comment on lines +13 to +14
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add newline for better readability.

Suggested change
- /data
web:
- /data
web:

image: cupcakearmy/cryptgeon:2@sha256:9d52b458855e14384460be37b735e7e6e661a42fc77d2b29654a682da9bdf1d0
depends_on:
- redis
restart: on-failure
environment:
# Size limit for a single note.
SIZE_LIMIT: 20 MiB
36 changes: 36 additions & 0 deletions cryptgeon/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
manifestVersion: 1
id: cryptgeon
category: files
name: Cryptgeon
version: "2.0.0"
tagline: a secure, open source note / file sharing service
description: >-
⚠️ Note: Cryptgeon does not persist any data, all information is stored in RAM. After the container restarts, all notes will be lost.


cryptgeon is a secure, open source note / file sharing service.


Features
- send text or files
- server cannot decrypt contents due to client side encryption
- view or time constraints
- in memory, no persistence
- obligatory dark mode support
developer: cupcakearmy
website: https://github.com/cupcakearmy/cryptgeon
repo: https://github.com/cupcakearmy/cryptgeon
support: https://github.com/cupcakearmy/cryptgeon/issues
port: 8760
submitter: Kanishk Pachauri
submission: https://github.com/getumbrel/umbrel-apps/pull/4023
releaseNotes: ""
dependencies: []
gallery:

Check warning on line 29 in cryptgeon/umbrel-app.yml

View workflow job for this annotation

GitHub Actions / Lint apps

"icon" and "gallery" needs to be empty for new app submissions

The "icon" and "gallery" fields must be empty for new app submissions as it is being created by the Umbrel team.
- 1.jpg
- 2.jpg
- 3.jpg
permissions: []
path: ""
defaultUsername: ""
defaultPassword: ""