Skip to content

tyssyt/HomeBack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HomeBack

The Backend of my Homeserver. Made to be used in combination with HomeFront. Expects the Environment Variables TWITCH_CLIENT_ID & TWITCH_CLIENT_SECRET to be set (see the Twitch Authentication Guide for more Information). To start a stream, Streamlink must be in the PATH and configured correctly.

Build & Run

Run cargo run for a to build and run the backend. This runs the application under 127.0.0.1:23559. You can override this by setting the Environment Variable ADDR.

Run cargo build --target=aarch64-unknown-linux-gnu --release to (cross-)compile an executable that can be run on a Raspberry Pi 4. An appropriate Toolchain must be installed. For Windows you can download one from here and set the environment Variables CC_aarch64_unknown_linux_gnu & AR_aarch64_unknown_linux_gnu to the executables in that toolchain.

About

Homeserver Backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published