An Open Source and simple to Use Self Hosted Redirection Service made in Django focused on Anonymity.
To use you can visit: https://redr.me/
- No Tracking and Instant Redirection
- Open Source
- Easy to Self Host and Customise
- Open API for redr.me Official Instance
- API Core [This Project]
- Frontend
Make sure you have Python and Pip installed. Python version >= 3.6 is required.
The Project uses PostgreSQL >= 11 as Database Host.
You also need Django, and other dependencies. These can be installed by running:
pip install -r requirements.txt
After you have installed the packages mentioned above, create an .env
file at app/settings/
or provide the following environment variables as available in app/settings/sample.env
After you have defined the variables mentioned above, navifate to your app
folder with your terminal and run:
python manage.py migrate
python manage.py makemigrations
python manage.py migrate
python manage.py createcachetable
Lastly, you can start the server by running:
python manage.py runserver
- Deployment Configuration and Guidelines
- Integration with LetStat (Launching soon)
- API and Contribution Docs
Made with contrib.rocks.