fix(shlink): protocol is HTTP (#1619)

* fix(shlink): protocol is `HTTP`

* defaults to tcp anyway

* this is backend, there is no portal...
This commit is contained in:
Stavros Kois
2021-12-28 12:50:58 +01:00
committed by GitHub
parent 0cdd75ff94
commit 9178a95f0a
4 changed files with 19 additions and 34 deletions
+1 -1
View File
@@ -293,7 +293,7 @@ These defaults can of course be changed, but as we guarantee "sane, working defa
| pydio-cells | main | main | 10150 | TCP | |
| scrutiny | main | main | 10151 | TCP | |
| kodi-headless | websocket | websocket | 10152 | TCP | |
| shlink | main | main | 10153 | HTTPS | |
| shlink | main | main | 10153 | TCP | |
| hyperion-ng | boblightservice | boblightservice | 19333 | TCP | |
| hyperion-ng | jsonservice | jsonservice | 19444 | TCP | |
| hyperion-ng | protobufservice | protobufservice | 19445 | TCP | |