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
- Host: GitHub
- URL: https://github.com/archiveteam/universal-tracker-2
- Owner: ArchiveTeam
- Created: 2019-12-23T01:38:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T22:07:59.000Z (almost 3 years ago)
- Last Synced: 2025-05-12T08:25:56.634Z (about 1 year ago)
- Language: Python
- Size: 30.3 KB
- Stars: 4
- Watchers: 8
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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...