Compare commits

...

2 Commits

Author SHA1 Message Date
fab91bb7c2 added updates 2026-04-04 19:44:17 -06:00
4c89cff398 some changes 2026-03-25 11:09:55 -06:00
4 changed files with 20 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ check-stow:
.PHONY: pull-updates .PHONY: pull-updates
pull-updates: pull-updates:
@echo "Pulling all recent updates" @echo "Pulling all recent updates"
@git pull @git pull gitlab main
@git submodule update --recursive --remote @git submodule update --recursive --remote
.PHONY: link .PHONY: link

View File

@@ -45,5 +45,5 @@
theme = Catppuccin Frappe theme = Catppuccin Frappe
font-size = 14 font-size = 14
background-opacity = 0.85 background-opacity = 0.85
gtk-titlebar = false # gtk-titlebar = false
shell-integration-features = ssh-terminfo,ssh-env,sudo shell-integration-features = ssh-terminfo,ssh-env,sudo

View File

@@ -0,0 +1,17 @@
# If this is being put on a new machine or OS install ensure you do the following:
# systemctl --user daemon-reload
# systemctl --user enable --now cloudflared-k8s.service
# systemctl --user status cloudflared-k8s.service
[Unit]
Description=Cloudflare Tunnel to K8s API
After=network-online.target
[Service]
ExecStart=/usr/bin/cloudflared access tcp --hostname k8s.samoneal.io --url localhost:6443
Restart=on-failure
RestartSec=5
[Install]
WantedBy=default.target