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
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Badger is made up of three components:
17
17
18
18
-`server`, a [Next.js](https://nextjs.org/) app which handles the web interface and API
19
19
-`jobrunner`, a standalone [Node.js](https://nodejs.org/en/) service which handles the media processing
20
-
-`desktop`, a [Electron](https://www.electronjs.org/) app which handles the OBS integration
20
+
-`desktop`, a [Electron](https://www.electronjs.org/) app which handles the OBS integration. Desktop lives [in its own repository](https://github.com/badger-media/badger-desktop)
21
21
22
22
All of these components are written in [TypeScript](https://www.typescriptlang.org/).
23
23
@@ -32,7 +32,6 @@ It also interfaces with a few other services:
32
32
_If you're looking to set up a development instance, follow the [contributing guide](./CONTRIBUTING.md) instead._
33
33
34
34
Every release has Docker images published at `ghcr.io/badger-media/badger/server` and `ghcr.io/badger-media/badger/jobrunner`.
35
-
We also create Desktop builds (Windows-only for now) in the [releases](https://github.com/ystv/badger/releases) section on GitHub.
36
35
There is an example [docker-compose file](./docker-compose-example.yml) in the repository which runs server, jobrunner, and all dependencies.
37
36
38
37
Server and Jobrunner are configured by setting environment variables. A minimal set (both use the same variables) is:
0 commit comments