From 1f6573b6da6f25be8f4cdac650b0a9dcd1dc5755 Mon Sep 17 00:00:00 2001 From: yusing Date: Sun, 3 Nov 2024 04:43:17 +0800 Subject: [PATCH] readme update --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index e9e79fb2..16cb5beb 100755 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ _Join our [Discord](https://discord.gg/umReR62nRd) for help and discussions_ - [Getting Started](#getting-started) - [Setup](#setup) - [Manual Setup](#manual-setup) + - [Folder structrue](#folder-structrue) - [Use JSON Schema in VSCode](#use-json-schema-in-vscode) - [Screenshots](#screenshots) - [idlesleeper](#idlesleeper) @@ -102,6 +103,23 @@ _Join our [Discord](https://discord.gg/umReR62nRd) for help and discussions_ 5. Start the container `docker compose up -d` +### Folder structrue + +```shell +├── certs +│ ├── cert.crt +│ └── priv.key +├── compose.yml +├── config +│ ├── config.yml +│ ├── middlewares +│ │ ├── middleware1.yml +│ │ ├── middleware2.yml +│ ├── provider1.yml +│ └── provider2.yml +└── .env +``` + ### Use JSON Schema in VSCode Copy [`.vscode/settings.example.json`](.vscode/settings.example.json) to `.vscode/settings.json` and modify it to fit your needs