Fabian Bao
Fabian Bao
@pandaapo Where should we put the doc? In the relevant project path or somewhere else like our offical website doc for better reference.
> @fabian4 Do you have anything to say? Have you planned to write one or some of these documents? @pandaapo I'll write it later. Sorry for the late response.
I will do it 🚀
## database struct design (mysql) for additional instance info. ### new table `instance_console` ```sql -- -------------------------------------------------------- -- -- Table structure `instance_console` -- CREATE TABLE `instance_console` ( `id` VARCHAR(128) NOT NULL...
1. add new table to store additional instance info. 2. cache the data changed by user in web console separately. 3. combine the data when needed from service. 4. split...
It would be perfect to have indicators monitoring temperature and up time that change color with the variation of the indicator's values. This will make the entire dashboard more intuitive....
Seems like the script doesn't support macos yet
> It would be perfect to have indicators monitoring temperature and up time that change color with the variation of the indicator's values. This will make the entire dashboard more...
I think we could introduce `SnippetsPolicy` to inject **reusable NGINX config snippets at the Gateway scope**, not only at Route scope (already covered by `SnippetsFilter`). > `SnippetsFilter` works well for...