{"id":16640255,"url":"https://github.com/ysm-dev/umami","last_synced_at":"2025-10-07T04:42:21.905Z","repository":{"id":112752854,"uuid":"531093035","full_name":"ysm-dev/umami","owner":"ysm-dev","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-27T07:10:12.000Z","size":1227,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T03:23:52.380Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"umami.ysm.vercel.app","language":"JavaScript","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/ysm-dev.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}},"created_at":"2022-08-31T13:17:51.000Z","updated_at":"2023-03-08T16:43:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"88453805-b4ef-4cde-9fac-9c9646e00955","html_url":"https://github.com/ysm-dev/umami","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ysm-dev/umami","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysm-dev%2Fumami","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysm-dev%2Fumami/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysm-dev%2Fumami/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysm-dev%2Fumami/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ysm-dev","download_url":"https://codeload.github.com/ysm-dev/umami/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysm-dev%2Fumami/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278722728,"owners_count":26034461,"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-10-07T02:00:06.786Z","response_time":59,"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-10-12T07:08:18.230Z","updated_at":"2025-10-07T04:42:21.864Z","avatar_url":"https://github.com/ysm-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# umami\n\nUmami is a simple, fast, privacy-focused alternative to Google Analytics.\n\n## Getting started\n\nA detailed getting started guide can be found at [https://umami.is/docs/](https://umami.is/docs/)\n\n## Installing from source\n\n### Requirements\n\n- A server with Node.js version 12 or newer\n- A database. Umami supports [MySQL](https://www.mysql.com/) and [Postgresql](https://www.postgresql.org/) databases.\n\n### Install Yarn\n\n```\nnpm install -g yarn\n```\n\n### Get the source code and install packages\n\n```\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```\nDATABASE_URL=connection-url\n```\n\nThe connection url is in the following format:\n```\npostgresql://username:mypassword@localhost:5432/mydb\n\nmysql://username:mypassword@localhost:3306/mydb\n```\n\n### Build the application\n\n```bash\nyarn build\n```\n\n### Create database tables\n\n```bash\nyarn update-db\n```\n\nThis will also create a login account with username **admin** and password **umami**.\n\n### Start the application\n\n```bash\nyarn start\n```\n\nBy default this will launch the application on `http://localhost:3000`. You will need to either\n[proxy](https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/) requests from your web server\nor change the [port](https://nextjs.org/docs/api-reference/cli#production) to serve the application directly.\n\n## Installing with Docker\n\nTo build the umami container and start up a Postgres database, run:\n\n```bash\ndocker-compose up\n```\n\nAlternatively, to pull just the Umami Docker image with PostgreSQL support:\n```bash\ndocker pull docker.umami.dev/umami-software/umami:postgresql-latest\n```\n\nOr with MySQL support:\n```bash\ndocker pull docker.umami.dev/umami-software/umami:mysql-latest\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\nyarn update-db\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\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fysm-dev%2Fumami","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fysm-dev%2Fumami","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fysm-dev%2Fumami/lists"}