Ralph Ocdol

Results 38 comments of Ralph Ocdol

Made a pull request on your fork https://github.com/KallanX/glance/pull/1

@anthonyrom copied the rest from nextcloud ```nginx proxy_set_header Host $host:$server_port; proxy_set_header X-Forwarded-Proto $scheme; location /.well-known/carddav { return 301 /dav.php/; } location /.well-known/caldav { return 301 /dav.php/; } ```

There's a `cache: ` config for almost everything, that's just a default if not set https://github.com/glanceapp/glance/blob/233de7fc37da6976ac57c24e1607aa6e8dfd2fb7/internal/glance/widget.go#L253-L263

@svilenmarkov Thanks for this, managed to make it work, there's a bit of learning curve though. Here's an example for those who might need to use it. My example is...

> Is this only happening when there's a search widget on the page? I can't think of anything else that would interfere with those keys. Oh, I forgot to mention...

> As far as I'm aware the "Ctrl + Shift + S" shortcut for taking a screenshot in the browser is only for Firefox. I'm not sure about Chrome or...

Something like PR #765?

[Proxmox 9.1 now supports OCI images](https://www.proxmox.com/en/about/company-details/press-releases/proxmox-virtual-environment-9-1), and it would not start without a `glance.yml` file. Though there is a workaround (you'd lose backup capabilities), a basic config like: ```yml pages:...