mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
feat:添加mtab到列表
This commit is contained in:
parent
f45b8ba978
commit
f022428c74
2
apps/mtab/1.5.3/.env.sample
Normal file
2
apps/mtab/1.5.3/.env.sample
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
CONTAINER_NAME="mtab"
|
||||||
|
PANEL_APP_PORT_HTTP="40214"
|
10
apps/mtab/1.5.3/data.yml
Normal file
10
apps/mtab/1.5.3/data.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
additionalProperties:
|
||||||
|
formFields:
|
||||||
|
- default: 40214
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
labelEn: Port
|
||||||
|
labelZh: 端口
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
19
apps/mtab/1.5.3/docker-compose.yml
Normal file
19
apps/mtab/1.5.3/docker-compose.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
mtabserver:
|
||||||
|
image: itushan/mtab:1.5.3
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
user: "0"
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:80"
|
||||||
|
volumes:
|
||||||
|
- "./data:/app"
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
31
apps/mtab/README.md
Normal file
31
apps/mtab/README.md
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# mTab新标签页
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### [mTab书签官网](https://mtab.cc) | [安装文档](https://mtab.cc/document.html) | [作者Blog](https://blog.mcecy.com) | QQ群:694155153
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
### 主要有以下特点
|
||||||
|
|
||||||
|
跨设备同步:不再为了在不同设备上找不到书签或笔记而苦恼。Mtab书签让你的收藏网址和重要笔记在所有设备上同步。
|
||||||
|
|
||||||
|
跨浏览器支持:Mtab书签支持所有主流浏览器。Chrome、Firefox、Edge、Safari,无论你的选择是什么,都能在一应俱全的工具箱中找到你的书签和笔记。
|
||||||
|
|
||||||
|
多功能一体:Mtab书签不仅仅是一个书签工具,它还提供了一个实用的记事本功能,让你随时随地记录想法、灵感和待办事项。此外,它还内置了一些在线小工具,解决您的日常工作问题。
|
||||||
|
|
||||||
|
私有部署:如果部你对数据安全性有更高要求,Mtab书签也支持私有部署。你可以将它部署在自己的服务器上,完全掌控你的数据,不受任何干扰。
|
||||||
|
|
||||||
|
免费无广告:Mtab书签坚守“免费无广告”的原则,为用户提供清爽的使用体验,没有任何干扰。
|
||||||
|
|
||||||
|
Mtab书签的界面设计美观简洁,操作简单直观,让你可以专注于你的网络活动,而不是应用本身。它是你高效、无忧的网络生活的理想伴侣。
|
||||||
|
高效流畅的操作体验:超级简约却强大的操作逻辑,没有繁琐的操作流程即可处理复杂的事情。
|
||||||
|
|
||||||
|
## Demo演示站
|
||||||
|
|
||||||
|
#### **[演示站Demo入口](https://demo.mtab.cc)**
|
||||||
|
|
||||||
|
演示账号:admin
|
||||||
|
|
||||||
|
演示密码:123456
|
19
apps/mtab/data.yml
Normal file
19
apps/mtab/data.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
name: mTab
|
||||||
|
tags:
|
||||||
|
- 建站
|
||||||
|
title: 书签导航程序
|
||||||
|
description: 书签导航程序
|
||||||
|
additionalProperties:
|
||||||
|
key: mtab
|
||||||
|
name: mTab
|
||||||
|
tags:
|
||||||
|
- WebSite
|
||||||
|
shortDescZh: 书签导航程序
|
||||||
|
shortDescEn: Bookmark navigator
|
||||||
|
type: website
|
||||||
|
crossVersionUpdate: true
|
||||||
|
limit: 0
|
||||||
|
recommend: 0
|
||||||
|
website: https://www.mtab.cc
|
||||||
|
github: https://github.com/tsxcw/mtab
|
||||||
|
document: https://www.mtab.cc
|
2
apps/mtab/latest/.env.sample
Normal file
2
apps/mtab/latest/.env.sample
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
CONTAINER_NAME="mtab"
|
||||||
|
PANEL_APP_PORT_HTTP="40214"
|
10
apps/mtab/latest/data.yml
Normal file
10
apps/mtab/latest/data.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
additionalProperties:
|
||||||
|
formFields:
|
||||||
|
- default: 40214
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
labelEn: Port
|
||||||
|
labelZh: 端口
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
19
apps/mtab/latest/docker-compose.yml
Normal file
19
apps/mtab/latest/docker-compose.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
mtabserver:
|
||||||
|
image: itushan/mtab:latest
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
user: "0"
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:80"
|
||||||
|
volumes:
|
||||||
|
- "./data:/app"
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
BIN
apps/mtab/logo.png
Normal file
BIN
apps/mtab/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Loading…
Reference in New Issue
Block a user