Skip to content

iRodNCP/Goat-Chat-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Goat Chat Private Server

To set this up run

    pip install sanic

Then copy Goat Chat's mediaserver to /www/goat.

add this to your nginx config

    location ~ ^/goat/(.*).php$ {
        proxy_pass http://localhost:8000/goat/$1$is_args$args;
        proxy_redirect off;
        proxy_set_header Host $host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    }

run the server by running

    python3 goat.py

About

a server emulator for Goat Chat

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages