gilesknap / gphotos-sync

Google Photos and Albums backup with Google Photos Library API
Apache License 2.0
1.97k stars 163 forks source link

Bind host #358

Closed gilesknap closed 2 years ago

gilesknap commented 2 years ago

Use a patched version of Google Auth python library to allow us to bind the wsgiref.simple_server to 0.0.0.0 so that it works in a container.

codecov[bot] commented 2 years ago

Codecov Report

Merging #358 (978c25f) into main (a8cefbc) will decrease coverage by 0.01%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #358      +/-   ##
==========================================
- Coverage   89.22%   89.21%   -0.02%     
==========================================
  Files          25       25              
  Lines        1959     1957       -2     
==========================================
- Hits         1748     1746       -2     
  Misses        211      211              
Impacted Files Coverage Δ
src/gphotos_sync/Main.py 88.71% <ø> (-0.06%) :arrow_down:
src/gphotos_sync/authorize.py 90.74% <0.00%> (-0.17%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a8cefbc...978c25f. Read the comment docs.