Browse Source

v7.0.0.0

Changelog: https://roxy-wi.org/changelog#7.0.0
pull/364/head
Aidaho 1 year ago
parent
commit
536a94b10a
  1. 2
      app/templates/ajax/load_openvpn.html
  2. 1
      config_other/requirements_el7.txt
  3. 1
      config_other/requirements_el8.txt
  4. 1
      config_other/requirements_el9.txt
  5. 1
      requirements.txt

2
app/templates/ajax/load_openvpn.html

@ -83,7 +83,7 @@
<div style="text-align: center;">
<br />
<h3>You have not installed OpenVPN client.</h3>
<img src="/inc/images/no_servers.png" alt="There is no server">
<img src="{{ url_for('static', filename='images/no_servers.png')}}" alt="There is no server">
<h4>Read <a href="https://roxy-wi.org/services/openvpn" title="OpenVPN" style="color: #5d9ceb;" target="_blank">here</a>
how to install OpenVPN client.</h4>
</div>

1
config_other/requirements_el7.txt

@ -9,4 +9,5 @@ retry>=0.9.2
pdpyras>=4.5.2
pika>=1.3.1
Flask>=2.0.3
Flask-Login>=0.4.1
Flask-Caching>=1.10.1

1
config_other/requirements_el8.txt

@ -10,4 +10,5 @@ retry>=0.9.2
pdpyras>=4.5.2
pika>=1.3.1
Flask>=2.0.3
Flask-Login>=0.4.1
Flask-Caching>=1.10.1

1
config_other/requirements_el9.txt

@ -10,4 +10,5 @@ retry>=0.9.2
pdpyras>=4.5.2
pika>=1.3.1
Flask>=2.0.3
Flask-Login>=0.4.1
Flask-Caching>=1.10.1

1
requirements.txt

@ -16,4 +16,5 @@ psutil>=5.9.1
pdpyras>=4.5.2
pika>=1.3.1
Flask>=2.0.3
Flask-Login>=0.4.1
Flask-Caching>=1.10.1

Loading…
Cancel
Save