anonymous_overflow/README.md

2.0 KiB

AnonymousOverflow

AnonymousOverflow allows you to view StackOverflow threads without the cluttered interface and exposing your IP address, browsing habits and other browser fingerprint data to StackOverflow.

This project is super lightweight by design. The UI is simple and the frontend is served as an SSR HTML requiring no JavaScript.

Screenshots

Home

Question

Answer

Instances

Instance URL Region Notes
code.whatever.social United States & Germany Operated by Whatever Social and http.james

How it works

AnonymousOverflow uses the existing question endpoint that StackOverflow uses. Simply replace the domain name in the URL with the domain name of the AnonymousOverflow instance you're using and you'll be able to view the question anonymously.

Example:

https://stackoverflow.com/questions/43743250/using-libsodium-xchacha20-poly1305-for-large-files

becomes

${instanceURL}/questions/43743250/using-libsodium-xchacha20-poly1305-for-large-files

How to deploy

AnonymousOverflow uses Docker for deployment.

Install Docker for your platform and copy the docker-compose.example.yml file to docker-compose.yml.

Then, tweak settings if needed.

Run docker compose up -d to build and start the container.

Attribution