You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Step 1:** Download the egg (json file `egg-nginx.json`)
@@ -23,12 +24,58 @@ Nginx web server egg with PHP, optional Wordpress installation and git support.
23
24
-**Step 4:** Create a new server and select the "Nginx" egg
24
25
-**Step 5:** Select the corresponding Docker image with the desired PHP version
25
26
-**Step 6:** Fill in the text fields. Whether Wordpress is desired or not. It is important to **enter the selected PHP version in the PHP version field**.
27
+
<br><br>
28
+
## 🚀 Cloudflared Tunnel Tutorial
29
+
30
+
With **Cloudflared**, you can create a secure tunnel to your server, making it accessible over the internet **without** complicated port forwarding!
31
+
[Cloudflared | Create a remotely-managed tunnel](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/get-started/create-remote-tunnel/)
32
+
33
+
### 📌 Requirements
34
+
- A [Cloudflare](https://dash.cloudflare.com/) account
35
+
- A domain (optional but recommended)
36
+
37
+
---
38
+
39
+
- 🔹 **Step 1: Log in to Zero Trust ↗ and go to Networks > Tunnel**
40
+
- 🔹 **Step 2: Select Create a tunnel.**
41
+
- 🔹 **Step 3: Choose Cloudflared for the connector type and select Next.**
42
+
- 🔹 **Step 4: Enter a name for your tunnel.**
43
+
- 🔹 **Step 5: Select Save tunnel.**
44
+
- 🔹 **Step 6: Save the token. (The token is very long)**
✅ You have successfully set up Cloudflared and connected it to your server!
72
+
<br><br>
27
73
## FAQ
28
74
75
+
29
76
#### In which folder do I upload my files for my site?
30
77
The "www" folder is used as a public folder. There you can add your PHP, HTML, CSS, JS and so on files that are required for the public or for the operation of the site.
31
-
78
+
<br><br>
32
79
## How do I use Git support?
33
80
34
81
#### Instructions for Git support
@@ -83,7 +130,7 @@ Furthermore, if not already done, adjust to your domain:
83
130
```bash
84
131
server_name www.example.com;
85
132
```
86
-
133
+
<br><br>
87
134
## Change PHP version
88
135
89
136
Changing the PHP version is currently still somewhat cumbersome. A revised version will be available in the future.
@@ -101,7 +148,7 @@ Changing the PHP version is currently still somewhat cumbersome. A revised versi
0 commit comments