Sebastien Wains

Results 28 comments of Sebastien Wains

Probably not super helpful but my workaround was to move to bspwm which comes with spiral scheme by default. https://github.com/baskerville/bspwm#spiral-scheme

Hey @pirate I just discovered about archivebox, that's awesome and a great extension to Shaarli! Unfortunately the problem subsists. ![image](https://user-images.githubusercontent.com/2285094/162987251-dc5e2694-0983-4ca4-a934-5e90e0aa034f.png) Running dev branch of Shaarli. Also besides the Shaarli links,...

For what it's worth Photoview has been implementing support for HEIC, see https://github.com/photoview/photoview/pull/271/files and https://github.com/strukturag/libheif

I'm also interested in the feature in the sense that the Canon 5D mark IV (and a few other models) cameras have a physical "rate" button that I use quite...

I'm reviving this issue. I want to reorganize pictures in `year/month/` subfolders after they are synced. This afternoon, I started moving some pictures under `2018/09/`. I then noticed Seadroid started...

I recently migrated Seafile from one VPS to another. Meanwhile I upgraded the minimum TLS from v1.2 to v1.3 on the Traefik reverse proxy. The Linux client didn't complain but...

Indeed, let's keep the code base light. A simple link taking to examples would be perfect!

I actually discovered https://gotify.net/docs/more-pushmsg just now. That's exactly the kind of example I was looking for when opening this case. Can we merge https://gotify.net/docs/pushmsg and https://gotify.net/docs/more-pushmsg ? I can take...

@jmattheis yup, makes sense. Renaming to Library and putting it right after pushmsg would probably be a bit clearer?

Works for me by passing the token in the URL: ``` CIAO_WEBHOOK_ENDPOINT_GOTIFY: "https://gotify.example.org/message?token=XYZ" CIAO_WEBHOOK_PAYLOAD_GOTIFY: '{"title": "status.example.org - __name__","message": "Before: __status_before__\nNew status: __status_after__", "priority": 1}' ```