"github": "https://github.com/umami-software/umami", "discord": "https://umami.is/discord", "twitter": "https://twitter.com/umami_software", "linkedin": "https://www.linkedin.com/company/umami-software/" } } } 2 changes: 1 addition & 1 deletion 2 package.json Original file li...
之前写了一篇《免费的个人博客系统搭建及部署解决方案(Hugo + GitHub Pages + Cusdis)》,讲述了一下我使用 Serverless 和一些开源项目搭建的博客系统,也开了个系列来记录搭建过程。 前几天看到Reorx写的一篇 《搭建 umami 收集个人网站统计数据》,他介绍了umami这个项目,并使用Railway进行无服务搭建部署。 只不过我因...
Name Last commit message Last commit date Latest commit mikecao Merge pull request#3253from umami-software/analytics Feb 22, 2025 2e84fc6·Feb 22, 2025 History 4,734 Commits .github Create docker images from cloud branch. Feb 11, 2025 ...
之前写了一篇《免费的个人博客系统搭建及部署解决方案(Hugo + GitHub Pages + Cusdis)》,讲述了一下我使用 Serverless 和一些开源项目搭建的博客系统,也开了个系列来记录搭建过程。 前几天看到Reorx写的一篇 《搭建 umami 收集个人网站统计数据》,他介绍了umami这个项目,并使用Railway进行无服务搭建部署。 只不过我因...
首先,确保你已经有Github账号。如果还没有,请注册一个,因为我们要使用它来发布我们自建的Umami。 确保你有了Github账号后,你需要在Vercel和Supabase上注册账号(如果没有)。 设置Subpabase 现在,你可以登入Supabase,去到导航仪表盘页面,并点击New Project按钮。根据你个人爱好和实际需求来选择组织和输入项目名称。
You can either: Configure your build toolchain with babel-plugin-formatjs or @formatjs/ts-transformer OR Configure your eslint config to include eslint-plugin-formatjs to autofix this issue at r (https://analyze.innei.ren/_next/static/chunks/pages/_app-0e67ddf2180faf84.js:1:150) at m...
gitclone https://github.com/your_github_username/umami.git Copy Thegit clonecommand creates a copy of a repository on your computer. You will see an output similar to the following after running the command: Output Cloning into 'umami'... ...
Realtime data – get a realtime view of your current website traffic. See the exact pages where your visitors are landing. Built-in reporting to help you gain deeper insights into your data. Website:umami.is Support:GitHub Code Repository ...
I migrated this website from Jekyll to Hugo about half a year ago and also took the opportunity to move hosting from GitHub Pages to Netlify. What I didn’t think to take care of at the time was site analytics. I had been using CloudFlare to serve my site out to the interwebs and...
git clone https://github.com/umami-software/umami.gitcdumami yarn install Configure Umami Create an.envfile with the following: DATABASE_URL=connection-url The connection URL format: postgresql://username:mypassword@localhost:5432/mydb mysql://username:mypassword@localhost:3306/mydb ...