Skip to content

Commit a2cdea3

Browse files
committed
readme
1 parent 8edb7f5 commit a2cdea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This is a self-hosted Discord bot that allows users to stream to it as if it was
99
1. Create a Discord app and bot.
1010
1. Run the `receiver` [Docker image](https://github.com/asg0451/spotify-remote/pkgs/container/spotify-remote-receiver) either locally or on a server, such as via: `$ docker run -p8080:8080 -e DISCORD_TOKEN=<your-token> TODO_image_name`, or via docker-compose, k8s, etc. It is intended to run as a persistent service. The image supports x86_64 and arm64 architectures.
1111

12-
- NOTE: if you end up exposing this service over the internet, it's strongly recommended to use https!
12+
- NOTE: if you end up exposing this service over the internet, it's strongly recommended to use https! And while you're at it, maybe put it behind a reverse proxy with HTTP basic auth.
1313
1. Invite the bot to your server. Make sure it has sufficient permissions to join voice channels, speak, send messages, do slash commands, and read message contents.
1414

1515
- TODO: nail down which these are specifically

0 commit comments

Comments
 (0)