How to get web UI to show job history? #437
-
|
I'm noticing that the "Job History for" table in the web UI doesn't add any rows when running manual or scheduled jobs. I see Ofelia writing job files to Is there something special I need to do so the web UI will show job history properly? Below is my config.ini and compose config: [global]
log-level=info
enable-web=true
web-address=:8081
docker-poll-interval = 60s
docker-events = true
save-folder = /var/log/ofelia
save-only-on-error = false
save-format = json
save-retention = 7d
enable-strict-validation = false
webhook-allow-remote-presets = true
webhook-allowed-hosts = ntfy.example.comofelia:
container_name: ofelia
image: ghcr.io/netresearch/ofelia:${OFELIA_VERSION}
restart: unless-stopped
command: daemon --config=/etc/ofelia/config.ini
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./ofelia/config.ini:/etc/ofelia/config.ini:ro
- ./ofelia/logs:/var/log/ofelia
- ./ofelia/ntfy-custom.yaml:/config/ntfy-custom.yaml:ro |
Beta Was this translation helpful? Give feedback.
Answered by
CybotTM
Dec 26, 2025
Replies: 1 comment 3 replies
-
|
This was a bug. It is fixed meanwhile. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
CybotTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was a bug. It is fixed meanwhile.
See #422
The fix was delivered with v0.17.1