From 136be0ad309bd036f5f66aaefe5d76fef5404af8 Mon Sep 17 00:00:00 2001 From: Astra Logical Date: Tue, 28 Jul 2026 16:56:40 -0400 Subject: [PATCH] Remove conventions --- Dockerfile | 2 +- docs/index.md | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8cd5319..4e84c2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # Build Stage FROM python:3.11-alpine AS builder -RUN pip install mkdocs-material WORKDIR /app COPY . . +RUN pip install -r requirements.txt RUN mkdocs build # Serve Stage diff --git a/docs/index.md b/docs/index.md index a04c8cd..0284b00 100644 --- a/docs/index.md +++ b/docs/index.md @@ -50,13 +50,4 @@ These guides explain what each service does, how to reach it, and how to get sta --- -## Conventions - -- All user-facing services use TLS certificates issued by [Let's Encrypt](https://letsencrypt.org/) via cert-manager. -- Internal-only services (media automation, Soulseek, etc.) are reachable only within the home network at `*.k3s.home.nest`. -- Non-critical services auto-update daily around 03:00 EST. Brief disruptions may occur. -- Nest host OSes update weekly on Sundays at 05:00 EST in a rolling fashion. - ---- - *This documentation is maintained as code. If you spot an error or have a suggestion, open an issue or reach out via Matrix.*