Skip to content

Commit

Permalink
Add cache for Video IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
thevops committed Jul 3, 2024
1 parent 3e95b76 commit ee1d251
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,4 @@ dist
# Custom
config/*.yaml
!config/_template.yaml
data/
1 change: 1 addition & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ services:
restart: unless-stopped
volumes:
- ./config/production.yaml:/config/production.yaml:ro
- ./data:/data
2 changes: 1 addition & 1 deletion config/_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ log_level: info
frequency: 30 # minutes
raindrop_token: "..."
raindrop_collection_id: "..."
cache_file_path: "cache.json"
cache_file_path: "/data/cache.json"
feeds:
- name: DevOpsToolkit
channel_id: UCfz8x0lVzJpb_dgWm9kPVrw
Expand Down

0 comments on commit ee1d251

Please sign in to comment.