Sign inSign up

addgmyh/subweb

By addgmyh

Updated 2 months ago

Sub-Web 订阅转换前端维护版,提供 linux/amd64 与 linux/arm64 多架构镜像。

Image
Networking
0

996

addgmyh/subweb repository overview

sub-web

A maintained fork of Sub-Web, packaged as a multi-arch Docker image for running a subscription conversion web UI.

Images

Docker Hub:

docker pull addgmyh/subweb:latest

GitHub Container Registry:

docker pull ghcr.io/addgm/sub-web:latest

Supported platforms

  • linux/amd64
  • linux/arm64

Tags

  • latest - latest stable release
  • fork-vX.Y.Z - stable release tags, for example fork-v0.1.3
  • fork-rc-vX.Y.Z - release candidate tags, for example fork-rc-v0.1.3

Usage

docker run -d \
  --name sub-web \
  -p 8080:80 \
  addgmyh/subweb:latest

Then open:

http://localhost:8080

Release policy

Release candidate tags are used to verify Docker Hub and GHCR publishing without updating latest.

Stable release tags update both the version tag and latest.

Source

GitHub repository:

https://github.com/ADDGM/sub-web

Upstream project:

https://github.com/CareyWang/sub-web

License

MIT License — Copyright © 2020-2025 CareyWang

Tag summary

Content type

Image

Digest

sha256:b383a0a71

Size

16.6 MB

Last updated

2 months ago

docker pull addgmyh/subweb