Skip to content

Jonohas/MorningSausage

Folders and files

NameName
Last commit message
Last commit date
Mar 7, 2022
Mar 7, 2022
Mar 7, 2022
Feb 4, 2022
Mar 7, 2022
Feb 3, 2022
Mar 7, 2022
Mar 7, 2022
Mar 7, 2022
Mar 7, 2022
Feb 4, 2022
Sep 21, 2023
Sep 21, 2023
Mar 7, 2022

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