Upgrade Umami analytics #1

Closed
opened 2022-11-22 22:39:28 +02:00 by tudor.stanciu · 2 comments
**Releases:** https://github.com/umami-software/umami/releases **My instance:** https://toodle.ddns.net/umami-analytics/
tudor.stanciu added the
enhancement
label 2022-11-22 22:39:28 +02:00

In order to be able to use the application behind the reverse proxy, it was necessary to rebuild the docker image from the source code in order to add the variable BASE_PATH=/umami-analytics to it at build time.
This makes the application to be hosted at the base path /umami-analytics.

docker image build \
    --build-arg BASE_PATH=/umami-analytics \
    --build-arg DATABASE_TYPE=postgresql \
    -t "umami-postgresql:1.39.5" \
    .
In order to be able to use the application behind the reverse proxy, it was necessary to rebuild the docker image from the source code in order to add the variable `BASE_PATH=/umami-analytics` to it at build time. This makes the application to be hosted at the base path `/umami-analytics`. ``` docker image build \ --build-arg BASE_PATH=/umami-analytics \ --build-arg DATABASE_TYPE=postgresql \ -t "umami-postgresql:1.39.5" \ . ```
Umami is upgraded to v1.39.5 (https://github.com/umami-software/umami/releases/tag/v1.39.5)
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: toodle/home-lab#1
There is no content yet.