mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
feat: 优化 dosgame 安装包
This commit is contained in:
parent
6d5ce1d5b6
commit
dc37030b96
@ -1,16 +1,13 @@
|
|||||||
# 使用说明
|
# 使用说明
|
||||||
|
|
||||||
需要更多游戏的,从原仓库获取,然后将游戏放到存储卷`dosgame_data`的对应目录下
|
需要更多游戏可以从原仓库获取,然后将游戏放到应用安装目录下 `./data` 文件夹中。
|
||||||
|
|
||||||
原仓库:[chinese-dos-games](https://github.com/rwv/chinese-dos-games)
|
> 原仓库地址:[chinese-dos-games](https://github.com/rwv/chinese-dos-games)
|
||||||
|
|
||||||
# 原始相关
|
|
||||||
|
|
||||||
# 🎮 中文 DOS 游戏
|
# 🎮 中文 DOS 游戏
|
||||||
|
|
||||||
网址: https://dos.lol
|
网址: https://dos.lol
|
||||||
|
|
||||||
|
|
||||||
中文 DOS 游戏合集,目前共有 1898 款游戏。
|
中文 DOS 游戏合集,目前共有 1898 款游戏。
|
||||||
|
|
||||||
## 下载游戏文件
|
## 下载游戏文件
|
||||||
@ -26,27 +23,3 @@ python download_data.py
|
|||||||
## 游戏列表
|
## 游戏列表
|
||||||
|
|
||||||
参见 https://dos.lol/games
|
参见 https://dos.lol/games
|
||||||
|
|
||||||
## IPFS
|
|
||||||
|
|
||||||
IPNS Hash: [`k2k4r8oyknzob8jjqpj6toer4dw3jc6srsbqlbsalktnw1fopb7iyqd2`](https://ipfs.io/ipns/k2k4r8oyknzob8jjqpj6toer4dw3jc6srsbqlbsalktnw1fopb7iyqd2)
|
|
||||||
|
|
||||||
## 网站源代码
|
|
||||||
|
|
||||||
请参见 [rwv/chinese-dos-games-web: 🌐 Source code of https://dos.zczc.cz](https://github.com/rwv/chinese-dos-games-web)
|
|
||||||
|
|
||||||
## 版权问题
|
|
||||||
|
|
||||||
本人明白此项目存在版权上的侵权,如版权方介意的话,请联系 [chinese.dos.games@outlook.com](mailto:chinese.dos.games@outlook.com),本人将立刻删除有关文件。
|
|
||||||
|
|
||||||
## Contributing
|
|
||||||
|
|
||||||
欢迎提 [Issue](https://github.com/rwv/chinese-dos-games/issues) 和 [Pull request](https://github.com/rwv/chinese-dos-games/pulls) 来增加新的游戏!
|
|
||||||
|
|
||||||
PR 具体参见 [CONTRIBUTING.md](https://github.com/rwv/chinese-dos-games/blob/master/CONTRIBUTING.md)
|
|
||||||
|
|
||||||
## Credits
|
|
||||||
|
|
||||||
* [dreamlayers/em-dosbox: An Emscripten port of DOSBox](https://github.com/dreamlayers/em-dosbox)
|
|
||||||
* [db48x/emularity: easily embed emulators](https://github.com/db48x/emularity)
|
|
||||||
* [衡兰若芷制作的DOS游戏合集](https://tieba.baidu.com/p/3962261741)
|
|
||||||
|
@ -2,20 +2,16 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
dosgame:
|
dosgame:
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: oldiy/dosgame-web-docker:latest
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- "${PANEL_APP_PORT_HTTP}:262"
|
- ${PANEL_APP_PORT_HTTP}:262
|
||||||
volumes:
|
# volumes:
|
||||||
- dosgame_data:/app/static/games
|
# - ./data:/app/static/games
|
||||||
image: oldiy/dosgame-web-docker:latest
|
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
||||||
volumes:
|
|
||||||
dosgame_data:
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
external: true
|
external: true
|
||||||
|
Loading…
Reference in New Issue
Block a user