wikipedia-mirror/README.md
2025-01-17 15:16:51 +01:00

18 lines
371 B
Markdown

Change `BASE_URL` environment variable to your URL!
Production:
```bash
BASE_URL=wikipedia.localhost:8000 hypercorn src.__main__:app
```
Debug:
```bash
BASE_URL=wikipedia.localhost:8000 python3 src/
```
## Privacy
Nothing is intentionally logged, however, it's possible to tell what pages were accessed by the instance and when, due to cache. And leaking happens.