From b1f857fc47f6237013ee04cb8c3ee0d52deba507 Mon Sep 17 00:00:00 2001 From: icedream Date: Fri, 16 Oct 2015 13:19:53 +0200 Subject: [PATCH] Explain how to generate ts3server:// URLs for the configuration. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 81079e9..a6fc4e8 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ This is the Docker image that contains everything necessary to run Icedream's TS "ts3-server": "ts3server://?port=&password=&channel=" } ``` + Note that you can generate the URL for `ts3-server` using your TS3 client via Extras > Invite friend, select the checkbox "Channel" and select "ts3server link" as invitation type. 4. Generate an identity in your TeamSpeak3 client (Settings > Identities > Add), set the nickname to the nickname you want the bot to have and optionally increase the security level to the level needed for your bot to join the server. 5. Export the identity you just generated via the "Export" button. Save it as `identity.ini` and put it into your configuration folder from earlier. You can now delete the identity from your TS3 client. 6. Now set up a container with your configuration folder mounted at `/config`. The command for this would be: `docker run -d -v ":/config:ro" --cap-add SYS_NICE icedream/ts3bot`