diff --git a/apps/autobangumi/3.1.16/.env.sample b/apps/autobangumi/3.1.16/.env.sample new file mode 100644 index 00000000..1ef8a474 --- /dev/null +++ b/apps/autobangumi/3.1.16/.env.sample @@ -0,0 +1,9 @@ +CONFIG_PATH="./data/config" +CONTAINER_NAME="autobangumi" +DATA_PATH="./data/data" +DNS_SERVER="223.5.5.5" +PANEL_APP_PORT_HTTP=40298 +PGID=0 +PUID=0 +TIME_ZONE="Asia/Shanghai" +UMASK=022 diff --git a/apps/autobangumi/3.1.16/data.yml b/apps/autobangumi/3.1.16/data.yml new file mode 100644 index 00000000..440b4260 --- /dev/null +++ b/apps/autobangumi/3.1.16/data.yml @@ -0,0 +1,59 @@ +additionalProperties: + formFields: + - default: "40298" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + required: true + rule: paramPort + type: number + - default: "./data/config" + edit: true + envKey: CONFIG_PATH + labelEn: Config Path + labelZh: 配置路径 + required: true + type: text + - default: "./data/data" + edit: true + envKey: DATA_PATH + labelEn: Data Path + labelZh: 数据路径 + required: true + type: text + - default: "0" + edit: true + envKey: PUID + labelEn: User ID + labelZh: 用户 ID + required: true + type: number + - default: "0" + edit: true + envKey: PGID + labelEn: Group ID + labelZh: 组 ID + required: true + type: number + - default: "022" + edit: true + envKey: UMASK + labelEn: Umask + labelZh: 掩码权限 + required: true + type: text + - default: "223.5.5.5" + edit: true + envKey: DNS_SERVER + labelEn: DNS Server + labelZh: DNS 服务器 + required: true + type: text + - default: Asia/Shanghai + edit: true + envKey: TIME_ZONE + labelEn: Time zone + labelZh: 时区 + required: true + type: text \ No newline at end of file diff --git a/apps/autobangumi/3.1.16/docker-compose.yml b/apps/autobangumi/3.1.16/docker-compose.yml new file mode 100644 index 00000000..5fcb41aa --- /dev/null +++ b/apps/autobangumi/3.1.16/docker-compose.yml @@ -0,0 +1,25 @@ +services: + autobangumi: + image: "estrellaxd/auto_bangumi:3.1.16" + container_name: ${CONTAINER_NAME} + restart: always + networks: + - 1panel-network + ports: + - "${PANEL_APP_PORT_HTTP}:7892" + volumes: + - "${CONFIG_PATH}:/app/config" + - "${DATA_PATH}:/app/data" + environment: + - TZ=${TIME_ZONE} + - PGID=${PGID} + - PUID=${PUID} + - UMASK=${UMASK} + dns: + - ${DNS_SERVER} + labels: + createdBy: "Apps" + +networks: + 1panel-network: + external: true diff --git a/apps/autobangumi/README.md b/apps/autobangumi/README.md new file mode 100644 index 00000000..1b3e9ef8 --- /dev/null +++ b/apps/autobangumi/README.md @@ -0,0 +1,12 @@ +# AutoBangumi + +本项目是基于 RSS 的全自动追番整理下载工具。只需要在 [Mikan Project](https://mikanani.me) 等网站上订阅番剧,就可以全自动追番。 +并且整理完成的名称和目录可以直接被 [Plex](https://plex.tv)、[Jellyfin](https://jellyfin.org) 等媒体库软件识别,无需二次刮削。 + +## 使用说明 + +- 账户密码 +``` +username: admin +password: adminadmin +``` \ No newline at end of file diff --git a/apps/autobangumi/data.yml b/apps/autobangumi/data.yml new file mode 100644 index 00000000..e87d611e --- /dev/null +++ b/apps/autobangumi/data.yml @@ -0,0 +1,19 @@ +name: AutoBangumi +tags: + - 多媒体 +title: 全自动追番工具 +description: 全自动追番工具 +additionalProperties: + key: autobangumi + name: AutoBangumi + tags: + - Media + shortDescZh: 全自动追番工具 + shortDescEn: Automated anime tracking tool + type: tool + crossVersionUpdate: true + limit: 0 + recommend: 0 + website: https://www.autobangumi.org + github: https://github.com/EstrellaXD/Auto_Bangumi + document: https://www.autobangumi.org diff --git a/apps/autobangumi/latest/.env.sample b/apps/autobangumi/latest/.env.sample new file mode 100644 index 00000000..1ef8a474 --- /dev/null +++ b/apps/autobangumi/latest/.env.sample @@ -0,0 +1,9 @@ +CONFIG_PATH="./data/config" +CONTAINER_NAME="autobangumi" +DATA_PATH="./data/data" +DNS_SERVER="223.5.5.5" +PANEL_APP_PORT_HTTP=40298 +PGID=0 +PUID=0 +TIME_ZONE="Asia/Shanghai" +UMASK=022 diff --git a/apps/autobangumi/latest/data.yml b/apps/autobangumi/latest/data.yml new file mode 100644 index 00000000..440b4260 --- /dev/null +++ b/apps/autobangumi/latest/data.yml @@ -0,0 +1,59 @@ +additionalProperties: + formFields: + - default: "40298" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + required: true + rule: paramPort + type: number + - default: "./data/config" + edit: true + envKey: CONFIG_PATH + labelEn: Config Path + labelZh: 配置路径 + required: true + type: text + - default: "./data/data" + edit: true + envKey: DATA_PATH + labelEn: Data Path + labelZh: 数据路径 + required: true + type: text + - default: "0" + edit: true + envKey: PUID + labelEn: User ID + labelZh: 用户 ID + required: true + type: number + - default: "0" + edit: true + envKey: PGID + labelEn: Group ID + labelZh: 组 ID + required: true + type: number + - default: "022" + edit: true + envKey: UMASK + labelEn: Umask + labelZh: 掩码权限 + required: true + type: text + - default: "223.5.5.5" + edit: true + envKey: DNS_SERVER + labelEn: DNS Server + labelZh: DNS 服务器 + required: true + type: text + - default: Asia/Shanghai + edit: true + envKey: TIME_ZONE + labelEn: Time zone + labelZh: 时区 + required: true + type: text \ No newline at end of file diff --git a/apps/autobangumi/latest/docker-compose.yml b/apps/autobangumi/latest/docker-compose.yml new file mode 100644 index 00000000..2d7d4106 --- /dev/null +++ b/apps/autobangumi/latest/docker-compose.yml @@ -0,0 +1,25 @@ +services: + autobangumi: + image: "estrellaxd/auto_bangumi:latest" + container_name: ${CONTAINER_NAME} + restart: always + networks: + - 1panel-network + ports: + - "${PANEL_APP_PORT_HTTP}:7892" + volumes: + - "${CONFIG_PATH}:/app/config" + - "${DATA_PATH}:/app/data" + environment: + - TZ=${TIME_ZONE} + - PGID=${PGID} + - PUID=${PUID} + - UMASK=${UMASK} + dns: + - ${DNS_SERVER} + labels: + createdBy: "Apps" + +networks: + 1panel-network: + external: true diff --git a/apps/autobangumi/logo.png b/apps/autobangumi/logo.png new file mode 100644 index 00000000..7673e37a Binary files /dev/null and b/apps/autobangumi/logo.png differ