You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.7 KiB
HTML

{% extends 'pages/_install_base.html' %}
{% load i18n %}
{% load static %}
{% block pagetitle %}
{% trans "Install on Chrome OS" %}
{% endblock %}
{% block wireguard_outer %}
{% endblock %}
{% block openvpn_outer %}
<div class="install-section content-box">
<h3>{% trans "With OpenVPN" %}</h3>
<div class="install-instructions">
<ol>
<li>
{% blocktrans trimmed %}
Download the .onc file needed in <a href="/account/config">your account</a>.
Select Chrome OS as the target OS.
{% endblocktrans %}
</li>
<li>
{% blocktrans trimmed with url="chrome://net-internals/#chromeos" %}
Go to <a href="{{url}}">{{url}}</a>, "ChromeOS" section, and import the downloaded file.
It won't display any confirmation; don't worry, it should have imported it anyway.
{% endblocktrans %}
<img src="{% static "pageimg/install_chromeos_1_arrows.png" %}" alt="screenshot" />
</li>
<li>
{% blocktrans trimmed %}
Open the Chrome OS Settings, click on Private Network (under Ethernet and Wi-Fi),
and select CCrypto VPN.
{% endblocktrans %}
<img src="{% static "pageimg/install_chromeos_2.png" %}" alt="screenshot" />
</li>
<li>
{% blocktrans trimmed %}
Then click the Connect button, enter your password, and Connect again.
{% endblocktrans %}
<img src="{% static "pageimg/install_chromeos_3.png" %}" alt="screenshot" />
</li>
<li>
{% trans "Wait a few seconds and it should be connected." %}
<img src="{% static "pageimg/install_chromeos_4.png" %}" alt="screenshot" />
</li>
</ol>
</div>
</div>
{% endblock %}