{"id":23147544,"url":"https://github.com/entraptaj/ts-lazychecker","last_synced_at":"2026-07-13T22:31:33.847Z","repository":{"id":37089017,"uuid":"301796570","full_name":"EntraptaJ/TS-LazyChecker","owner":"EntraptaJ","description":"I'm lazy, forgetful, and disorganized and need to automate daily checks","archived":false,"fork":false,"pushed_at":"2023-01-23T13:39:18.000Z","size":903,"stargazers_count":1,"open_issues_count":28,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-27T13:00:12.658Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EntraptaJ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-06T16:58:38.000Z","updated_at":"2023-03-23T21:35:35.000Z","dependencies_parsed_at":"2023-02-12T23:31:05.064Z","dependency_job_id":null,"html_url":"https://github.com/EntraptaJ/TS-LazyChecker","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":"K-FOSS/TS-Core-Template","purl":"pkg:github/EntraptaJ/TS-LazyChecker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntraptaJ%2FTS-LazyChecker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntraptaJ%2FTS-LazyChecker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntraptaJ%2FTS-LazyChecker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntraptaJ%2FTS-LazyChecker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EntraptaJ","download_url":"https://codeload.github.com/EntraptaJ/TS-LazyChecker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntraptaJ%2FTS-LazyChecker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35439213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-17T16:52:45.311Z","updated_at":"2026-07-13T22:31:33.821Z","avatar_url":"https://github.com/EntraptaJ.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KristianFJones/TS-LazyChecker\n\nThis is a project to automate the checks of a RapidRecovery appliance to ensure backups for speficied VMs have been taken within X days.\n\n## Usage\n\n`docker-compose.yml`\n\n```yml\nversion: '3.8'\n\nnetworks:\n  internalRedis:\n    ipam:\n      driver: default\n      config:\n        - subnet: 172.16.42.0/24\n\nconfigs:\n  TSCheckerConfig:\n    name: TSCheckerConfig-1\n    file: ./config.yml\n\nservices:\n  TS-Checker:\n    image: kristianfjones/ts-lazychecker\n    deploy:\n      replicas: 3\n    configs:\n      - source: TSCheckerConfig\n        target: /app/config.yml\n    networks:\n      - internalRedis\n\n  Redis:\n    image: redis:alpine\n    networks:\n      - internalRedis\n```\n\n`./config.yml`\n\n```yml\ncontrollerUri: https://192.168.254.111:8006\n\nteamsWebHook: https://outlook.office.com/webhook/KEY\n\nauth:\n  username: administrator\n  password: password\n\nwatchedMachines:\n  - name: Finane\n    id: 5d0a35fc-097f-11eb-adc1-0242ac120002\n    daysWithoutBackup: 1\n```\n\n```sh\ndocker stack deploy TSChecker\n```\n\n## Development\n\n### Setting up the development container\n\nFollow these steps to open this project in a container:\n\n1. If this is your first time using a development container, please follow the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started).\n\n2. To use this repository, you can either open the repository in an isolated Docker volume:\n\n   - Press \u003ckbd\u003eF1\u003c/kbd\u003e and select the **Remote-Containers: Open Repository in Container...** command.\n   - Enter `K-FOSS/TS-Core-Template`\n   - The VS Code window (instance) will reload, clone the source code, and start building the dev container. A progress notification provides status updates.\n\n   Or open a locally cloned copy of the code:\n\n   - Clone this repository to your local filesystem.\n     - `git clone https://github.com/K-FOSS/TS-Core-Template.git`\n   - Open the project folder in Visual Studio Code.\n     - `code ./TS-Core-Template`\n   - Reopen in Container\n\n     - When you open the project folder in Visual Studio Code you should be prompted with a notification asking if you would like to reopen in container.\n\n     Or manually reopen\n\n     - Press F1 and select the \"Remote-Containers: Open Folder in Container...\" command.\n\n### Running\n\nOpen a VSCode Terminal\n\n```\nnpm run dev\n```\n\nOr launch with the VSCode Debugging tab\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentraptaj%2Fts-lazychecker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fentraptaj%2Fts-lazychecker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentraptaj%2Fts-lazychecker/lists"}