mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
feat:添加thunderbird-kasm到列表
This commit is contained in:
parent
b06d24f13f
commit
a4f11b6025
4
apps/thunderbird-kasm/1.16.1/.env.sample
Normal file
4
apps/thunderbird-kasm/1.16.1/.env.sample
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
CONTAINER_NAME="thunderbird"
|
||||||
|
HTTP_PWD="password"
|
||||||
|
MEM_USE="1024m"
|
||||||
|
PANEL_APP_PORT_HTTPS=40327
|
26
apps/thunderbird-kasm/1.16.1/data.yml
Normal file
26
apps/thunderbird-kasm/1.16.1/data.yml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
additionalProperties:
|
||||||
|
formFields:
|
||||||
|
- default: "40327"
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_HTTPS
|
||||||
|
labelEn: Port
|
||||||
|
labelZh: 端口
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
||||||
|
- default: "password"
|
||||||
|
edit: true
|
||||||
|
envKey: HTTP_PWD
|
||||||
|
labelEn: Access Password
|
||||||
|
labelZh: 访问密码
|
||||||
|
random: true
|
||||||
|
required: true
|
||||||
|
rule: paramComplexity
|
||||||
|
type: password
|
||||||
|
- default: "1024m"
|
||||||
|
edit: true
|
||||||
|
envKey: MEM_USE
|
||||||
|
labelEn: Shared memory footprint (1gb)
|
||||||
|
labelZh: 共享内存占用(1gb)
|
||||||
|
required: true
|
||||||
|
type: text
|
24
apps/thunderbird-kasm/1.16.1/docker-compose.yml
Normal file
24
apps/thunderbird-kasm/1.16.1/docker-compose.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
services:
|
||||||
|
thunderbird-kasm:
|
||||||
|
image: "kasmweb/thunderbird:1.16.1"
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTPS}:6901"
|
||||||
|
volumes:
|
||||||
|
- "thunderbird_data:/home/kasm-user"
|
||||||
|
environment:
|
||||||
|
- VNC_PW=${HTTP_PWD}
|
||||||
|
shm_size: ${MEM_USE}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
thunderbird_data:
|
||||||
|
name: thunderbird_data
|
||||||
|
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
3
apps/thunderbird-kasm/1.16.1/scripts/uninstall.sh
Normal file
3
apps/thunderbird-kasm/1.16.1/scripts/uninstall.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
docker-compose down --volumes
|
10
apps/thunderbird-kasm/README.md
Normal file
10
apps/thunderbird-kasm/README.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# Thunderbird
|
||||||
|
|
||||||
|
一个给您充分自由的邮件和生产力应用。
|
||||||
|
|
||||||
|
# 使用说明
|
||||||
|
|
||||||
|
- 默认账户
|
||||||
|
```
|
||||||
|
username: kasm_user
|
||||||
|
```
|
19
apps/thunderbird-kasm/data.yml
Normal file
19
apps/thunderbird-kasm/data.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
name: Thunderbird
|
||||||
|
tags:
|
||||||
|
- 邮件服务
|
||||||
|
title: 开源的电子邮件客户端 (Kasm)
|
||||||
|
description: 开源的电子邮件客户端 (Kasm)
|
||||||
|
additionalProperties:
|
||||||
|
key: thunderbird-kasm
|
||||||
|
name: Thunderbird
|
||||||
|
tags:
|
||||||
|
- Email
|
||||||
|
shortDescZh: 开源的电子邮件客户端 (Kasm)
|
||||||
|
shortDescEn: Open-source email client (Kasm)
|
||||||
|
type: tool
|
||||||
|
crossVersionUpdate: true
|
||||||
|
limit: 1
|
||||||
|
recommend: 0
|
||||||
|
website: https://www.thunderbird.net
|
||||||
|
github: https://github.com/thunderbird
|
||||||
|
document: https://support.mozilla.org/en-US/products/thunderbird
|
4
apps/thunderbird-kasm/develop/.env.sample
Normal file
4
apps/thunderbird-kasm/develop/.env.sample
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
CONTAINER_NAME="thunderbird"
|
||||||
|
HTTP_PWD="password"
|
||||||
|
MEM_USE="1024m"
|
||||||
|
PANEL_APP_PORT_HTTPS=40327
|
26
apps/thunderbird-kasm/develop/data.yml
Normal file
26
apps/thunderbird-kasm/develop/data.yml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
additionalProperties:
|
||||||
|
formFields:
|
||||||
|
- default: "40327"
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_HTTPS
|
||||||
|
labelEn: Port
|
||||||
|
labelZh: 端口
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
||||||
|
- default: "password"
|
||||||
|
edit: true
|
||||||
|
envKey: HTTP_PWD
|
||||||
|
labelEn: Access Password
|
||||||
|
labelZh: 访问密码
|
||||||
|
random: true
|
||||||
|
required: true
|
||||||
|
rule: paramComplexity
|
||||||
|
type: password
|
||||||
|
- default: "1024m"
|
||||||
|
edit: true
|
||||||
|
envKey: MEM_USE
|
||||||
|
labelEn: Shared memory footprint (1gb)
|
||||||
|
labelZh: 共享内存占用(1gb)
|
||||||
|
required: true
|
||||||
|
type: text
|
24
apps/thunderbird-kasm/develop/docker-compose.yml
Normal file
24
apps/thunderbird-kasm/develop/docker-compose.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
services:
|
||||||
|
thunderbird-kasm:
|
||||||
|
image: "kasmweb/thunderbird:develop"
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTPS}:6901"
|
||||||
|
volumes:
|
||||||
|
- "thunderbird_data:/home/kasm-user"
|
||||||
|
environment:
|
||||||
|
- VNC_PW=${HTTP_PWD}
|
||||||
|
shm_size: ${MEM_USE}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
thunderbird_data:
|
||||||
|
name: thunderbird_data
|
||||||
|
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
3
apps/thunderbird-kasm/develop/scripts/uninstall.sh
Normal file
3
apps/thunderbird-kasm/develop/scripts/uninstall.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
docker-compose down --volumes
|
BIN
apps/thunderbird-kasm/logo.png
Normal file
BIN
apps/thunderbird-kasm/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.5 KiB |
Loading…
Reference in New Issue
Block a user