Oscar Carlsson

Results 13 comments of Oscar Carlsson

Ah, I was trying to figure out what wasn't working with my setup but I guess it won't work no matter what I try then. I don't know any ruby...

I've successfully started magneticod on FreeBSD 11, I think it's safe to mark this as resolved.

I've tried removing STARTTLS from my configuration (as recommended by others) but it doesn't fix the issue. It's still crashing from a stack overflow. ~~Could it be something as silly...

I got it working after some help - I changed port (to 587/tcp, from the [provider recommended port 465/tcp](https://www.migadu.com/guides/)) and added masquerade. But I guess that the stack overflow should...

I should add that I had to strip the backticks in the original mail to make the formatting above look correct, in case anyone wonders if they disappeared in the...

I've seen this issue for at least a year, but it's rare that I include non-ascii so I haven't reported it until now. :)

Ah, I will update this PR when I have time!

So the issue here is a small typo at the end of the line in the documentation. The current line is: hook = ([ -d .git ] || git init)...

Try enabling the WAL (write-ahead log), which should enable you to use the DB while scanning. sqlite3 /app/database/photoview.db 'PRAGMA journal_mode=WAL;' You need sqlite3 installed somewhere, either in another container or...

Hi, This issue lacks enough detail to be of any use. Some things that might be interesting to add to make it easier to figure out if there are any...