Skip to content

Jonohas/MorningSausage

Repository files navigation

Modules

WebServer

This module is a base for all webcontent.

API

This module adds API functionality. Make sure you added the endpoints in API Submodule of WebServer

StaticServer

This module serves static file for for example a website. Submodule of WebServer

Yeelight

This module makes sure your yeelight light turn on when the app/docker-container starts. It will also turn off your light if the app/docker-container is terminated.

GitSync

This module clones/pulls your github repositories. When configuring this module make sure to add a file data/auth.json containing the following:

{
    "github_pat": "<your_github_personal_access_token>"
}

Also, in the .env file you need to update HOST_GITHUB_FOLDER to the desired github download folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages