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/)T
Posts
8
Comments
288
Joined
3 yr. ago

  • Would love to see it.

    Here's mine from the Paperless compose.yml (non functional):

     
        
      webserver:
        image: ghcr.io/paperless-ngx/paperless-ngx
        [...]
        labels:
          - homepage.group=Productivity
          - homepage.name=Paperless
          - homepage.icon=paperless.png
          - homepage.href=https://[LOCAL URL]
          - homepage.description=Document Management
          - homepage.widget.type=paperlessngx
          - homepage.widget.url=http://[PAPERLESS IP:PORT]
          - homepage.widget.key=[PAPERLESS API TOKEN]
    
      

    And here's the error from Homepage frontend:

     
        
        API Error: Unknown error
        URL: http://[PAPERLESS IP:PORT]/api/statistics/?format=json
        Raw Error:
        {
            "errno": -110,
            "code": "ETIMEDOUT",
            "syscall": "connect",
            "address": "[PAPERLESS IP]",
            "port": [PAPERLESS PORT]
        }
    
    
      
  • I don't think it's you. The paperless widget stopped working for me recently after it had been fine before. Similar setup to yours.

    It bothered me a little but since the widget isn't actually very useful to me I didn't care to invest more time to get to the bottom of it.

  • I have a docker forgejo runner for CI with Codeberg. Where did you get stuck?

  • Happy to help. Freecad can really seem like arcane magic at first, but it does get better. These videos helped me a lot.

  • Bambu-Farm self-hosted server application works well for me together with a VPN into my home network. Made to control print farms, but single printers work all the same.

  • Neat idea with the key switches. Could be multiplexed like a keyboard matrix. With smart LEDs and some way to multiplex the output stage as well (or some shift registers), this could be nicely implemented one an esp32 or something.

  • Removed

    Help with Decluttarr

    Jump
  • On second read, maybe you already knew that.

  • Removed

    Help with Decluttarr

    Jump
  • A virtual environment is just a copy of the python and pip binaries. When you activate the venv, the venv dirs temporarily get added to your path, so your regular python alias points to the binary in the venv (run which python with venv active to verify). Pip will install modules to a subdir of your venv. It basically works like npm and the node_modules dir.

  • Thanks. Do you host five filters? Do you pay for it?

  • Would you mind elaborating a bit? I've been looking into good rss solutions lately and blogs without a feed were where I got stuck. How do you use five filters? How do the two components work together?

    Edit: Also, some sites WITH a feed like Pitchfork are next to useless when all you get is the headline.

  • How can you trust a man who wears both a belt and suspenders? The man can't even trust his own pants.

  • The answer might surprise you.

  • Sure, I'd subscribe to one.

  • Really starting to feel like 2025 is the year before subsidized time...

  • There's an ongoing feature request about recurrence on the Nextcloud github. There was mention that using a client that supports it is no problem, but to be careful not to mark a task as complete on the web UI, as that would remove the entire task instead of marking one repetition as complete.

  • Is there a specific reason you're taking the services down before bringing them back up? Just docker compose pull && docker compose up -d recreates all services that had a new image pulled, but leaves the others running.

  • That's painful to look at. You can do markdown code blocks with triple-backticks `

  • +1