From: Greg Burri Date: Mon, 8 Mar 2021 12:19:15 +0000 (+0100) Subject: Add some features ideas X-Git-Url: http://git.euphorik.ch/?p=valheim_web.git;a=commitdiff_plain;h=ec59a3ddbe97c216208c95995d6359ed1ebc30ca Add some features ideas --- diff --git a/TODO.md b/TODO.md index 8511c3c..4b2fb76 100644 --- a/TODO.md +++ b/TODO.md @@ -4,4 +4,18 @@ * 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 \ No newline at end of file + * 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