{"id":27788035,"url":"https://github.com/interledger/site-analytics","last_synced_at":"2025-07-24T10:09:18.192Z","repository":{"id":265164547,"uuid":"820385398","full_name":"interledger/site-analytics","owner":"interledger","description":"📈 Umami analytics instance for tracking interledger.org","archived":false,"fork":false,"pushed_at":"2025-04-03T11:06:53.000Z","size":16722,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-30T16:53:31.795Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ilf-site-analytics.netlify.app/","language":"TypeScript","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/interledger.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-26T11:11:57.000Z","updated_at":"2025-04-03T11:07:22.000Z","dependencies_parsed_at":"2024-11-28T03:18:37.960Z","dependency_job_id":"b9784ed2-ef8d-4916-90ec-9a690ce30b09","html_url":"https://github.com/interledger/site-analytics","commit_stats":null,"previous_names":["interledger/site-analytics"],"tags_count":99,"template":false,"template_full_name":null,"purl":"pkg:github/interledger/site-analytics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger%2Fsite-analytics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger%2Fsite-analytics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger%2Fsite-analytics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger%2Fsite-analytics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interledger","download_url":"https://codeload.github.com/interledger/site-analytics/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger%2Fsite-analytics/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266824058,"owners_count":23990145,"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","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"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":"2025-04-30T16:53:30.913Z","updated_at":"2025-07-24T10:09:18.159Z","avatar_url":"https://github.com/interledger.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://content.umami.is/website/images/umami-logo.png\" alt=\"Umami Logo\" width=\"100\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eUmami\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ci\u003eUmami is a simple, fast, privacy-focused alternative to Google Analytics.\u003c/i\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/umami-software/umami/releases\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/release/umami-software/umami.svg\" alt=\"GitHub Release\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/umami-software/umami/blob/master/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/umami-software/umami.svg\" alt=\"MIT License\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/umami-software/umami/actions\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/umami-software/umami/ci.yml\" alt=\"Build Status\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://analytics.umami.is/share/LGazGOecbDtaIwDr/umami.is\" style=\"text-decoration: none;\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Try%20Demo%20Now-Click%20Here-brightgreen\" alt=\"Umami Demo\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## 🚀 Getting Started\n\nA detailed getting started guide can be found at [umami.is/docs](https://umami.is/docs/).\n\n---\n\n## 🛠 Installing from Source\n\n### Requirements\n\n- A server with Node.js version 18.18 or newer\n- A database. Umami supports [MariaDB](https://www.mariadb.org/) (minimum v10.5), [MySQL](https://www.mysql.com/) (minimum v8.0) and [PostgreSQL](https://www.postgresql.org/) (minimum v12.14) databases.\n\n### Install Yarn\n\n```bash\nnpm install -g yarn\n```\n\n### Get the Source Code and Install Packages\n\n```bash\ngit clone https://github.com/umami-software/umami.git\ncd umami\nyarn install\n```\n\n### Configure Umami\n\nCreate an `.env` file with the following:\n\n```bash\nDATABASE_URL=connection-url\n```\n\nThe connection URL format:\n\n```bash\npostgresql://username:mypassword@localhost:5432/mydb\nmysql://username:mypassword@localhost:3306/mydb\n```\n\n### Build the Application\n\n```bash\nyarn build\n```\n\n_The build step will create tables in your database if you are installing for the first time. It will also create a login user with username **admin** and password **umami**._\n\n### Start the Application\n\n```bash\nyarn start\n```\n\n_By default, this will launch the application on `http://localhost:3000`. You will need to either [proxy](https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/) requests from your web server or change the [port](https://nextjs.org/docs/api-reference/cli#production) to serve the application directly._\n\n---\n\n## 🐳 Installing with Docker\n\nTo build the Umami container and start up a Postgres database, run:\n\n```bash\ndocker compose up -d\n```\n\nAlternatively, to pull just the Umami Docker image with PostgreSQL support:\n\n```bash\ndocker pull docker.umami.is/umami-software/umami:postgresql-latest\n```\n\nOr with MySQL support:\n\n```bash\ndocker pull docker.umami.is/umami-software/umami:mysql-latest\n```\n\n---\n\n## 🔄 Getting Updates\n\nTo get the latest features, simply do a pull, install any new dependencies, and rebuild:\n\n```bash\ngit pull\nyarn install\nyarn build\n```\n\nTo update the Docker image, simply pull the new images and rebuild:\n\n```bash\ndocker compose pull\ndocker compose up --force-recreate -d\n```\n\n---\n\n## 🛟 Support\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/umami-software/umami\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/GitHub--blue?style=social\u0026logo=github\" alt=\"GitHub\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/umami_software\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Twitter--blue?style=social\u0026logo=twitter\" alt=\"Twitter\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://linkedin.com/company/umami-software\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/LinkedIn--blue?style=social\u0026logo=linkedin\" alt=\"LinkedIn\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://umami.is/discord\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Discord--blue?style=social\u0026logo=discord\" alt=\"Discord\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n[release-shield]: https://img.shields.io/github/release/umami-software/umami.svg\n[releases-url]: https://github.com/umami-software/umami/releases\n[license-shield]: https://img.shields.io/github/license/umami-software/umami.svg\n[license-url]: https://github.com/umami-software/umami/blob/master/LICENSE\n[build-shield]: https://img.shields.io/github/actions/workflow/status/umami-software/umami/ci.yml\n[build-url]: https://github.com/umami-software/umami/actions\n[github-shield]: https://img.shields.io/badge/GitHub--blue?style=social\u0026logo=github\n[github-url]: https://github.com/umami-software/umami\n[twitter-shield]: https://img.shields.io/badge/Twitter--blue?style=social\u0026logo=twitter\n[twitter-url]: https://twitter.com/umami_software\n[linkedin-shield]: https://img.shields.io/badge/LinkedIn--blue?style=social\u0026logo=linkedin\n[linkedin-url]: https://linkedin.com/company/umami-software\n[discord-shield]: https://img.shields.io/badge/Discord--blue?style=social\u0026logo=discord\n[discord-url]: https://discord.com/invite/4dz4zcXYrQ\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterledger%2Fsite-analytics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finterledger%2Fsite-analytics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterledger%2Fsite-analytics/lists"}