https://github.com/mikesir87/church-stream-tools
https://github.com/mikesir87/church-stream-tools
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikesir87/church-stream-tools
- Owner: mikesir87
- Created: 2023-02-12T14:35:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T15:52:11.000Z (about 2 months ago)
- Last Synced: 2025-03-31T16:48:29.055Z (about 2 months ago)
- Language: CSS
- Size: 4.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Church Stream Tools
This project provides the source code for the various stream tools used for our local church congregation. The site consists of:
- A landing page with information on how to install and configure OBS
- A remote control webapp that provides the ability to control the broadcast from anywhere (assuming you have a network path between the devices)**Note:** This project is not endorsed or supported by The Church of Jesus Christ of Latter-Day Saints. It was created solely by an individual to support a local congregation and made available for others to use as well.
## Development
This project provides a `docker-compose.yml` file, making it possible to simply run:
```
docker compose up
```Once the containers have started, you can open [http://localhost](http://localhost) and view the site. The remote control can be found at [http://localhost/controller](http://localhost/controller).
The controller (a React app) will hot-reload changes and the landing page will require a page refresh.
## Acknowledgments
The landing page is a modified version of the [Agency Start Bootstrap template](https://startbootstrap.com/theme/agency).