From 5aef646ba89e03652b235b0bacdcf82862302910 Mon Sep 17 00:00:00 2001
From: Davide De Rosa
Date: Tue, 12 Apr 2022 19:11:29 +0200
Subject: [PATCH] .
---
disclaimer/index.html | 26 +++++++++++++-------------
docker-compose.yml | 1 +
docker/docker-compose.nginx.yml | 17 +++++++++++++++++
docker/docker-compose.yml | 15 +++++++++++++++
donation/index.html | 26 +++++++++++++-------------
faq/index.html | 26 +++++++++++++-------------
feed.xml | 2 +-
index.html | 29 +++++++++++++++--------------
privacy/index.html | 26 +++++++++++++-------------
providers/index.html | 26 +++++++++++++-------------
sitemap.xml | 21 +++++++++++++++++++++
11 files changed, 135 insertions(+), 80 deletions(-)
create mode 120000 docker-compose.yml
create mode 100644 docker/docker-compose.nginx.yml
create mode 100644 docker/docker-compose.yml
create mode 100644 sitemap.xml
diff --git a/disclaimer/index.html b/disclaimer/index.html
index 29cd428..0474db5 100644
--- a/disclaimer/index.html
+++ b/disclaimer/index.html
@@ -5,13 +5,13 @@
- Passepartout, OpenVPN client for iOS and macOS
+ Passepartout, OpenVPN / WireGuard client for iOS and macOS
-
+
@@ -21,8 +21,8 @@
-
-
+
+
@@ -30,24 +30,24 @@
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
@@ -55,7 +55,7 @@
- A non-official, user-friendly OpenVPN® client for iOS and macOS.
+ A non-official OpenVPN® / WireGuard® client for iOS and macOS.
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 120000
index 0000000..3ccbe9c
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1 @@
+docker/docker-compose.yml
\ No newline at end of file
diff --git a/docker/docker-compose.nginx.yml b/docker/docker-compose.nginx.yml
new file mode 100644
index 0000000..bdd7b97
--- /dev/null
+++ b/docker/docker-compose.nginx.yml
@@ -0,0 +1,17 @@
+version: "3"
+
+services:
+ web:
+ image: nginx
+ container_name: passepartoutvpn-web
+ volumes:
+ - ./build:/usr/share/nginx/html
+ environment:
+ VIRTUAL_HOST: passepartoutvpn.wtf
+ expose:
+ - 80
+ restart: always
+
+networks:
+ default:
+ name: nginx-proxy
diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml
new file mode 100644
index 0000000..4c85e0d
--- /dev/null
+++ b/docker/docker-compose.yml
@@ -0,0 +1,15 @@
+version: "3"
+
+services:
+ web:
+ image: mac/jekyll
+ container_name: passepartoutvpn-web
+ volumes:
+ - .:/srv/jekyll
+ command: jekyll serve --watch --force_polling --verbose -H 0.0.0.0 -P 80
+ environment:
+ VIRTUAL_HOST: passepartoutvpn.wtf
+
+networks:
+ default:
+ name: nginx-proxy
diff --git a/donation/index.html b/donation/index.html
index 111cf06..8ab3bc7 100644
--- a/donation/index.html
+++ b/donation/index.html
@@ -5,13 +5,13 @@
- Passepartout, OpenVPN client for iOS and macOS
+ Passepartout, OpenVPN / WireGuard client for iOS and macOS
-
+
@@ -21,8 +21,8 @@
-
-
+
+
@@ -30,24 +30,24 @@
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
@@ -55,7 +55,7 @@
- A non-official, user-friendly OpenVPN® client for iOS and macOS.
+ A non-official OpenVPN® / WireGuard® client for iOS and macOS.
diff --git a/faq/index.html b/faq/index.html
index 415d54d..c140013 100644
--- a/faq/index.html
+++ b/faq/index.html
@@ -5,13 +5,13 @@
- Passepartout, OpenVPN client for iOS and macOS
+ Passepartout, OpenVPN / WireGuard client for iOS and macOS
-
+
@@ -21,8 +21,8 @@
-
-
+
+
@@ -30,24 +30,24 @@
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
@@ -55,7 +55,7 @@
- A non-official, user-friendly OpenVPN® client for iOS and macOS.
+ A non-official OpenVPN® / WireGuard® client for iOS and macOS.
diff --git a/feed.xml b/feed.xml
index a1aab7b..4f5b58a 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1 +1 @@
-Jekyll 2021-12-02T16:00:37+01:00 https://passepartoutvpn.app/feed.xml Passepartout, OpenVPN client for iOS and macOS Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS. Davide De Rosa
\ No newline at end of file
+Jekyll 2022-04-12T19:11:28+02:00 https://passepartoutvpn.app/feed.xml Passepartout, OpenVPN / WireGuard client for iOS and macOS Passepartout is a non-official OpenVPN® / WireGuard® client for iOS and macOS. Davide De Rosa
\ No newline at end of file
diff --git a/index.html b/index.html
index 6212c4c..1611893 100644
--- a/index.html
+++ b/index.html
@@ -5,13 +5,13 @@
- Passepartout, OpenVPN client for iOS and macOS
+ Passepartout, OpenVPN / WireGuard client for iOS and macOS
-
+
@@ -21,8 +21,8 @@
-
-
+
+
@@ -30,24 +30,24 @@
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
@@ -55,7 +55,7 @@
- A non-official, user-friendly OpenVPN® client for iOS and macOS.
+ A non-official OpenVPN® / WireGuard® client for iOS and macOS.
Presets for multiple providers (virtually any)
+ iCloud
Trusted networks
- Siri shortcuts (iOS)
+ Siri shortcuts
Override network settings
No background activities
Wise on battery
diff --git a/privacy/index.html b/privacy/index.html
index b17d41d..9737732 100644
--- a/privacy/index.html
+++ b/privacy/index.html
@@ -5,13 +5,13 @@
- Passepartout, OpenVPN client for iOS and macOS
+ Passepartout, OpenVPN / WireGuard client for iOS and macOS
-
+
@@ -21,8 +21,8 @@
-
-
+
+
@@ -30,24 +30,24 @@
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
@@ -55,7 +55,7 @@
- A non-official, user-friendly OpenVPN® client for iOS and macOS.
+ A non-official OpenVPN® / WireGuard® client for iOS and macOS.
diff --git a/providers/index.html b/providers/index.html
index cab0285..cb07065 100644
--- a/providers/index.html
+++ b/providers/index.html
@@ -5,13 +5,13 @@
- Passepartout, OpenVPN client for iOS and macOS
+ Passepartout, OpenVPN / WireGuard client for iOS and macOS
-
+
@@ -21,8 +21,8 @@
-
-
+
+
@@ -30,24 +30,24 @@
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
@@ -55,7 +55,7 @@
- A non-official, user-friendly OpenVPN® client for iOS and macOS.
+ A non-official OpenVPN® / WireGuard® client for iOS and macOS.
diff --git a/sitemap.xml b/sitemap.xml
new file mode 100644
index 0000000..4948d6f
--- /dev/null
+++ b/sitemap.xml
@@ -0,0 +1,21 @@
+
+
+
+https://passepartoutvpn.app/disclaimer/
+
+
+https://passepartoutvpn.app/donation/
+
+
+https://passepartoutvpn.app/faq/
+
+
+https://passepartoutvpn.app/
+
+
+https://passepartoutvpn.app/privacy/
+
+
+https://passepartoutvpn.app/providers/
+
+