~jlkde

Germany

https://blog.jlk.one/

Product Owner @ univention.com

Trackers

~jlkde/minifluxWorker

Last active 1 year, 7 days ago

~jlkde/goUtils

Last active 2 years ago

~jlkde/goRepoblog

Last active 2 years ago

~jlkde/goThesaurus

Last active 4 years ago

~jlkde/goWallabot

Last active 4 years ago

#17 segfault when encountering internal server error 1 year, 7 days ago

bug added by ~jlkde on ~jlkde/minifluxWorker

#17 segfault when encountering internal server error 1 year, 7 days ago

Ticket created by ~jlkde on ~jlkde/minifluxWorker

2024/02/04 21:54:34 ERR: miniflux: internal server error: store: unable to fetch user: pq: sorry, too many clients already
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x2380d0]

goroutine 29 [running]:
main.FetchEntries({0x4000618000?, 0x1, 0x40001825c0?}, {0x40001825cc, 0x4}, 0x1?)
        /app/miniflux.go:52 +0x1c0
main.Rule.GetEntries({{0x40001a8150, 0x12}, {{0x40001825c0, 0x5}, {0x400019e3a0, 0x1, 0x1}}, {{0x40001825cc, 0x4}, {0x40001825d0, ...}, ...}, ...}, ...)
        /app/rule.go:65 +0x39c
created by main.main in goroutine 1
        /app/main.go:136 +0x700

#16 Busybox tools broken on cross-arch builds 1 year, 13 days ago

bug added by ~jlkde on ~jlkde/minifluxWorker

#16 Busybox tools broken on cross-arch builds 1 year, 13 days ago

Ticket created by ~jlkde on ~jlkde/minifluxWorker

Problem is that tools from busybox are fetched and installed on build time - While the app itself is cross compiled this will bundle executables of the hosts arch to all images.

#14 Allow for alternative credential handling 1 year, 13 days ago

Comment by ~jlkde on ~jlkde/minifluxWorker

jlkDE referenced this ticket in commit d1d03d8.

#14 Allow for alternative credential handling 1 year, 13 days ago

Comment by ~jlkde on ~jlkde/minifluxWorker

jlkDE referenced this ticket in commit c07067f.

REPORTED RESOLVED IMPLEMENTED

#15 Allow to overwrite log level from env 1 year, 7 months ago

refactor added by ~jlkde on ~jlkde/minifluxWorker

#15 Allow to overwrite log level from env 1 year, 7 months ago

Ticket created by ~jlkde on ~jlkde/minifluxWorker

To simplify debugging without having to touch the config file. Relates to #14

#14 Allow for alternative credential handling 1 year, 7 months ago

refactor added by ~jlkde on ~jlkde/minifluxWorker

#14 Allow for alternative credential handling 1 year, 7 months ago

Ticket created by ~jlkde on ~jlkde/minifluxWorker

The config file currently contains a secret and should be handled this way - Optional ways to exclude credentials from this file would be better to allow for a more secure file handling and come in handy to version it.