- 02 Jul, 2022 2 commits
- 14 Jun, 2022 6 commits
- 10 Jun, 2022 1 commit
-
-
micah authored
It was possible for the `provider` service to not get an updated provider.json when it is generated if it is scheduled on a different backend than `vpnweb`, because it didn't have its own role to apply that template. This fixes that missing piece for the `provider` service. However, because the provider role and the vpnweb both need to be able to reference the templates that are rendered by simplevpn, this abstracts that into its own role so both can use it.
-
- 09 Jun, 2022 1 commit
-
-
micah authored
-
- 08 Jun, 2022 1 commit
-
-
micah authored
If clients connect with, for example, 'CN=UNLIMITED4rlkwpr0kitv5umpy34m933ko' they should be allowed to verify the same as if they connect with 'CN=UNLIMITED'.
-
- 24 May, 2022 1 commit
-
-
micah authored
If it is not set, it should default to the 'api' endpoint. Note, this requires https://git.autistici.org/ai3/float/-/merge_requests/266
-
- 10 May, 2022 2 commits
-
-
micah authored
These rae already defined in site.yml, no sense in importing them again.
-
micah authored
For transition from the old platform, it can be useful to have the vpnweb respond to another domain. For example, calyx responds now on api.calyx.net, however the vpnweb with lilypad will appear on api.vpn.calyx.net. With this change it is possible to configure `custom_vpn_web_domains: [api.calyx.net]` to have it available there as well.
-
- 04 Apr, 2022 1 commit
-
- 01 Mar, 2022 2 commits
- 25 Feb, 2022 1 commit
-
-
Sam Whited authored
Prior to Go 1.17 the "go get" command was overloaded to install library dependencies and applications. As of Go 1.17 installing applications with it results in a warning, and as of Go 1.18 it will no longer be used to install applications. This patch updates the readme to use "go install" instead. TL;DR — "go get" updates module dependencies, "go install" builds binaries and sticks them in $GOBIN. Signed-off-by:
Sam Whited <sam@samwhited.com>
-
- 15 Feb, 2022 2 commits
-
-
micah authored
MENSHEN_API now needs explicit https:// prefix See merge request leap/container-platform/lilypad!52
-
Gui authored
this is required as of leap/menshen@fa1e4442
-
- 14 Feb, 2022 3 commits
-
-
micah authored
Add note to README.md about the location names See merge request leap/container-platform/lilypad!51
-
micah authored
VPN: use first ipv4 and ipv6 found in host['ips'] to determine ingress IPs put in eip-service.json See merge request leap/container-platform/lilypad!50
-
- 13 Feb, 2022 3 commits
-
-
micah authored
-
micah authored
subrepo: subdir: "float" merged: "c75bee81" upstream: origin: "https://git.autistici.org/ai3/float.git" branch: "master" commit: "c75bee81" git-subrepo: version: "0.4.1" origin: "https://github.com/ingydotnet/git-subrepo" commit: "a04d8c2"
-
micah authored
. test env ansible needs to have the action plugins available . specify default variable for when vpnweb_auth is empty . remove example openvpn_tcp_network6 . don't run leap-prometheus role . ensure roles are added to hosts in test environment . set a specific MENSHEN_API for CI builds . allow for an insecure http API call for internal tests Update .gitlab-ci.yml for fixing test builds: . Replace the copy with built-in --additional-config flags . Set the vpn gateway Location in the inventory automatically . Bring in a pre-fabricated site.yml that will work for CI . Remove the backend group from the vpn host3
-
- 08 Feb, 2022 2 commits
- 03 Feb, 2022 1 commit
-
-
micah authored
subrepo: subdir: "float" merged: "f1ee5fa4" upstream: origin: "https://git.autistici.org/ai3/float.git" branch: "master" commit: "f1ee5fa4" git-subrepo: version: "0.4.1" origin: "https://github.com/ingydotnet/git-subrepo" commit: "a04d8c2"
-
- 18 Jan, 2022 2 commits
- 14 Dec, 2021 5 commits
- 24 Nov, 2021 1 commit
-
-
Kali Kaneko authored
-
- 05 Oct, 2021 3 commits
-
-
micah authored
subrepo: subdir: "float" merged: "7406f7a" upstream: origin: "https://git.autistici.org/ai3/float.git" branch: "master" commit: "7406f7a" git-subrepo: version: "0.4.1" origin: "https://github.com/ingydotnet/git-subrepo" commit: "a04d8c2"
-
micah authored
Instead, install ansible-mitogen package
-
micah authored
-