Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)C

calm.like.a.bomb

@ clmbmb @lemmy.dbzer0.com

Posts
2
Comments
45
Joined
3 yr. ago

  • 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).

  • monthly

    More like weekly for some months! I'm constantly in security meetings at my job because of this! I hate it.

  • 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.

  • Yeah, autocorrect.

  • Hyprland îs ceased created by a fascist. Fuck them!

  • 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.

  • Here's my config for Authelia, maybe it helps:

     yaml
        
        - 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.

  • 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:

     shell
        
    $ 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.

  • Selfhosted @lemmy.world

    Anyone self hosting Firefox Sync? I have questions.

  • Selfhosted @lemmy.world

    Traefik for two domains, one internal and one external