Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

randomairborne/search6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

search6

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.

Development

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.