Compare commits
2 Commits
d2f0de3751
...
fab91bb7c2
| Author | SHA1 | Date | |
|---|---|---|---|
| fab91bb7c2 | |||
| 4c89cff398 |
2
Makefile
2
Makefile
@@ -38,7 +38,7 @@ check-stow:
|
||||
.PHONY: pull-updates
|
||||
pull-updates:
|
||||
@echo "Pulling all recent updates"
|
||||
@git pull
|
||||
@git pull gitlab main
|
||||
@git submodule update --recursive --remote
|
||||
|
||||
.PHONY: link
|
||||
|
||||
@@ -45,5 +45,5 @@
|
||||
theme = Catppuccin Frappe
|
||||
font-size = 14
|
||||
background-opacity = 0.85
|
||||
gtk-titlebar = false
|
||||
# gtk-titlebar = false
|
||||
shell-integration-features = ssh-terminfo,ssh-env,sudo
|
||||
|
||||
Submodule nvim/.config/nvim updated: bed9726930...94b2c40db1
17
systemd/.config/systemd/user/cloudflared-k8s.service
Normal file
17
systemd/.config/systemd/user/cloudflared-k8s.service
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user