mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-12-22 00:06:28 +00:00
cosmetics
This commit is contained in:
parent
ea82b38a60
commit
b053fc15f4
@ -1,5 +1,5 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="./design/Logo.svg">
|
<img src="./design/github.svg">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## About?
|
## About?
|
||||||
@ -12,7 +12,6 @@ _cryptgeon_ is an secure, open source sharing note service inspired by [_PrivNot
|
|||||||
- in memory, no persistence
|
- in memory, no persistence
|
||||||
- in browser encryption → server cannot decrypt contents
|
- in browser encryption → server cannot decrypt contents
|
||||||
|
|
||||||
|
|
||||||
## How does it work?
|
## How does it work?
|
||||||
|
|
||||||
each note has a 512bit generated <i>id</i> that is used to retrieve the note. data is stored in memory and never persisted to disk.
|
each note has a 512bit generated <i>id</i> that is used to retrieve the note. data is stored in memory and never persisted to disk.
|
||||||
@ -29,13 +28,12 @@ version: '3.7'
|
|||||||
services:
|
services:
|
||||||
memcached:
|
memcached:
|
||||||
image: memcached:1-alpine
|
image: memcached:1-alpine
|
||||||
entrypoint: memcached -m 128
|
entrypoint: memcached -m 128 # Limit to 128 MB Ram, customize at free will.
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: cupcakearmy/cryptgeon:latest
|
image: cupcakearmy/cryptgeon:latest
|
||||||
ports:
|
ports:
|
||||||
- 80:5000
|
- 80:5000
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
###### Attributions
|
###### Attributions
|
||||||
|
BIN
design/github.svg
(Stored with Git LFS)
Normal file
BIN
design/github.svg
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
# DEV Compose file.
|
# DEV Compose file.
|
||||||
# For a production file see: ...
|
# For a production file see: README.md
|
||||||
|
|
||||||
version: '3.7'
|
version: '3.7'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user