X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=TODO.md;h=4b2fb76d420a45a791ea3cd3f96d94b833b6e153;hb=752356234981aff11c98cf77d9c504095dfa6fe2;hp=20d0ff7900a6b1c5a765d42aa633ab96a12dd107;hpb=9a4fa224d81978e42349bfbc6688933d67d37566;p=valheim_web.git diff --git a/TODO.md b/TODO.md index 20d0ff7..4b2fb76 100644 --- a/TODO.md +++ b/TODO.md @@ -1,2 +1,21 @@ # TODO +* Print at least the following information: + * If Valheim running with the following information: + * Memory usage: https://docs.rs/sysinfo/0.16.4/sysinfo/trait.ProcessExt.html#tymethod.memory + * Cpu usage: https://docs.rs/sysinfo/0.16.4/sysinfo/trait.ProcessExt.html#tymethod.cpu_usage + * Uptime: https://docs.rs/sysinfo/0.16.4/sysinfo/trait.ProcessExt.html#tymethod.start_time + + +# Ideas + +* Some ideas from https://demo.mcmyadmin.com/ + +* Display the server status: (cpu usage/memory usage/ disk usage) +* Display a realtime console +* Can manage users: + * See the online player + * Add/remove to banlist + * Add/remove to adminlist +* Access to server configuration +* Manage backups \ No newline at end of file