openpgp4fpr:3CD55418C0612BC12CC122B2C492146A40FC022B
View assist_flow.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "a40d0f65c38c036e", | |
"type": "comment", | |
"z": "7e65c3881fee1899", | |
"name": "Incoming message processing", | |
"info": "", | |
"x": 160, | |
"y": 40, | |
"wires": [] |
View .config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/x86 6.1.0-rc6 Kernel Configuration | |
# | |
CONFIG_CC_VERSION_TEXT="gcc (Debian 12.2.0-9) 12.2.0" | |
CONFIG_CC_IS_GCC=y | |
CONFIG_GCC_VERSION=120200 | |
CONFIG_CLANG_VERSION=0 | |
CONFIG_AS_IS_GNU=y | |
CONFIG_AS_VERSION=23900 |
View fixshm.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Fix the /dev/shm symlink to be a mount | |
DefaultDependencies=no | |
Before=sysinit.target | |
ConditionPathExists=/dev/shm | |
ConditionPathIsSymbolicLink=/dev/shm | |
ConditionPathIsMountPoint=/run/shm | |
[Service] | |
Type=oneshot |
View tmp-.X11\x2dunix.mount
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /lib/systemd/system/tmp-.X11\x2dunix.mount | |
[Unit] | |
Description=WSLg Remount Service | |
DefaultDependencies=no | |
After=systemd-tmpfiles-setup.service | |
Before=sysinit.target | |
ConditionPathExists=/tmp/.X11-unix | |
ConditionPathIsMountPoint=!/tmp/.X11-unix | |
ConditionPathExists=/mnt/wslg/.X11-unix |
View 0001-deb-pkg-patches.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From c1e9363f7812fd8d0f0bd0069d78bcb57f7d0a6b Mon Sep 17 00:00:00 2001 | |
From: Alistair Young <avatar@arkane-systems.net> | |
Date: Mon, 5 Sep 2022 00:09:22 -0500 | |
Subject: [PATCH] deb-pkg patches | |
--- | |
scripts/Makefile.package | 4 +++- | |
scripts/package/builddeb | 7 ++++--- | |
scripts/package/mkdebian | 7 ++++--- | |
3 files changed, 11 insertions(+), 7 deletions(-) |
View .config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/x86 5.15.62.1 Kernel Configuration | |
# | |
CONFIG_CC_VERSION_TEXT="gcc (Debian 12.2.0-1) 12.2.0" | |
CONFIG_CC_IS_GCC=y | |
CONFIG_GCC_VERSION=120200 | |
CONFIG_CLANG_VERSION=0 | |
CONFIG_AS_IS_GNU=y | |
CONFIG_AS_VERSION=23890 |
View homeassistant.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
labels: | |
app: homeassistant | |
name: homeassistant | |
namespace: homeassistant | |
spec: | |
replicas: 1 | |
selector: |
View homeassistant.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
labels: | |
app: homeassistant | |
name: homeassistant | |
namespace: homeassistant | |
spec: | |
replicas: 1 |
View Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM homeassistant/home-assistant:2022.7.5 | |
RUN apk add --no-cache mariadb-connector-c |
NewerOlder