2024-11-06 07:14:59 +00:00
{
"name" : "OpenWrt" ,
"slug" : "openwrt" ,
"categories" : [
2025-01-20 12:38:32 +00:00
4
2024-11-06 07:14:59 +00:00
] ,
"date_created" : "2024-05-02" ,
"type" : "vm" ,
"updateable" : false ,
"privileged" : false ,
"interface_port" : null ,
"documentation" : null ,
"website" : "https://openwrt.org/" ,
"logo" : "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/openwrt.svg" ,
2024-11-23 07:14:12 +00:00
"description" : "OpenWrt is a powerful open-source firmware that can transform a wide range of networking devices into highly customizable and feature-rich routers, providing users with greater control and flexibility over their network infrastructure." ,
2024-11-06 07:14:59 +00:00
"install_methods" : [
{
"type" : "default" ,
"script" : "vm/openwrt.sh" ,
"resources" : {
2024-11-28 14:50:40 +00:00
"cpu" : 1 ,
"ram" : 256 ,
"hdd" : 0.5 ,
2024-11-06 07:14:59 +00:00
"os" : null ,
"version" : null
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [ ]
2024-11-23 07:14:12 +00:00
}