• 7 Posts
  • 212 Comments
Joined 2 years ago
cake
Cake day: July 3rd, 2023

help-circle
  • 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]
        }
    








  • tofubltoSelfhosted@lemmy.worldHelp with Decluttarr
    link
    fedilink
    English
    arrow-up
    3
    ·
    25 days ago

    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.





  • I feel you. I’ve also had this experience with many parts of Odoo, and the website builder strikes me as one of the more unstable parts of the system. Although I haven’t tried 18.0.

    As suspected, I don’t have a good answer for you, but maybe general advice: With the website app, I found that some settings hide in the odoo settings pages, where I didn’t expect having to look for them. Moreover, when working with the website builder, it pays off to keep the site open in a private browser window (not logged in). Elements like the sign in thing tend to have different behaviour for users vs. anonymous visitors.

    And lastly, if the above doesn’t help, I recommend you keep at it and find the elements in the HTML/CSS editor. It’s not very satisfying to hear it and it’s a painful experience, but you do learn a lot and you WILL find it if you keep at it. That’s my experience at least (I wrote my own document template, and boy do I hate that templating engine. But got it to do what I want in the end, and I know much more about Odoo now.)








  • tofubltoSelfhosted@lemmy.worldOn todo lists
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 months ago

    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.