talondnb

Results 11 comments of talondnb

I've managed to figure out that I need to enable experimental features: https://github.com/hypriot/docker/blob/master/experimental/vlan-networks.md

Yes, I'm running macvlan on my unifi-controller docker container. Here's my docker-compose. ``` version: "3.6" services: unifi-controller: image: linuxserver/unifi-controller:latest container_name: unifi-controller networks: default: ipv4_address: 10.10.1.10 environment: - PUID=1000 - PGID=1000...

No, not using a swarm. I simply wanted my unifi container to be on the same physical segment as my other devices and not a virtual segment. This worked out...

Same problem here. I get the following log entry: Google API error getting album list to get photo number, no "albums" key in [] When I run a test and...

> As a workaround for this problem, you just need to create a single album on your photo library, this is suffice to make the photo import option to show...

![Screen Shot 2021-10-12 at 19 51 10](https://user-images.githubusercontent.com/3942363/136950934-3542b971-d219-4120-9aaf-efddc112c47e.png) Make sure you Publish your app and try again. ![Screen Shot 2021-10-12 at 19 51 19](https://user-images.githubusercontent.com/3942363/136950947-49055283-ffa6-477c-86a4-3e6c7153ac41.png)

Yes, I have found this too. Any modification to access lists needs to be re-applied on the proxy hosts. I have also found another issue; if you have custom advanced...

I'm having a similar issue; - launch Code and connect Remote SSH to hosting - web host process spawns in top (code-903b1e9d89) - close Code, code-903b1e9d89 process doesn't stop -...

@chriscrowe, any chance for a version bump please?

@benedikt-bartscher could you please elaborate on how you set this up? I'm currently implementing inventree and wouldn't mind adding OIDC from the get-go. Thanks in advance.