You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This is a modified fork of the TSN-Ranksystem which is updated irregularly to a
10
10
Please make sure that your TSN-Ranksystem (database) version is not above the (database) version of this fork (downgrade).
11
11
12
12
## Docker
13
-
You can find the docker images on [docker hub](https://hub.docker.com/r/jvmerkle/ts3-ranksystem).
13
+
You can find the docker images on docker hub as [jvmerkle/ts3-ranksystem](https://hub.docker.com/r/jvmerkle/ts3-ranksystem).
14
14
Please note that the container **MUST BE accessed via a trusted proxy server only** (e.g. nginx).
15
15
Make sure to set `BASE_HREF` to the relative URL path of the rank system (e.g. `https://foobar.com/frank/ranksystem` => `BASE_HREF=/frank/ranksystem/`) in the `docker-compose.yml`
16
16
@@ -29,15 +29,7 @@ docker-compose up -d
29
29
### Existing installation
30
30
Import your database into the `ranksystem-db` container and update the `DB_NAME` of the docker compose file if required.
31
31
32
-
### Accessing the host
33
-
If you want to connect to your host teamspeak start it with `--add-host=host.docker.internal:host-gateway` or add
34
-
```
35
-
extra_hosts:
36
-
- "host.docker.internal:host-gateway"
37
-
```
38
-
to your `docker-compose.yml`
39
-
40
-
## Differences
32
+
## Modifications
41
33
Additions and (security) improvements to [Newcomer1989/TSN-Ranksystem](https://github.com/Newcomer1989/TSN-Ranksystem)
42
34
43
35
- Disabled self-updating process, which __exposes information__ to *ts-n.net* such as
0 commit comments