2024-11-06 07:14:59 +00:00
{
"name" : "Cloudflared" ,
"slug" : "cloudflared" ,
"categories" : [
2025-01-20 10:36:39 +00:00
4
2024-11-06 07:14:59 +00:00
] ,
"date_created" : "2024-05-02" ,
"type" : "ct" ,
"updateable" : false ,
"privileged" : false ,
"interface_port" : null ,
2024-11-15 17:15:25 +00:00
"documentation" : "https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/" ,
2024-11-06 07:14:59 +00:00
"website" : "https://www.cloudflare.com/" ,
"logo" : "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/cloudflare.svg" ,
"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." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/cloudflared.sh" ,
"resources" : {
2024-11-28 14:50:40 +00:00
"cpu" : 1 ,
"ram" : 512 ,
"hdd" : 2 ,
2024-11-06 07:14:59 +00:00
"os" : "debian" ,
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
2024-11-15 17:15:25 +00:00
"notes" : [
{
2024-11-15 17:46:37 +00:00
"text" : "With an option to configure cloudflared as a DNS-over-HTTPS (DoH) proxy" ,
2024-11-15 17:15:25 +00:00
"type" : "info"
}
]
}