Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install caddy-umami module #14

Merged
merged 1 commit into from
Apr 7, 2024
Merged

Conversation

jonaharagon
Copy link
Contributor

Before merging, what you would do on your server is:

wget https://github.com/jonaharagon/caddy-build/releases/latest/download/caddy-linux-amd64
chmod +x caddy-linux-arm64
sudo dpkg-divert --divert /usr/bin/caddy.default --rename /usr/bin/caddy
sudo mv ./caddy-linux-arm64 /usr/bin/caddy.custom
sudo update-alternatives --install /usr/bin/caddy caddy /usr/bin/caddy.default 10
sudo update-alternatives --install /usr/bin/caddy caddy /usr/bin/caddy.custom 50
sudo systemctl restart caddy

Explanation of these commands is in the PR. Closes #10

Comment on lines +3 to +4
event_endpoint "https://stats.thenewoil.org/api/send"
website_uuid "0cdf6f5b-9b3b-4815-9d22-8cb4d6132781"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Obviously (or not) you will need to replace this ID with the one from your Umami dashboard once you have it installed and the website set up in it.

@tnonate tnonate merged commit 1bf907e into tnonate:main Apr 7, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Find a permanent solution for analytics
2 participants