Add OctoApp support

This commit is contained in:
Christian Würthner
2024-03-31 08:54:21 +02:00
parent d800d356ca
commit 7a7808938e
7 changed files with 410 additions and 6 deletions

View File

@@ -83,4 +83,8 @@ function set_globals() {
MOBILERAKER_DIR="${HOME}/mobileraker_companion"
MOBILERAKER_REPO="https://github.com/Clon1998/mobileraker_companion.git"
#=============== OCTOAPP ================#
OCTOAPP_ENV="${HOME}/octoapp-env"
OCTOAPP_DIR="${HOME}/octoapp"
OCTOAPP_REPO="https://github.com/crysxd/OctoApp-Plugin.git"
}