Search6 has ended its service and is no longer supported. If you're a large server owner looking to migrate away from mee6, let me know at [email protected]
If you want to run this software yourself, it's avaliable as a docker container.
ghcr.io/randomairborne/search6
.
Developing search6 - at least the html - is unfortunately nontrivial. You will need:
create a .env file with the root where your application will be served (trailing slashes are ignored), and the URL to your redis instance, like so:
REDIS_URL=redis://localhost:6379/
ROOT_URL=http://localhost:8080/
then, you can run cargo r
each time you change the HTML, and then reload your page.