An open API service indexing awesome lists of open source software.

https://github.com/archiveteam/universal-tracker-2

A better tracker with more features for ArchiveTeam
https://github.com/archiveteam/universal-tracker-2

Last synced: about 1 year ago
JSON representation

A better tracker with more features for ArchiveTeam

Awesome Lists containing this project

README

          

# Universal-tracker-2
A better tracker with more features for ArchiveTeam

## Running the server
### Running with python
- Install requirements `pip3 install -r requirements.txt`
- Run server `python3 server.py`
- Open your browser to [localhost:80/admin](localhost:80/admin)
- Login with `test` `12345`

### Running with docker
Coming soon...