Twiddly

Results 107 comments of Twiddly

Hello, only one feature request per issue. Make a new one for the metadata one.

It's a harmless error. I just need to silence it.

This is a weird issue that I'm not entirely sure how is happening. You are using the postgresql dialect, right? In you're config.yaml: ``` db: dialect: postgres ``` ?

This already exists in some form. When you enter edit mode on a gallery, a button to synchronise the pages appears ![billede](https://user-images.githubusercontent.com/11841002/111909876-493a0f00-8a5f-11eb-853d-e148db1a446c.png) I agree that a plugin needs to handle...

Hi, for now you can use v0.9.2 to import and then apply the v0.12.4 update and it'll automatically update.

Hello, having not used traefik before, I could only guess why it doesn't work. In the NGINX example, [as shown in the docs](https://happypandax.github.io/usage.html#reverse-proxy), a path for the websocket endpoint had...

No, it was meant as an example taken from the nginx configuration. I think you'd have to look up the traefik-equivalent way of doing it.

I've tried setting it up using docker compose but I can't even get it to the loading screen at all? I followed the quick start guide on their page: ```...

Okay so after further reading on traefik, I got it working with this config: ``` version: '3.5' services: hpx: image: twiddly/happypandax:latest labels: - traefik.enable=true - traefik.frontend.rule=Host:hpx.local - traefik.port=7008 - traefik.frontend.entryPoints=http...