wikipedia-mirror/README.md

19 lines
371 B
Markdown
Raw Normal View History

2025-01-17 15:16:51 +01:00
Change `BASE_URL` environment variable to your URL!
2024-05-11 19:39:36 +02:00
2025-01-17 15:16:51 +01:00
Production:
2024-05-11 19:39:36 +02:00
2025-01-17 15:16:51 +01:00
```bash
BASE_URL=wikipedia.localhost:8000 hypercorn src.__main__:app
```
2024-05-11 19:39:36 +02:00
2025-01-17 15:16:51 +01:00
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.