Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SuperSubscription Docker

Public Docker deployment files for SuperSubscription.

Deploy

curl -O https://raw.githubusercontent.com/AchieveHF/superSubscription-docker/main/docker-compose.yml
APP_PORT=3000 docker compose up -d

Open:

http://localhost:3000

On first visit, create the super admin account and password in the web UI.

Optional Preset Admin

You can also preset the admin account before first startup:

WEB_ADMIN_USERNAME=admin \
WEB_ADMIN_PASSWORD=your-password \
APP_PORT=3000 \
docker compose up -d

Reset Forgotten Admin

Temporarily set reset variables and restart:

WEB_ADMIN_USERNAME_RESET=admin \
WEB_ADMIN_PASSWORD_RESET=new-password \
docker compose up -d

After login succeeds, remove the reset variables from your deployment config.

Image

ghcr.io/achievehf/super-subscription:latest

The service connects to https://data.woca.fun by default.

About

超级订阅,用于夸克网盘和阿里云盘的资源订阅使用

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors