r2evans

Results 113 comments of r2evans

The issue is that the margins are different based on the presence of an inset. If we look at just one corner (red border added externally for clarity), we see...

That makes sense, thanks. Since no overarching title was added, is there a way to prevent or control this double-margin?

The caldav account is different than the IMAP account (different servers/domains). That would be convenient, but unfortunately not shared. (I could of course recommend that he keep the two passwords...

@djelenc, you suggest writing a proxy that *intercepts* all SSH connection attempts, determines if the connection is meant for gitlab or not, and then forwarding the connection to the "real"...

I just tested this locally, and it worked. Assuming a topology similar to: ``` . . .+ +..+ - . . -. .%.+..+%m..m.-%---- -. --+#m*+m%+#%%##+##*#m+%--+. +----------+ +#*####################%#.%- | | .m...

@sgofferj did you ever get this working? I'm trying now, using ``` traefik-forward-auth: image: thomseddon/traefik-forward-auth:2 environment: - DEFAULT_PROVIDER=generic-oauth - PROVIDERS_GENERIC_OAUTH_AUTH_URL=https://..../apps/oauth2/authorize - PROVIDERS_GENERIC_OAUTH_TOKEN_URL=https://..../apps/oauth2/api/v1/token - PROVIDERS_GENERIC_OAUTH_USER_URL=https://..../ocs/v2.php/cloud/user?format=json - PROVIDERS_GENERIC_OAUTH_CLIENT_ID=.... - PROVIDERS_GENERIC_OAUTH_CLIENT_SECRET=.... - SECRET=.......

@sgofferj is that using NC as the provider, or did you convert NC to use Authentik as the provider?

I'm finding it in rocker/shiny-verse:4.2.2 but not in 4.2.1. While I don't know for sure where the true cause is (openblas or here), it does seem meaningful that some difference...

> Can you try upgrading your docker version? Yes, that's what it is, it resolves with 20.10.21. (Unfortunately for me the CI system is in desperate need of update (ubuntu...

A related issue in server https://github.com/nextcloud/server/issues/30096 was closed last year, though it is still happening. Can a dev comment please?