Glimesh / broadcast-box

A broadcast, in a box.
MIT License
1.41k stars 76 forks source link

Creating a guide and tutorial for putting the Broadcast Box project online with domain and SSL. #10

Closed aloproducao closed 10 months ago

aloproducao commented 1 year ago

Hello,

As a user of the Broadcast Box project, we would like to have a step-by-step guide and a video tutorial to assist the community in putting the project online with a custom domain and an SSL certificate. This would allow new users to become interested in the fantastic project which can produce great tools for the community. In summary, creating a guide and tutorial on how to put the Broadcast Box project online with a domain and SSL would be extremely beneficial for the community. Please consider creating these resources and I am willing to help in any way.

Sean-Der commented 1 year ago

Hi @aloproducao

I think this is really important actually! Sorry I have been slow responding, it is a busy time in my life (having another baby soon).

Would you interested in helping with this? The way I host things is with Caddy + Digital Ocean. If you write a official tutorial I would love to link to it in the README.

thanks

aloproducao commented 1 year ago

Hi! Congratulations on the arrival of another member to your family! I am very happy to hear about it. I already have two, I know how complicated and wonderful it is.

Definitely, it would be a pleasure to help with the tutorial. I created some scripts that can help implement the code in an easier and more efficient way. I will dedicate myself to writing the tutorial as soon as possible and send it to you for review and sharing in the README.

I am eager to collaborate and help in the best way possible.

aloproducao commented 1 year ago

I am engaged in documentation work and have a question. Specifically, I need to know how to transmit signals from an external encoder not associated with OBS. I discovered a repository that may provide a solution, and I am in the process of creating a step-by-step guide to using the Glimesh broadcast. Would you be able to provide assistance with this matter?

Link repo: https://github.com/pipe/whipi @Sean-Der

Sean-Der commented 10 months ago

I added a guide + tooling to make this easier!

Network Test on Startup

Broadcast Box will now make sure that connectivity is possible on startup. If your server is configured incorrectly it will tell you. You can read more about it here this will hopefully help people debugging more.

Docker Compose with HTTPs

I have updated the docker-compose to use Caddy. All you need to do is set URL and everything will just work! https://github.com/Glimesh/broadcast-box?tab=readme-ov-file#docker-compose


@aloproducao if you get a chance check it out and tell me what you think :)