mirror of
https://github.com/azukaar/Cosmos-Server.git
synced 2026-01-04 11:19:56 -06:00
[release] v0.12.0-unstable40
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
- Added a dangerous IP detector that stops sending HTTP response to IPs that are abusing various shields features
|
||||
- Added a button in the servapp page to easily download the docker backup
|
||||
- Redirect static folder to host if possible
|
||||
- New Homescreen look
|
||||
- Improve display or icons [fixes #121]
|
||||
- Refactored Mongo connection code [fixes #111]
|
||||
- Forward simultaneously TCP and UDP [fixes #122]
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 394 KiB After Width: | Height: | Size: 125 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 384 KiB After Width: | Height: | Size: 245 KiB |
@@ -1,6 +1,6 @@
|
||||
// ==============================|| PRESET THEME - THEME SELECTOR ||============================== //
|
||||
|
||||
import { purple, pink, deepPurple, blueGrey } from '@mui/material/colors';
|
||||
import { purple, pink, deepPurple, blueGrey, lightBlue, lightGreen, orange, teal } from '@mui/material/colors';
|
||||
|
||||
const Theme = (colors, darkMode) => {
|
||||
const { blue, red, gold, cyan, green, grey } = colors;
|
||||
@@ -30,7 +30,7 @@ const Theme = (colors, darkMode) => {
|
||||
main: purple[400],
|
||||
},
|
||||
secondary: {
|
||||
main: blueGrey[400],
|
||||
main: blueGrey[500],
|
||||
},
|
||||
error: {
|
||||
lighter: red[0],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cosmos-server",
|
||||
"version": "0.12.0-unstable39",
|
||||
"version": "0.12.0-unstable40",
|
||||
"description": "",
|
||||
"main": "test-server.js",
|
||||
"bugs": {
|
||||
|
||||
Reference in New Issue
Block a user