File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 "s3" : " S3" ,
3838 "tag" : " Tag" ,
3939 "ftp" : " FTP" ,
40- "traffic" : " Traffic"
40+ "traffic" : " Traffic" ,
41+ "frp" : " FRP Tunnel"
4142 },
4243 "title" : " AList Manage" ,
4344 "not_admin" : " You are not admin user, please login with admin account." ,
Original file line number Diff line number Diff line change 136136 "version" : " Version" ,
137137 "video_autoplay" : " Video autoplay" ,
138138 "video_types" : " Video types" ,
139- "webauthn_login_enabled" : " Webauthn login enabled"
139+ "webauthn_login_enabled" : " Webauthn login enabled" ,
140+ "frp_enabled" : " Enable FRP" ,
141+ "frp_server_addr" : " Server address" ,
142+ "frp_server_port" : " Server port" ,
143+ "frp_auth_token" : " Auth token" ,
144+ "frp_proxy_name" : " Proxy name" ,
145+ "frp_proxy_type" : " Proxy type" ,
146+ "frp_custom_domain" : " Custom domain" ,
147+ "frp_subdomain" : " Subdomain" ,
148+ "frp_remote_port" : " Remote port" ,
149+ "frp_local_port" : " Local port" ,
150+ "frp_tls_enable" : " Enable TLS" ,
151+ "frp_stcp_secret_key" : " STCP secret key" ,
152+ "frp_status" : " Status"
140153}
Original file line number Diff line number Diff line change @@ -115,6 +115,12 @@ export const side_menu_items: SideMenuItem[] = [
115115 to : "/@manage/settings/ftp" ,
116116 component : ( ) => < CommonSettings group = { Group . FTP } /> ,
117117 } ,
118+ {
119+ title : "manage.sidemenu.frp" ,
120+ icon : BsHddNetwork ,
121+ to : "/@manage/settings/frp" ,
122+ component : lazy ( ( ) => import ( "./settings/Frp" ) ) ,
123+ } ,
118124 {
119125 title : "manage.sidemenu.traffic" ,
120126 icon : BsArrowLeftRight ,
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ export enum Group {
1313 S3 ,
1414 FTP ,
1515 TRAFFIC ,
16+ FRP ,
1617}
1718export enum Flag {
1819 PUBLIC ,
You can’t perform that action at this time.
0 commit comments