

What TLD did you choose on porkbun? Maybe it’s a national TLD that requires your ID. I have .EU, .me and .org domains with them and I was never asked for an ID.
I’m on fosstodon


What TLD did you choose on porkbun? Maybe it’s a national TLD that requires your ID. I have .EU, .me and .org domains with them and I was never asked for an ID.


Calibre Web Automated


Haha! For sure not mine!


I’ve made a note in a paper notebook with my master password for the password manager for my wife, but she’s totally uninterested in anything I do with my server - she tried to understand, but it didn’t work. At least she’ll have access to my emails and other stuff in case I die before her.


I have a lot of music using umlaut and all other kinds of accented characters, even Japanese characters, and never had issues with them. Try symfonium client and see it you have the issue. I’ll check tempus with my server to see it there’s anything wrong.


What is the problem with their docker implementation? I use it for more than one year and had no issues yet.

I keep seeing voidauth and want to try it, but then I get to their disclaimer and I give up:
I am not a security expert! Please do not use VoidAuth for any purpose that is security critical or high risk. VoidAuth has not been audited and uses 3rd party packages for much of its functionality.


Here’s my config for Authelia, maybe it helps:
- domain: music.server.home
policy: bypass
resources:
- '^/rest.*'
- '^/api.*'
- domain: music.server.home
policy: one_factor


Jellyfin works without any issues with Android TV. I have an nVidia Shield and the simple remote does everything I need.


Looks like it’s a bug: https://github.com/nextcloud/android/issues/12137 and it’s not yet fixed, unfortunately.


If you’re running nc locally, check the logs, maybe there’s something relevant in there.


Call me old, but people should learn to discover music in different ways (friends, press, concerts, etc.) and not wait to be fed by corporations… just a thought.


Jellyfin sucks for music. I tried it several times, hoping it got better, but unfortunately it’s not the case. For the moment I’m still using Navidrome (which I used for the last 3-4 years without problems).


There’s no conflict regarding ports. Each container can have the same ports open. You’re thinking about the host network here, but it’s not the case.


Are you sure both containers (npm and audiobookshelf) are in the same network? I see you don’t specify the network in the NPM compose file.
Check that like this:
$ docker inspect container-name| grep -A3 Networks
"Networks": {
"network_name": {
"IPAMConfig": null,
"Links": null,
See if both your containers are in the same network - they should be.


This is about addressing the containers in docker. It has nothing to do with the local network.
I tested it and it’s not that reliable. At least for me it didn’t let me see events in the future (next 1,2,3 months) and I wasn’t able to modify an existing event, so I gave up. I also don’t have the time right now to open issues in their repo.


FreshRSS has some too: https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html
Wallabag is nice - it’s making an archive of the page you’re saving and I think you can export it as pdf/epub to read it on any device.
I don’t get why people don’t try to use other languages for these type of CLI tools. I get that they are familiar with JavaScript, but npm is a nightmare right now and I wouldn’t install anything with it for some time.
There’s always shell scripting available, also Go, Rust and lots of other options (I specifically don’t mention Python, as pip is also a bit problematic).