Skip to content
This repository was archived by the owner on Jul 13, 2021. It is now read-only.

Commit 7b18a39

Browse files
committed
Remove older files
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 0d62384 commit 7b18a39

File tree

8 files changed

+9
-96
lines changed

8 files changed

+9
-96
lines changed

README_CN.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,6 @@ Windows 用户建议使用 [Git bash](https://git-scm.com/downloads) 来安装 i
121121

122122
## 使用 inlets
123123

124-
### 视频 Demo
125-
126-
使用 inlets 实现为我的 JavaScript & Webpack 应用配置公开的服务入口,以及自定义的域名:[Create React App](https://github.com/facebook/create-react-app)
127-
128-
[![https://img.youtube.com/vi/jrAqqe8N3q4/hqdefault.jpg](https://img.youtube.com/vi/jrAqqe8N3q4/maxresdefault.jpg)](https://youtu.be/jrAqqe8N3q4)
129-
130124
### 快速上手
131125

132126
你可以在任何两台互相连接的「电脑」之间运行 inlets,「电脑」可以是两个容器,虚拟机,物理机,甚至单台机器的环回网络也可以。

cmd/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ var serverCmd = &cobra.Command{
2222
Short: `Start the tunnel server.`,
2323
Long: `Start the tunnel server on a machine with a publicly-accessible IPv4 IP
2424
address such as a VPS.
25+
2526
Note: You can pass the --token argument followed by a token value to both the
2627
server and client to prevent unauthorized connections to the tunnel.`,
2728
RunE: runServer,

cmd/welcome.go

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ package cmd
22

33
const WelcomeMessage = `Welcome to inlets!
44
5-
Upgrade to inlets PRO for secure, encrypted tunnels and access to fast cloud
6-
and Kubernetes automation.
5+
inlets has been replaced by inlets PRO which includes:
6+
- HTTPS and TCP support
7+
- Cloud automation
8+
- Secure encrypted tunnels
9+
- Kubernetes integration and charts
10+
- Tutorials and support
711
812
Find out more at: https://inlets.dev
913

get.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ getPackage
131131

132132
echo ""
133133
echo "================================================================"
134-
echo "Welcome to the open source version of inlets"
134+
echo "inlets has been replaced by inlets PRO"
135135
echo ""
136136
echo "For secure, encrypted tunnels, access to cloud and Kubernetes "
137137
echo "automation, upgrade to inlets PRO."
138138
echo ""
139139
echo "Find out more at: https://inlets.dev"
140140
echo ""
141141
echo "================================================================"
142-
echo ""
142+
echo ""

hack/inlets-operator.service

Lines changed: 0 additions & 14 deletions
This file was deleted.

hack/install-buildx.sh

Lines changed: 0 additions & 39 deletions
This file was deleted.

hack/install-docker.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

hack/platform-tag.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)