BirgerK
BirgerK
Would like to use authenticate with GitHub and Twitter OAuth. :)
Would this be a smooth solution? : * add a docker-network with the subnet f.e. `192.168.253.0/24` * add VPN-container and every service-container to this docker-network * add `push 192.168.253.0 255.255.255.0`...
Well, it sounds like a great idea, but I don't get it working. My setup: I got this Image running as a container named `my-ovpn`. `my-ovpn` is connected to a...
TL;DR: How do you route to a container which is connected with your vpn-container by a docker-network?
I prepared a docker-compose-example for you: ``` version: '2' services: openvpn: cap_add: - NET_ADMIN image: kylemanna/openvpn ports: - "1194:1194/udp" volumes: - /tmp/openvpn/conf:/etc/openvpn networks: public: ipv4_address: 172.100.0.10 private: ipv4_address: 172.200.0.10 webserver:...
@farfeduc and then configure the NAT'ing on the created bridge? Would this work? (Never added a bridge before) EDIT: and yes, I'm already using the client-to-client-option. :) For now I...
Thanks for your response and the HowTo. I added the dependencies-project to every Swing-Palette (Swing Containers, Swin Controls, Beans, Borders,...), but it doesn't help. It still can't find the components....
I checked the class names and they match. The exception shows exactly the name which was added to the palette. But the exception stays. It worked as a maven project....
Hi again, some more explanation: My project is a multi-gradle-project with this directory-structure: ``` / |- build.gradle |- child-project-A |- build.gradle |- child-project-B |- build.gradle ``` `child-project-B` contains some custom...
.... anything happening.... ?