From 4ff1ac573f43eea608a8443d1578985fdf529d27 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 1 Dec 2024 23:25:02 -0600 Subject: [PATCH] removed docker observation --- .devcontainer/Dockerfile | 10 ------- .devcontainer/devcontainer.json | 49 --------------------------------- .gitmodules | 4 --- docker-observation | 1 - 4 files changed, 64 deletions(-) delete mode 100755 .devcontainer/Dockerfile delete mode 100644 .devcontainer/devcontainer.json delete mode 160000 docker-observation diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile deleted file mode 100755 index 445601d..0000000 --- a/.devcontainer/Dockerfile +++ /dev/null @@ -1,10 +0,0 @@ -FROM python:3.10 - -# install order matters because of some weird dependency stuff with websocket-client -# install appdaemon first because it's versioning is more restrictive -RUN pip install git+https://github.com/AppDaemon/appdaemon@dev - -ENV CONF=/conf -RUN mkdir $CONF -COPY ./requirements.txt ${CONF} -RUN --mount=type=cache,target=/root/.cache/pip pip install -r ${CONF}/requirements.txt diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index a278aec..0000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,49 +0,0 @@ -// For format details, see https://aka.ms/devcontainer.json. For config options, see the -// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile -{ - "name": "Appdaemon", - "build": { - // Sets the run context to one level up instead of the .devcontainer folder. - "context": "..", - // Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename. - "dockerfile": "../.devcontainer/Dockerfile" - }, - - "mounts": [ - "source=/etc/localtime,target=/etc/localtime,type=bind,consistency=cached", - "source=/etc/timezone,target=/etc/timezone,type=bind,consistency=cached", - "source=${localEnv:HOME}/.ssh,target=/root/.ssh,type=bind,consistency=cached" - ], - - "workspaceMount": "source=${localWorkspaceFolder},target=/conf,type=bind", - "workspaceFolder": "/conf", - - // Features to add to the dev container. More info: https://containers.dev/features. - "features": { - "ghcr.io/devcontainers/features/git:1": {}, - "ghcr.io/devcontainers/features/github-cli:1": {} - }, - - // Use 'forwardPorts' to make a list of ports inside the container available locally. - // "forwardPorts": [], - - // Uncomment the next line to run commands after the container is created. - // "postCreateCommand": "cat /etc/os-release", - - // Configure tool-specific properties. - "customizations": { - "vscode": { - // Add the IDs of extensions you want installed when the container is created. - "extensions": [ - "ms-python.python", - "ms-toolsai.jupyter", - "mhutchie.git-graph", - "ms-python.isort", - "ms-python.autopep8" - ] - } - } - - // Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root. - // "remoteUser": "devcontainer" -} diff --git a/.gitmodules b/.gitmodules index 7dc96d6..abbaa59 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,7 +2,3 @@ path = apps/room_control url = ssh://gitea/john/room_control branch = main -[submodule "docker-observation"] - path = docker-observation - url = ssh://gitea/john/docker-observation - branch = main \ No newline at end of file diff --git a/docker-observation b/docker-observation deleted file mode 160000 index 1ee44b7..0000000 --- a/docker-observation +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1ee44b7b808c52eb4f8f56da210e38ac99f8dacd