Fix #13, make youtube API optional
This commit is contained in:
@ -95,7 +95,9 @@ and set your `User`, `Group`, `ExecStart` and `WorkingDirectory` accordingly.
|
||||
|
||||
Copy `.env.EXAMPLE` to `.env` and add your `YOUTUBE_API_KEY`.
|
||||
To obtain one follow [YouTube's guide](https://developers.google.com/youtube/registering_an_application) to create an
|
||||
_API key_. As soon as #13 is implemented, this will be optional!
|
||||
_API key_.
|
||||
If `YOUTUBE_API_KEY` is unset, all YouTube videos will be assumed to contain music links.
|
||||
If this is unwanted, set `YOUTUBE_DISABLE` to `true`).
|
||||
|
||||
Run `npm run build` and copy the output folder, usually `build` to `$APP_DIR` on your server.
|
||||
|
||||
|
Reference in New Issue
Block a user