Skip to content

Commit 7eff725

Browse files
committed
feat: 添加 virtual app 应用
1 parent 16f0233 commit 7eff725

File tree

6 files changed

+62
-0
lines changed

6 files changed

+62
-0
lines changed

chrome_app/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
## 说明
3+
4+
启动镜像容器时,会自动通过脚本启动 Chrome,并启动一个 VNC 服务,可以通过 VNC 客户端连接到容器,查看 chrome 的运行情况。
5+

chrome_app/icon.png

2.97 KB
Loading

chrome_app/manifest.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: chrome_app
2+
display_name: "{{ 'Chrome Browser' | trans }}"
3+
version: 1.0
4+
comment: "{{ 'Chrome Browser Open URL Page Address' | trans }}"
5+
author: JumpServer Team
6+
type: panda
7+
image_name: 2970298425/docker-chrome-app:v0.1.0
8+
image_protocol: vnc
9+
image_port: 5900
10+
tags:
11+
- web
12+
protocols:
13+
- http
14+
15+
i18n:
16+
Chrome Browser:
17+
en: Chrome Browser
18+
zh: Chrome 浏览器
19+
ja: Chrome ブラウザ
20+
Chrome Browser Open URL Page Address:
21+
en: Chrome Browser Open URL Page Address
22+
zh: Chrome 浏览器打开网页地址
23+
ja: Chrome ブラウザでウェブページを開く

dbeaver_app/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## DBeaver
2+
3+
## 说明
4+
5+
启动镜像容器时,会自动通过脚本启动 DBeaver,并启动一个 VNC 服务,可以通过 VNC 客户端连接到容器,查看 DBeaver 的运行情况。
6+

dbeaver_app/icon.png

2.96 KB
Loading

dbeaver_app/manifest.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: dbeaver_app
2+
display_name: "{{ 'DBeaver Community' | trans }}"
3+
comment: "{{ 'Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases.' | trans }}"
4+
version: 1.0
5+
author: JumpServer Team
6+
type: panda
7+
image_name: 2970298425/docker-dbeaver-app:v0.1.0
8+
image_protocol: vnc
9+
image_port: 5900
10+
tags:
11+
- database
12+
protocols:
13+
- mysql
14+
- mariadb
15+
- postgresql
16+
- sqlserver
17+
- oracle
18+
19+
i18n:
20+
DBeaver Community:
21+
en: DBeaver Community
22+
zh: DBeaver 社区版
23+
ja: DBeaver コミュニティ
24+
25+
Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases.:
26+
en: Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases.
27+
zh: 免费的多平台数据库工具,供开发人员、数据库管理员、分析师和所有需要使用数据库的人使用。
28+
ja: 開発者、データベース管理者、分析家、およびデータベースを使用する必要があるすべての人のための無料のマルチプラットフォームデータベースツール。

0 commit comments

Comments
 (0)