So basically, a cool file server that is for public trust, so people trust the website. It will show the hashed content of files, and hide other files specific, to their name, path, or suffix (.env)
Pseudo code:
function getFiles(dir){ // a simple test function
let _files = {
"folders":[],
"files":[]