From 38a96eccc8b7b39a571418016b7362ee1a41d1a3 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Tue, 4 Apr 2023 00:18:29 -0700 Subject: [PATCH] add TOC --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index e9da670..1d4eac4 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,27 @@ Implementation is made with the disnix suite - [NixOps](https://github.com/NixOS/nixops) - built on top of the nix ecosystem. + +- [Self Host Blocks](#self-host-blocks) + - [Progress Status](#progress-status) + - [Getting Started](#getting-started) + - [Advised Workflow](#advised-workflow) + - [Useful commands](#useful-commands) + - [List deployments](#list-deployments) + - [List machines](#list-machines) + - [Ssh into a machine](#ssh-into-a-machine) + - [Delete a deployment](#delete-a-deployment) + - [Garbage collect old derivations](#garbage-collect-old-derivations) + - [Create manifest file](#create-manifest-file) + - [Create graph of service deployment](#create-graph-of-service-deployment) + - [Test Hercules CI locally](#test-hercules-ci-locally) +- [Troubleshoot](#troubleshoot) + - [Derivation not copied correctly](#derivation-not-copied-correctly) + - [Cannot lock services](#cannot-lock-services) +- [Dev TODOs](#dev-todos) + + + ## Progress Status Currently, this repo is WIP and the first two services I intend to