polykit-cache 0.2.0

Self-hosted HTTP cache server for Polykit remote caching
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Example CLI arguments for polykit-cache
# These are command-line flags, not environment variables
# 
# Usage:
#   polykit-cache \
#     --storage-dir ./cache \
#     --max-size 1073741824 \
#     --bind 127.0.0.1 \
#     --port 8080 \
#     --log-level info
#
# Or with docker-compose, set them in the command section