Remove conventions
Some checks are pending
Build and Publish Docs / build-and-push (push) Waiting to run

This commit is contained in:
Astra Logical 2026-07-28 16:56:40 -04:00
parent 38545d3bb4
commit 136be0ad30
2 changed files with 1 additions and 10 deletions

View file

@ -1,8 +1,8 @@
# Build Stage # Build Stage
FROM python:3.11-alpine AS builder FROM python:3.11-alpine AS builder
RUN pip install mkdocs-material
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN pip install -r requirements.txt
RUN mkdocs build RUN mkdocs build
# Serve Stage # Serve Stage

View file

@ -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.* *This documentation is maintained as code. If you spot an error or have a suggestion, open an issue or reach out via Matrix.*