Skip to content

Instantly share code, notes, and snippets.

@xream
Last active October 7, 2023 07:04
Show Gist options
  • Save xream/a4919966ddbc580951d87a2a6f23697b to your computer and use it in GitHub Desktop.
Save xream/a4919966ddbc580951d87a2a6f23697b to your computer and use it in GitHub Desktop.
Sub-Store-Stash
name: Sub-Store(latest)
desc: 后端切换为 https://sub2.store
http:
mitm:
- sub2.store
script:
- match: ^https?:\/\/sub2\.store\/((download)|api\/(preview|sync|(utils\/node-info)))
name: sub-store-1-sub2
type: request
require-body: true
timeout: 120
- match: ^https?:\/\/sub2\.store
name: sub-store-0-sub2
type: request
require-body: true
timeout: 120
cron:
script:
- name: cron-sync-artifacts-sub2
cron: "0 0 * * *"
timeout: 120
script-providers:
sub-store-0-sub2:
url: https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store-0.min.js
interval: 86400
sub-store-1-sub2:
url: https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store-1.min.js
interval: 86400
cron-sync-artifacts-sub2:
url: https://github.com/sub-store-org/Sub-Store/releases/latest/download/cron-sync-artifacts.min.js
interval: 86400
name: Sub-Store(latest ghproxy)
desc: 后端切换为 https://sub2.store
http:
mitm:
- sub2.store
script:
- match: ^https?:\/\/sub2\.store\/((download)|api\/(preview|sync|(utils\/node-info)))
name: sub-store-1-sub2
type: request
require-body: true
timeout: 120
- match: ^https?:\/\/sub2\.store
name: sub-store-0-sub2
type: request
require-body: true
timeout: 120
cron:
script:
- name: cron-sync-artifacts-sub2
cron: "0 0 * * *"
timeout: 120
script-providers:
sub-store-0-sub2:
url: https://ghproxy.com/https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store-0.min.js
interval: 86400
sub-store-1-sub2:
url: https://ghproxy.com/https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store-1.min.js
interval: 86400
cron-sync-artifacts-sub2:
url: https://ghproxy.com/https://github.com/sub-store-org/Sub-Store/releases/latest/download/cron-sync-artifacts.min.js
interval: 86400
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment