Skip to content

echoir-oss/site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

site

so like yeah this is the site

nginx config is roughly this just replace ports

server {
    listen 6969 default_server;
    
    location /api {
        proxy_pass http://localhost:6868;
    }

    location / {
        root /mnt/disk/Echoir;
    }
}

About

Echoir's site source (work-in-progress)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published