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 @@
# librespeed Environment Configuration
CONTAINER_NAME=librespeed
PUID=1000
PGID=1000
TZ=America/Toronto
+16
View File
@@ -0,0 +1,16 @@
# librespeed Setup & Operation Guide
## Overview
Brief notes and configuration guide for **librespeed** under `01-core-network`.
## 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:
librespeed:
# image: placeholder/image:latest
container_name: librespeed
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 @@
# nginx-proxy-manager Environment Configuration
CONTAINER_NAME=nginx-proxy-manager
PUID=1000
PGID=1000
TZ=America/Toronto
@@ -0,0 +1,16 @@
# nginx-proxy-manager Setup & Operation Guide
## Overview
Brief notes and configuration guide for **nginx-proxy-manager** under `01-core-network`.
## 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:
nginx-proxy-manager:
# image: placeholder/image:latest
container_name: nginx-proxy-manager
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 @@
# pihole Environment Configuration
CONTAINER_NAME=pihole
PUID=1000
PGID=1000
TZ=America/Toronto
+16
View File
@@ -0,0 +1,16 @@
# pihole Setup & Operation Guide
## Overview
Brief notes and configuration guide for **pihole** under `01-core-network`.
## Pre-requisites
- [ ] Network routing / DNS configured
- [ ] Environment variables set in `.env`
## Deployment
```bash
docker compose up -d
```
## Maintenance & Backups
- Path to persistent data: `./data`
+17
View File
@@ -0,0 +1,17 @@
services:
pihole:
# image: placeholder/image:latest
container_name: pihole
restart: unless-stopped
# environment:
# - TZ=America/Toronto
# volumes:
# - ./data:/config
# ports:
# - "8080:8080"
# networks:
# - homelab-net
networks:
homelab-net:
external: true