{"id":19976020,"url":"https://github.com/dockette/kumatron","last_synced_at":"2025-05-04T02:34:29.823Z","repository":{"id":178672570,"uuid":"611628625","full_name":"dockette/kumatron","owner":"dockette","description":"🐳  Uptime Kuma with extra juicy configuration and streaming SQLite.","archived":false,"fork":false,"pushed_at":"2024-03-31T14:48:46.000Z","size":18,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-31T15:30:46.911Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dockette.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":["f3l1x"]}},"created_at":"2023-03-09T08:08:53.000Z","updated_at":"2023-11-01T17:42:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"313b4550-23fd-47d3-bec1-10c62498b49c","html_url":"https://github.com/dockette/kumatron","commit_stats":null,"previous_names":["dockette/kumatron"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockette%2Fkumatron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockette%2Fkumatron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockette%2Fkumatron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockette%2Fkumatron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dockette","download_url":"https://codeload.github.com/dockette/kumatron/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224381054,"owners_count":17301738,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-11-13T03:21:29.644Z","updated_at":"2025-05-04T02:34:29.810Z","avatar_url":"https://github.com/dockette.png","language":"Shell","funding_links":["https://github.com/sponsors/f3l1x"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=center\u003eDockette / Kumatron\u003c/h1\u003e\n\n\u003cp align=center\u003e\n   🐳 \u003ca href=\"https://github.com/louislam/uptime-kuma\"\u003eUptime Kuma\u003c/a\u003e with extra juicy configuration and streaming SQLite.\n\u003c/p\u003e\n\n\u003cp align=center\u003e\n🕹 \u003ca href=\"https://f3l1x.io\"\u003ef3l1x.io\u003c/a\u003e | 💻 \u003ca href=\"https://github.com/f3l1x\"\u003ef3l1x\u003c/a\u003e | 🐦 \u003ca href=\"https://twitter.com/xf3l1x\"\u003e@xf3l1x\u003c/a\u003e\n\u003c/p\u003e\n\n-----\n\n## Usage\n\n**Basic**\n\n```\ndocker run \\\n\t-it \\\n\t--rm \\\n\t-p 3001:3001 \\\n\t-e DATA_DIR=./data \\\n\t-v /your/path:/app/data \\\n\tdockette/kumatron\n```\n\n## SQLite + Litestream\n\n\u003e [Litestream](https://litestream.io/) is extra horse power for SQLite. Stream SQLite to cloud storage, e.q. S3.\n\n```\ndocker run \\\n\t-it \\\n\t--rm \\\n\t-p 3001:3001 \\\n\t-e DATA_DIR=./data \\\n\t-e LITESTREAM=1 \\\n\t-e LITESTREAM_TEMPLATE=s3 \\\n\t-e LITESTREAM_DB_FILE=/app/data/kuma.db \\\n\t-e LITESTREAM_S3_ENDPOINT=yourbucket.minio.tld \\\n\t-e LITESTREAM_S3_REGION=foobar \\\n\t-e LITESTREAM_S3_PATH=foobar \\\n\t-e LITESTREAM_S3_BUCKET=foobar \\\n\t-e LITESTREAM_S3_ACCESS_KEY_ID=foobar \\\n\t-e LITESTREAM_S3_SECRET_ACCESS_KEY=foobarbaz \\\n\t-e LITESTREAM_RETENTION=24h \\\n\t-e LITESTREAM_RETENTION_CHECK_INTERVAL=1h \\\n\t-e LITESTREAM_SNAPSHOT_INTERVAL=10s \\\n\t-e LITESTREAM_SYNC_INTERVAL=1s \\\n\t-e LITESTREAM_VALIDATION_INTERVAL=12h \\\n\t-v /your/path:/app/data \\\n\tdockette/kumatron\n```\n\n\u003e [!TIP]\n\u003e For more detailed configuration options, please refer to the [Litestream official documentation](https://litestream.io/reference/config/).\n\n## Development\n\nSee [how to contribute](https://contributte.org/contributing.html) to this package.\n\nThis package is currently maintaining by these authors.\n\n\u003ca href=\"https://github.com/f3l1x\"\u003e\n    \u003cimg width=\"80\" height=\"80\" src=\"https://avatars2.githubusercontent.com/u/538058?v=3\u0026s=80\"\u003e\n\u003c/a\u003e\n\n-----\n\nConsider to [support](https://github.com/sponsors/f3l1x) **f3l1x**. Also thank you for using this package.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdockette%2Fkumatron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdockette%2Fkumatron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdockette%2Fkumatron/lists"}