mirror of
https://github.com/Wonderfall/docker-synapse.git
synced 2025-05-13 03:42:22 -04:00
commit
d435b13906
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
# wonderfall/synapse
|
# wonderfall/synapse
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
[Synapse](https://github.com/matrix-org/synapse) is a [Matrix](https://matrix.org/) implementation written in Python.
|
[Synapse](https://github.com/matrix-org/synapse) is a [Matrix](https://matrix.org/) implementation written in Python.
|
||||||
|
|
||||||
### Notes
|
### Notes
|
||||||
|
@ -12,4 +14,4 @@
|
||||||
- Drop-in replacement for the [official image](https://github.com/matrix-org/synapse/tree/develop/docker).
|
- Drop-in replacement for the [official image](https://github.com/matrix-org/synapse/tree/develop/docker).
|
||||||
- Unprivileged image: you should check your volumes permissions (eg `/data`), default UID/GID is 991.
|
- Unprivileged image: you should check your volumes permissions (eg `/data`), default UID/GID is 991.
|
||||||
- Based on [Alpine](https://alpinelinux.org/), which provides more recent packages while having less attack surface.
|
- Based on [Alpine](https://alpinelinux.org/), which provides more recent packages while having less attack surface.
|
||||||
- Comes with a [hardened memory allocator](https://github.com/GrapheneOS/hardened_malloc), protecting against some heap-based buffer overflows.
|
- Comes with a [hardened memory allocator](https://github.com/GrapheneOS/hardened_malloc), protecting against some heap-based buffer overflows.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue