create base folders

This commit is contained in:
2026-07-19 22:19:06 -04:00
parent 1b703af2be
commit 7da7633837
69 changed files with 874 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# frigate Environment Configuration
CONTAINER_NAME=frigate
PUID=1000
PGID=1000
TZ=America/Toronto
+16
View File
@@ -0,0 +1,16 @@
# frigate Setup & Operation Guide
## Overview
Brief notes and configuration guide for **frigate** under `02-security-access`.
## Pre-requisites
- [ ] Network routing / DNS configured
- [ ] Environment variables set in `.env`
## Deployment
```bash
docker compose up -d
```
## Maintenance & Backups
- Path to persistent data: `./data`
@@ -0,0 +1,17 @@
services:
frigate:
# image: placeholder/image:latest
container_name: frigate
restart: unless-stopped
# environment:
# - TZ=America/Toronto
# volumes:
# - ./data:/config
# ports:
# - "8080:8080"
# networks:
# - homelab-net
networks:
homelab-net:
external: true
@@ -0,0 +1,5 @@
# tailscale Environment Configuration
CONTAINER_NAME=tailscale
PUID=1000
PGID=1000
TZ=America/Toronto
+16
View File
@@ -0,0 +1,16 @@
# tailscale Setup & Operation Guide
## Overview
Brief notes and configuration guide for **tailscale** under `02-security-access`.
## Pre-requisites
- [ ] Network routing / DNS configured
- [ ] Environment variables set in `.env`
## Deployment
```bash
docker compose up -d
```
## Maintenance & Backups
- Path to persistent data: `./data`
@@ -0,0 +1,17 @@
services:
tailscale:
# image: placeholder/image:latest
container_name: tailscale
restart: unless-stopped
# environment:
# - TZ=America/Toronto
# volumes:
# - ./data:/config
# ports:
# - "8080:8080"
# networks:
# - homelab-net
networks:
homelab-net:
external: true
@@ -0,0 +1,5 @@
# wireguard Environment Configuration
CONTAINER_NAME=wireguard
PUID=1000
PGID=1000
TZ=America/Toronto
+16
View File
@@ -0,0 +1,16 @@
# wireguard Setup & Operation Guide
## Overview
Brief notes and configuration guide for **wireguard** under `02-security-access`.
## Pre-requisites
- [ ] Network routing / DNS configured
- [ ] Environment variables set in `.env`
## Deployment
```bash
docker compose up -d
```
## Maintenance & Backups
- Path to persistent data: `./data`
@@ -0,0 +1,17 @@
services:
wireguard:
# image: placeholder/image:latest
container_name: wireguard
restart: unless-stopped
# environment:
# - TZ=America/Toronto
# volumes:
# - ./data:/config
# ports:
# - "8080:8080"
# networks:
# - homelab-net
networks:
homelab-net:
external: true
+5
View File
@@ -0,0 +1,5 @@
# zerotier Environment Configuration
CONTAINER_NAME=zerotier
PUID=1000
PGID=1000
TZ=America/Toronto
+16
View File
@@ -0,0 +1,16 @@
# zerotier Setup & Operation Guide
## Overview
Brief notes and configuration guide for **zerotier** under `02-security-access`.
## Pre-requisites
- [ ] Network routing / DNS configured
- [ ] Environment variables set in `.env`
## Deployment
```bash
docker compose up -d
```
## Maintenance & Backups
- Path to persistent data: `./data`
@@ -0,0 +1,17 @@
services:
zerotier:
# image: placeholder/image:latest
container_name: zerotier
restart: unless-stopped
# environment:
# - TZ=America/Toronto
# volumes:
# - ./data:/config
# ports:
# - "8080:8080"
# networks:
# - homelab-net
networks:
homelab-net:
external: true