mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
update runtimes
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
- name: Install Runtimes
|
||||
run: |
|
||||
wget -O erlang.deb https://packages.erlang-solutions.com/erlang/debian/pool/esl-erlang_23.2-1~ubuntu~focal_amd64.deb
|
||||
wget -O elixir.deb https://packages.erlang-solutions.com/erlang/debian/pool/elixir_1.11.2-1~ubuntu~focal_all.deb
|
||||
wget -O elixir.deb https://packages.erlang-solutions.com/erlang/debian/pool/elixir_1.11.3-1~ubuntu~focal_all.deb
|
||||
sudo dpkg -i erlang.deb
|
||||
sudo dpkg -i elixir.deb
|
||||
- name: Install Dependencies
|
||||
@@ -53,10 +53,10 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install runtimes
|
||||
run: |
|
||||
curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
|
||||
curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -
|
||||
sudo apt install nodejs
|
||||
wget -O erlang.deb https://packages.erlang-solutions.com/erlang/debian/pool/esl-erlang_23.1-1~ubuntu~focal_amd64.deb
|
||||
wget -O elixir.deb https://packages.erlang-solutions.com/erlang/debian/pool/elixir_1.11.2-1~ubuntu~focal_all.deb
|
||||
wget -O elixir.deb https://packages.erlang-solutions.com/erlang/debian/pool/elixir_1.11.3-1~ubuntu~focal_all.deb
|
||||
sudo dpkg -i erlang.deb
|
||||
sudo dpkg -i elixir.deb
|
||||
- name: Build release
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
elixir 1.11.2-otp-23
|
||||
elixir 1.11.3-otp-23
|
||||
erlang 23.2.1
|
||||
nodejs 10.23.0
|
||||
nodejs 14.15.4
|
||||
python 3.7.9
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
<pre>
|
||||
<code id="wg-conf">
|
||||
[Interface]
|
||||
PrivateKey = <%= @device.private_key %>
|
||||
[Interface]
|
||||
PrivateKey = <%= @device.private_key %>
|
||||
|
||||
[Peer]
|
||||
PublicKey = <%= @device.server_pubkey %>
|
||||
AllowedIPs = 0.0.0.0/0, ::/0
|
||||
Endpoint = <%= Application.fetch_env!(:fg_http, :vpn_endpoint) %>
|
||||
[Peer]
|
||||
PublicKey = <%= @device.server_pubkey %>
|
||||
AllowedIPs = 0.0.0.0/0, ::/0
|
||||
Endpoint = <%= Application.fetch_env!(:fg_http, :vpn_endpoint) %>
|
||||
</code>
|
||||
</pre>
|
||||
</div>
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
<div phx-hook="QrEncode" class="columns">
|
||||
<div class="column is-6">
|
||||
<h4 class="subtitle is-4">Device added!</h4>
|
||||
<h4 class="subtitle is-4">Device Added!</h4>
|
||||
|
||||
<dl class="content">
|
||||
<dt>Device Public Key:</dt>
|
||||
@@ -51,7 +51,7 @@
|
||||
<div class="level">
|
||||
<div class="level-left">
|
||||
<%=
|
||||
link("Cancel and Go Back to Devices", to: Routes.device_path(@socket, :index))
|
||||
link("Go Back to Devices", to: Routes.device_path(@socket, :index))
|
||||
%>
|
||||
</div>
|
||||
<div class="level-right">
|
||||
|
||||
Reference in New Issue
Block a user