openpgp4fpr:3CD55418C0612BC12CC122B2C492146A40FC022B
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: networking.k8s.io/v1 | |
kind: Ingress | |
metadata: | |
name: homeassistant-alexa-ingress | |
namespace: homeassistant | |
annotations: | |
tailscale.com/funnel: "true" | |
spec: | |
ingressClassName: tailscale |
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: v1 | |
kind: ConfigMap | |
metadata: | |
name: mastodon-chart-values | |
data: | |
values.yaml: |- | |
# Configuration values for Mastodon | |
image: | |
repository: ghcr.io/glitch-soc/mastodon |
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": [] |
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 |
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 |
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 |
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 <[email protected]> | |
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(-) |
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 |
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: |
NewerOlder