mirror of
https://github.com/pushbits/server.git
synced 2025-05-03 04:06:16 +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
|
# PushBits
|
||||||
|
|
||||||
| :exclamation: This software is currently in alpha phase. |
|
| :exclamation: **This software is currently in alpha phase.** |
|
||||||
|-------------------------------------------------------------|
|
|-----------------------------------------------------------------|
|
||||||
|
|
||||||
## About
|
## 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/).
|
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).
|
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.**
|
| :warning: **You are advised to install PushBits behind a reverse proxy and enable TLS.** Otherwise, your credentials will be transmitted unencrypted. |
|
||||||
Otherwise, all API requests will be sent unencrypted.
|
|----------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue