Skip to content

kakajuro/remove-ai-overview-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remove AI Overview backend

Remove AI Overview is an open source browser extension which allows you to remove AI Overview sections from Google's search page.

This repo is made up of:

  • The website (Astro + React)
  • The web analytics service (Umami)
  • The reverse proxy (Caddy)

Where's the extension?

The repo for the actual extension can be found here

Build Locally

Clone the project

  git clone https://github.com/kakajuro/remove-ai-overview-backend.git my-project

Go to the project directory

  cd my-project

Running the website

For the website:

  cd web
  yarn dev

Production:

The production build can be ran through the other compose file. This will include the previous services as well as the web analytics.

  docker compose up -d

Also make sure to replace the env.example files with .env files in these file locations:

caddy/.env
umami/.env

License

This project is licensed under the GPLv3 License - see LICENSE.md file for more information