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 @@

Passepartout

-

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 @@

Passepartout

-

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 @@

Passepartout

-

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 @@ -Jekyll2021-12-02T16:00:37+01:00https://passepartoutvpn.app/feed.xmlPassepartout, OpenVPN client for iOS and macOSPassepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS.Davide De Rosa \ No newline at end of file +Jekyll2022-04-12T19:11:28+02:00https://passepartoutvpn.app/feed.xmlPassepartout, OpenVPN / WireGuard client for iOS and macOSPassepartout 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 @@

Passepartout

-

A non-official, user-friendly OpenVPN® client for iOS and macOS.

+

A non-official OpenVPN® / WireGuard® client for iOS and macOS.