-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
162 changed files
with
13,063 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
FROM php:7-alpine | ||
|
||
COPY . /opt | ||
VOLUME /data | ||
|
||
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.cloud.tencent.com/g' /etc/apk/repositories && \ | ||
apk add --no-cache zip libzip-dev libpng-dev libjpeg-turbo-dev freetype-dev && \ | ||
docker-php-ext-configure gd --with-freetype --with-jpeg && \ | ||
docker-php-ext-configure zip && \ | ||
docker-php-ext-install zip gd pdo_mysql && \ | ||
chmod +x /opt/mumov && \ | ||
mv /opt/mumov /bin && \ | ||
mv /opt/htdocs/upload /opt/data && \ | ||
ln -s /data/upload /opt/htdocs/upload && \ | ||
sed -i "s/ROOT_PATH . \'..\//'\//g" /opt/htdocs/application/database.php && \ | ||
mv /opt/htdocs/application/extra /opt/data && \ | ||
ln -s /data/extra /opt/htdocs/application/extra && \ | ||
mv /opt/htdocs/static/player /opt/data && \ | ||
ln -s /data/player /opt/htdocs/static/player | ||
|
||
WORKDIR /opt/htdocs | ||
EXPOSE 8088 | ||
|
||
CMD [ "mumov" ] |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: 问题报告 | ||
about: 提交您的问题反馈,帮助我们改进 | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**描述您的问题** | ||
A clear and concise description of what the bug is. | ||
|
||
**如何重现** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**预期结果** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**截图** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**版本信息:** | ||
- 程序版本: [如 2022.1000.3026] | ||
- 操作系统: [如 Windows 11] | ||
- 浏览器: [如 chrome, safari] | ||
|
||
|
||
|
||
**其他备注信息** | ||
Add any other context about the problem here. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.