Replies: 1 comment 2 replies
|
There's currently no way to launch the server without a GUI, but it shouldn't be too hard to add as a command line argument. I'll look into it next time I work on this, not sure when that'll be though. All the web server and database logic is in the Mind that the project currently uses ASP.NET Core for the web server, which by itself probably uses a fair bit of memory, but there is a lightweight web server library for .NET I want to switch to at some point. In recent versions, there is no way to skip the web server; there used to be an HTML export, but I removed it because it didn't play well with downloads, it was very inefficient, and once I made the viewer more efficient by serving more things from the web server, I didn't want to maintain two implementations of it. It would certainly be possible for someone to create their own program that will read the database, and export it into whatever format is desired. |
Uh oh!
There was an error while loading. Please reload this page.
Hello. I want to run the web server and display the discord chats without using the app itself because the app itself uses a lot of memory. What are the files in the project's source code responsible for that? Also, is it possible to skip the web server altogether and convert the discord chats into html format?
Thanks for your time
All reactions