- Changed logging level from `info` to `debug` in plugin loading to reduce verbosity during runtime. - Significantly expanded `examples/static/README.md` with new sections, examples (basic, certbot, deny pages, JWT validator), and detailed usage instructions. - Improved `examples/docker/docker-compose-changed-label.yml` with clearer redirect syntax using JSON for better readability. - Fixed handling of empty or invalid JSON in labels within `easymapping` with fallback to default values and error logging. - Added additional entries to `.gitignore` to exclude dynamic and temporary files like auto-generated configuration files and certificates.
16 lines
358 B
Text
16 lines
358 B
Text
.idea
|
|
*~
|
|
venv
|
|
.docker_data
|
|
__pycache__
|
|
.pytest_cache
|
|
*.pyc
|
|
.env
|
|
/examples/static/conf/config.yml
|
|
/examples/docker/certs/haproxy/.place_holder_cert.pem
|
|
/examples/static/host1.local.pem
|
|
/examples/swarm/certs/host1.local.pem
|
|
/examples/docker/host2.local.pem
|
|
/examples/swarm/certs/host2.local.pem
|
|
/examples/docker/jwt_private.pem
|
|
/examples/docker/jwt_pubkey.pem
|