mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-07-31 07:49:07 -04:00
- Replaced the All-in-One (AIO) deployment setup with a Standard Deployment configuration, introducing .env.advanced.example for advanced settings. - Updated .dockerignore to reflect the new environment file structure. - Removed .env.aio.example and associated references from documentation and workflows. - Enhanced installation instructions to clarify the new Standard Deployment process. - Updated GitHub Actions workflows to align with the new deployment structure, including smoke tests and image builds. - Improved documentation for environment variable references and deployment options.
11 lines
518 B
Markdown
11 lines
518 B
Markdown
# Umami Analytics (optional)
|
|
|
|
Umami Analytics is a free, open-source, and privacy-focused web analytics tool that can be used as an alternative to Google Analytics. Learn more about Umami Analytics [here](https://umami.is/).
|
|
|
|
To enable Umami Analytics for your AdventureLog instance, you can set the following variables in your `docker-compose.advanced.yml` under the `web` service:
|
|
|
|
```yaml
|
|
PUBLIC_UMAMI_SRC=https://cloud.umami.is/script.js # If you are using the hosted version of Umami
|
|
PUBLIC_UMAMI_WEBSITE_ID=
|
|
```
|