|
1 | 1 | { |
2 | | - "name": "Cloudflared", |
3 | | - "slug": "cloudflared", |
4 | | - "categories": [ |
5 | | - 4 |
6 | | - ], |
7 | | - "date_created": "2024-05-02", |
8 | | - "type": "ct", |
9 | | - "updateable": false, |
10 | | - "privileged": false, |
11 | | - "interface_port": null, |
12 | | - "documentation": "https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/", |
13 | | - "website": "https://www.cloudflare.com/", |
14 | | - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/cloudflare.svg", |
15 | | - "config_path": "", |
16 | | - "description": "Cloudflared is a command-line tool that allows you to securely access resources on the Cloudflare network, such as websites and APIs, from your local computer. It works by creating a secure tunnel between your computer and the Cloudflare network, allowing you to access resources as if they were on your local network.", |
17 | | - "install_methods": [ |
18 | | - { |
19 | | - "type": "default", |
20 | | - "script": "ct/cloudflared.sh", |
21 | | - "resources": { |
22 | | - "cpu": 1, |
23 | | - "ram": 512, |
24 | | - "hdd": 2, |
25 | | - "os": "debian", |
26 | | - "version": "12" |
27 | | - } |
28 | | - } |
29 | | - ], |
30 | | - "default_credentials": { |
31 | | - "username": null, |
32 | | - "password": null |
33 | | - }, |
34 | | - "notes": [ |
35 | | - { |
36 | | - "text": "With an option to configure cloudflared as a DNS-over-HTTPS (DoH) proxy", |
37 | | - "type": "info" |
38 | | - } |
39 | | - ] |
| 2 | + "name": "Cloudflared", |
| 3 | + "slug": "cloudflared", |
| 4 | + "categories": [ |
| 5 | + 4 |
| 6 | + ], |
| 7 | + "date_created": "2024-05-02", |
| 8 | + "type": "ct", |
| 9 | + "updateable": false, |
| 10 | + "privileged": false, |
| 11 | + "interface_port": null, |
| 12 | + "documentation": "https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/", |
| 13 | + "website": "https://www.cloudflare.com/", |
| 14 | + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/cloudflare.svg", |
| 15 | + "config_path": "/usr/local/etc/cloudflared/config.yml", |
| 16 | + "description": "Cloudflared is a command-line tool that allows you to securely access resources on the Cloudflare network, such as websites and APIs, from your local computer. It works by creating a secure tunnel between your computer and the Cloudflare network, allowing you to access resources as if they were on your local network.", |
| 17 | + "install_methods": [ |
| 18 | + { |
| 19 | + "type": "default", |
| 20 | + "script": "ct/cloudflared.sh", |
| 21 | + "resources": { |
| 22 | + "cpu": 1, |
| 23 | + "ram": 512, |
| 24 | + "hdd": 2, |
| 25 | + "os": "debian", |
| 26 | + "version": "12" |
| 27 | + } |
| 28 | + } |
| 29 | + ], |
| 30 | + "default_credentials": { |
| 31 | + "username": null, |
| 32 | + "password": null |
| 33 | + }, |
| 34 | + "notes": [ |
| 35 | + { |
| 36 | + "text": "With an option to configure cloudflared as a DNS-over-HTTPS (DoH) proxy", |
| 37 | + "type": "info" |
| 38 | + } |
| 39 | + ] |
40 | 40 | } |
41 | | - |
0 commit comments