mirror of
https://github.com/pushbits/server.git
synced 2025-05-02 03:36:43 +02:00
Better highlight the warning to use TLS
This commit is contained in:
parent
21bd1efc62
commit
18cbf3dedd
1 changed files with 4 additions and 4 deletions
|
@ -5,8 +5,8 @@
|
|||
|
||||
# PushBits
|
||||
|
||||
| :exclamation: This software is currently in alpha phase. |
|
||||
|-------------------------------------------------------------|
|
||||
| :exclamation: **This software is currently in alpha phase.** |
|
||||
|-----------------------------------------------------------------|
|
||||
|
||||
## About
|
||||
|
||||
|
@ -48,8 +48,8 @@ That means you have to install it on your own server.
|
|||
Currently, the only supported way of installing PushBits is via [Docker](https://www.docker.com/) or [Podman](https://podman.io/).
|
||||
The image is hosted [here on Docker Hub](https://hub.docker.com/r/eikendev/pushbits).
|
||||
|
||||
**You are advised to install PushBits behind a reverse proxy and enable TLS.**
|
||||
Otherwise, all API requests will be sent unencrypted.
|
||||
| :warning: **You are advised to install PushBits behind a reverse proxy and enable TLS.** Otherwise, your credentials will be transmitted unencrypted. |
|
||||
|----------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue