readme update

This commit is contained in:
yusing 2024-11-03 04:43:17 +08:00
parent 73af381c4c
commit 1f6573b6da

View file

@ -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