darkstat icon indicating copy to clipboard operation
darkstat copied to clipboard

Where are the files?

Open selimcansayilir opened this issue 1 year ago • 3 comments

Hello, I want to develop your project, but I couldn't find where the directory for this project is registered on my machine, I wonder which directory the index, host file and js codes are in?

selimcansayilir avatar May 16 '23 06:05 selimcansayilir

Static files come from https://github.com/emikulic/darkstat/tree/master/static and are compiled into the darkstat binary.

The hosts page is generated at runtime with the equivalent of printf("<td>%s</td>", ip_addr);

emikulic avatar May 17 '23 02:05 emikulic

any index.html, index.php does the file not exist?

selimcansayilir avatar May 25 '23 13:05 selimcansayilir

No, it's mostly generated inside the C code.

emikulic avatar May 25 '23 13:05 emikulic