{"id":20003871,"url":"https://github.com/neurophant/ouija-config","last_synced_at":"2025-10-09T02:08:39.543Z","repository":{"id":190191367,"uuid":"682107865","full_name":"neurophant/ouija-config","owner":"neurophant","description":"Relay and proxy setup configuration with supervisor and nginx for Ouija","archived":false,"fork":false,"pushed_at":"2023-08-27T22:53:20.000Z","size":134,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T02:03:00.285Z","etag":null,"topics":["asyncio","censorship","cipher","encrypted","entropy","http","https","network","proxy","relay","security","tcp","tunnel","udp"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neurophant.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-23T13:08:10.000Z","updated_at":"2023-08-27T22:52:33.000Z","dependencies_parsed_at":"2024-11-13T09:15:19.067Z","dependency_job_id":null,"html_url":"https://github.com/neurophant/ouija-config","commit_stats":null,"previous_names":["neurophant/ouija-config"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/neurophant/ouija-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neurophant%2Fouija-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neurophant%2Fouija-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neurophant%2Fouija-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neurophant%2Fouija-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neurophant","download_url":"https://codeload.github.com/neurophant/ouija-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neurophant%2Fouija-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000774,"owners_count":26082906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asyncio","censorship","cipher","encrypted","entropy","http","https","network","proxy","relay","security","tcp","tunnel","udp"],"created_at":"2024-11-13T05:27:36.585Z","updated_at":"2025-10-09T02:08:39.514Z","avatar_url":"https://github.com/neurophant.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Ouija config\n============\n\nRelay and proxy setup configuration with supervisor and nginx for `Ouija \u003chttps://github.com/neurophant/ouija\u003e`_\n\nFeatures\n--------\n\n* Easy to install, configure and use\n* TCP/UDP tunneling\n* Pluggable traffic ciphers\n* Pluggable traffic entropy control\n\nOuija hides TCP traffic in encrypted TCP/UDP tunnel between relay and proxy servers\n\n.. image:: https://raw.githubusercontent.com/neurophant/ouija-config/main/ouija.png\n    :alt: TCP/UDP tunneling\n    :width: 800\n\nRequirements\n------------\n\n* Python 3.11+\n* Ouija 1.3.1+\n\nInstall prerequisites (Ubuntu)\n------------------------------\n\n.. code-block:: bash\n\n    sudo add-apt-repository ppa:deadsnakes/ppa\n    sudo apt update\n    sudo apt install python3.11-full\n    sudo apt-get install supervisor\n\n    cd /var\n    git clone https://github.com/neurophant/ouija-config.git\n    cd ouija-config\n    python3.11 -m venv .env\n    source .env/bin/activate\n    pip install ouija\n    # edit your settings and secrets at /var/ouija-config/config/\n    sudo cp supervisor/supervisord.conf /etc/supervisor/supervisord.conf\n\n    # to serve PAC via nginx\n    sudo apt install nginx\n    mkdir /var/www\n\nInstall as relay (Ubuntu)\n-------------------------\n\n.. code-block:: bash\n\n    sudo cp supervisor/ouija-relay.conf /etc/supervisor/conf.d/ouija-relay.conf\n    sudo systemctl restart supervisor.service\n\nInstall as proxy (Ubuntu)\n-------------------------\n\n.. code-block:: bash\n\n    sudo cp supervisor/ouija-proxy.conf /etc/supervisor/conf.d/ouija-proxy.conf\n    sudo systemctl restart supervisor.service\n\nInstall nginx PAC (Ubuntu)\n--------------------------\n\n.. code-block:: bash\n\n    cp nginx/nginx.conf /etc/nginx/nginx.conf\n    cp nginx/proxy.pac /var/www/proxy.pac\n    sudo systemctl restart nginx\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneurophant%2Fouija-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneurophant%2Fouija-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneurophant%2Fouija-config/lists"}