1
0

Update Apps

This commit is contained in:
pooneyy
2025-06-17 22:14:50 +08:00
parent fde1f66d67
commit 7f0fcd8a35
134 changed files with 9589 additions and 3968 deletions

View File

@@ -1,14 +1,16 @@
# 使用说明
- 访问链接协议`https`
* 访问链接协议`https`
* 默认账户密码
- 默认账户密码
```
username: kasm_user
password: password
```
- 假如重启出现异常
* 假如重启出现异常
大概率可能是文件夹权限原因,需要将应用数据文件夹`data`赋予用户权限,
@@ -19,76 +21,76 @@ chown -R 1000:1000 /opt/1panel/apps/local/qbittorrent-vnc/qbittorrent-vnc/data
```
# 原始相关
***
**Kasm Workspaces is a docker container streaming platform for delivering browser-based access to desktops, applications, and web services.**
* * *
**Kasm Workspaces 是一个基于 Docker 容器流式传输平台,用于提供对桌面、应用程序和 web 服务的浏览器访问。**
## Live Demo
**在新浏览器窗口中启动实时演示:**[Live Demo](https://app.kasmweb.com/#/cast/5361455650).
**Launch a real-time demo in a new browser window:** [Live Demo](https://app.kasmweb.com/#/cast/5361455650).
![](https://5856039.fs1.hubspotusercontent-na1.net/hub/5856039/hubfs/dockerhub/casting-buttons/Qbittorrent.png)\]([https://app.kasmweb.com/#/cast/5361455650](https://app.kasmweb.com/#/cast/5361455650))
<img width="300" height="104" src="https://5856039.fs1.hubspotusercontent-na1.net/hub/5856039/hubfs/dockerhub/casting-buttons/Qbittorrent.png"/>](https://app.kasmweb.com/#/cast/5361455650)
\* *注意:演示版限于 3 分钟,并且出于安全原因限制了上传和下载。*
*Note: Demo is limited to 3 minutes and has upload/downloads restricted for security purposes.*
## 开始使用
## Get Started
试用我们的免费社区版: [下载](https://kasmweb.com/downloads "Download") 。
Try out our no-cost Community Edition: [Download](https://kasmweb.com/downloads "Download").
我们的 Kasm Workspaces 团队已开源了我们的镜像库( [详情](https://www.kasmweb.com/docs/latest/guide/custom_images.html "Image Info") & [源代码](https://github.com/kasmtech/workspaces-images "Workspaces Images") )。
Our Kasm Workspaces team has open-sourced our library of images ([Info](https://www.kasmweb.com/docs/latest/guide/custom_images.html "Image Info") & [Source Code](https://github.com/kasmtech/workspaces-images "Workspaces Images")).
基于网络的渲染由我们的开源项目:[KasmVNC](https://github.com/kasmtech/KasmVNC "KasmVNC") 提供支持。
The web-native rendering is powered by our open-source project: [KasmVNC](https://github.com/kasmtech/KasmVNC "KasmVNC").
## 关于此图片
## About This Image
此图片包含一个可通过浏览器访问的版本:[qBittorrent](https://www.qbittorrent.org/)。
This Image contains a browser-accessible version of [qBittorrent](https://www.qbittorrent.org/).
![](https://5856039.fs1.hubspotusercontent-na1.net/hubfs/5856039/dockerhub/qbittorrent.png)
<img width="767" height="418" src="https://5856039.fs1.hubspotusercontent-na1.net/hubfs/5856039/dockerhub/qbittorrent.png"/>
## 环境变量
## Environment Variables
* `APP_ARGS` - 启动应用程序时传递的额外参数。
- `APP_ARGS` \- Additional arguments to pass to the application when launched.
## 独立部署
## Stand-alone Deployment
This image was designed to run natively within Kasm Workspaces, but it can also be deployed stand-alone and accessed through a web browser.
此镜像设计用于在 Kasm Workspaces 内原生运行,但也可以独立部署并通过网页浏览器访问。
```
sudo docker run --rm -it --shm-size=512m -p 6901:6901 -e VNC_PW=password kasmweb/qbittorrent:1.13.0
```
The container is now accessible via a browser : [https://IP\_OF\_SERVER:6901](https://ip_of_server:6901/)
容器现在可通过浏览器访问:\[https://IP\_OF\_SERVER:6901\](https://IP\_OF\_SERVER:6901)
- User : kasm_user
- Password: password
* 用户:kasm\_user
* 密码: password
**Please note that some functionality, such as audio, uploads, downloads, and microphone pass-through, is only available when using Kasm Workspaces for orchestration.**
**请注意,部分功能,如音频、上传、下载以及麦克风直通,仅在使用 Kasm Workspaces 进行编排时可用。**
## Tags
## 标签
- 1.13.0
* 1.13.0
- Images are built and tagged with the Kasm Workspaces release version.
- 1.13.0-rolling
* 图像会使用 Kasm Workspaces 发行版本进行构建和打标签。
* 1.13.0-rolling
- Rolling tags are images that are updated and built nightly to ensure your images are running the latest version.
- develop
* 滚动标签是每天更新和构建的镜像,以确保您的镜像运行最新版本。
* develop
- The develop tag is for testing and provides no expectation of compatibility.
* develop 标签用于测试,并不保证兼容性。
## Additional Info
## 附加信息
- Source Code
* 源代码
- [KasmVNC GitHub](https://github.com/kasmtech/KasmVNC "KasmVNC"): Open-Source VNC server: web-native, secure, high-performance.
- [Images GitHub](https://github.com/kasmtech/workspaces-images "Workspaces Images"): Library of Workspaces Docker images.
- [Core Images GitHub](https://github.com/kasmtech/workspaces-core-images "Core Images"): Library of core OS baselines for custom images.
- Workspaces Documentation
* [KasmVNC GitHub](https://github.com/kasmtech/KasmVNC "KasmVNC"): 开源 VNC 服务器:基于网络原生,安全,高性能。
* [Images GitHub](https://github.com/kasmtech/workspaces-images "Workspaces Images"): Workspace Docker 镜像库。
* [Core Images GitHub](https://github.com/kasmtech/workspaces-core-images "Core Images"): 提供核心 OS 基线库,用于自定义镜像。
* Workspaces 文档
- [Developer API](https://www.kasmweb.com/docs/latest/developers/developer_api.html "Developer API"): Integrate with your applications and workflows.
- [Workspaces](https://www.kasmweb.com/docs/latest/install.html "Installation"): Instructions for installing and configuring Kasm Workspaces.
- [Custom Images](https://www.kasmweb.com/docs/latest/how_to/building_images.html "Custom Images"): Info on configuring custom images and installing software.
- Reporting Issues
* [Developer API](https://www.kasmweb.com/docs/latest/developers/developer_api.html "Developer API"): 与您的应用程序和工作流集成。
* [Workspaces](https://www.kasmweb.com/docs/latest/install.html "Installation"): 安装和配置 Kasm Workspaces 的指南。
* [自定义镜像](https://www.kasmweb.com/docs/latest/how_to/building_images.html "Custom Images") : 配置自定义镜像和安装软件的相关信息
* 报告问题
- [Issue Tracker GitHub](https://github.com/kasmtech/workspaces-issues/issues "GitHub Support"): Community issue reporting.
* [Issue Tracker GitHub](https://github.com/kasmtech/workspaces-issues/issues "GitHub Support"): 社区问题报告