File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : ttydbridge
2
2
services :
3
3
ttydbridge :
4
- command : []
5
4
container_name : ttydbridge
6
5
deploy :
7
6
resources :
8
7
reservations :
9
8
memory : 8M
10
9
environment :
11
10
- EXEC_DIR=/opt
12
- - HTTP_PASSWORD=password
13
- - HTTP_USERNAME=admin
11
+ # - HTTP_PASSWORD=password
12
+ # - HTTP_USERNAME=admin
14
13
- PORT=2222
15
- - START_COMMAND=bash
14
+ - START_COMMAND=login
16
15
image : cp0204/ttydbridge:v0.0.3
17
16
labels :
18
17
icon : https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/ttydbridge/icon.png
@@ -55,15 +54,15 @@ x-casaos:
55
54
tips :
56
55
before_install :
57
56
en_us : >
58
- 1. You can set the `HTTP_USERNAME` and `HTTP_PASSWORD` variables to modify or remove HTTP authentication.
57
+ 1. Default to using Linux system user authentication.
59
58
60
- 2. The default username and password are `admin ` and `password` .
59
+ 2. You can increase HTTP authentication by setting the `HTTP_USERNAME ` and `HTTP_PASSWORD` variables .
61
60
62
61
[Official DOC](https://hub.docker.com/r/cp0204/ttydbridge)
63
62
zh_cn : |
64
- 1. 可以设置 `HTTP_USERNAME` `HTTP_PASSWORD` 变量,修改与删掉 HTTP 鉴权 。
63
+ 1. 默认使用 Linux 系统用户鉴权 。
65
64
66
- 2. 默认的账号密码为 `admin ` `password` 。
65
+ 2. 可以通过设置 `HTTP_USERNAME ` `HTTP_PASSWORD` 变量,增加 HTTP 鉴权 。
67
66
68
67
[官方文档](https://hub.docker.com/r/cp0204/ttydbridge)
69
68
title :
You can’t perform that action at this time.
0 commit comments