https://github.com/devops-works/send-tools
Clean up firefox Send repositories
https://github.com/devops-works/send-tools
Last synced: about 1 year ago
JSON representation
Clean up firefox Send repositories
- Host: GitHub
- URL: https://github.com/devops-works/send-tools
- Owner: devops-works
- Created: 2024-02-05T19:29:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T08:35:23.000Z (about 2 years ago)
- Last Synced: 2024-06-21T08:19:19.335Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Firefox send tools
## Description
Tools for Firefox Send (https://github.com/timvisee/ffsend).
- `send-cleanup`: remove keys in Redis without a corresponding file in GCS
- `send-exporter`: expose storage metrics to Prometheus (TODO)
The former is intended to be used as a `CronJob`, while the latter is an
exported intended to be run as a `Deployment`.
## Installation
TBD
## Usage
TBD
## TODO
Allow other backend storages and use proper backend according to URL, e.g:
- `gs://` -> GCS
- `s3://` -> S3
- `file://` or `^/` -> local file system
## Contributing
TBD
## License
MIT