Skip to content

Commit c86cfae

Browse files
committed
Setup
1 parent 0816faf commit c86cfae

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

content/posts/home-assistant-dashboard-tablet/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Turning an Intel Atom based Lenovo Tablet 10 (20E4) into a Home Assistant dashbo
1616
<!-- more -->
1717

1818
{% info() %}
19-
January 2025: I have also setup a Home Assistant kiosk on the Lenovo ThinkSmart View using [this guide](https://github.com/pgale/lineage_15.1_Installation_TSV).
19+
January 2025: I have also set up a Home Assistant kiosk on the Lenovo ThinkSmart View using [this guide](https://github.com/pgale/lineage_15.1_Installation_TSV).
2020
{% end %}
2121

2222
## Home Assistant setup

content/posts/homelab-adventure-part-3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ slug = "homelab-adventure-part-3"
77
tags = ["Linux", "Homelab"]
88
+++
99

10-
Welcome to my journey in building my Homelab. This is part of a multipart series; in the last part I gave an overview of how to setup configuration management. This one will cover how I setup my internal network.
10+
Welcome to my journey in building my Homelab. This is part of a multipart series; in the last part I gave an overview of how to set up configuration management. This one will cover how I set up my internal network.
1111

1212
<!-- more -->
1313

@@ -37,7 +37,7 @@ These are some other options for peer-to-peer VPNs:
3737

3838
[Nebula](https://github.com/slackhq/nebula) (inspired by tinc) has similar issues to tinc with certificate distribution. One advantage over tinc is that a discovery server is present in the Nebula network to ease node discovery.
3939

40-
[Tailscale](https://tailscale.com/) while a great alternative to ZeroTier, it didn't exist at the time I setup ZeroTier. [This is a great comparison between Tailscale and ZeroTier](https://tailscale.com/compare/zerotier/).
40+
[Tailscale](https://tailscale.com/) while a great alternative to ZeroTier, it didn't exist at the time I set up ZeroTier. [This is a great comparison between Tailscale and ZeroTier](https://tailscale.com/compare/zerotier/).
4141

4242
## ZeroTier and Salt
4343

content/posts/homelab-adventure-part-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Each container gets a separate role in Ansible that creates a storage folder, a
5858
5959
### Exposing applications
6060
61-
I use [Traefik](https://doc.traefik.io/traefik/) to expose each application based on labels. I use a wildcard certificate to enable HTTPS, but Let's Encrypt could also be used. If you are worried about mounting the `docker.sock` directly to Traefik, you can setup [socket-proxy](https://github.com/wollomatic/socket-proxy).
61+
I use [Traefik](https://doc.traefik.io/traefik/) to expose each application based on labels. I use a wildcard certificate to enable HTTPS, but Let's Encrypt could also be used. If you are worried about mounting the `docker.sock` directly to Traefik, you can set up [socket-proxy](https://github.com/wollomatic/socket-proxy).
6262

6363
```yaml
6464
# roles/container-traefik/tasks/main.yml

content/posts/homelab-switching-salt-to-ansible.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ slug = "homelab-switching-salt-to-ansible"
77
tags = ["Linux", "Homelab"]
88
+++
99

10-
About a month ago I thought it would be nice to be able to configure VM's and Droplets with Salt by using my existing configuration I had setup in [Part 2: Configuration Management](@/posts/homelab-adventure-part-2.md).
10+
About a month ago I thought it would be nice to be able to configure VM's and Droplets with Salt by using my existing configuration I had set up in [Part 2: Configuration Management](@/posts/homelab-adventure-part-2.md).
1111

1212
<!-- more -->
1313

0 commit comments

Comments
 (0)