·
2 commits
to main
since this release
- Updated to the latest version of DuckDB (1.5)
- GeoIP database now automatically reloads if it has been updated on disk / fixed an issue where the GeoIP database would not be updated on the first boot
- Switched to using
axumas the web framework andua-parserfor user-agent parsing - Added new
listenconfiguration option to specify the address and port to listen on (can be a socket address or just a port number). The oldportoption is still supported for backwards compatibility. - Some small UI improvements and optimizations
- Container image is now based on
distroless
If you map a folder to /data and encounter permission issues, ensure it’s owned by UID 1000 (e.g. chown 1000:1000 ./data) or has appropriate permissions (e.g. chmod 777 ./data). You can also override the UID used by Liwan when starting the container by setting the --user flag (e.g. docker run --user 0 ... to keep the old behavior).