1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-06 23:37:26 +02:00

new file manager

Added CasaOS own file manager, now you can browse, upload, download files from the system, even edit code online, preview photos and videos through it. It will appear in the first position of Apps.
Added CPU core count display and memory capacity display.
This commit is contained in:
link
2022-03-09 16:37:03 +08:00
parent 28c1a52171
commit 33acfababd
31 changed files with 1162 additions and 295 deletions

View File

@ -32,10 +32,8 @@ func init() {
//gredis.GetRedisConn(config.RedisInfo),
service.MyService = service.NewService(sqliteDB, loger2.NewOLoger())
service.Cache = cache.Init()
//go service.UDPConnect([]string{})
//go service.SocketConnect()
//go service.TestTCP()
//go service.TestTCPOne()
go service.TestTCPTwo()
route.InitFunction()
}