Compare commits

..

1 commit
main ... stable

Author SHA1 Message Date
4d5391e2c6 First stable release (forward-proxy-mod 1.0.0) 2024-04-14 17:15:40 +02:00
2 changed files with 1 additions and 20 deletions

View file

@ -1,19 +0,0 @@
# Sync repo to the Codeberg mirror
name: Repo sync GitHub -> SVR.JS Git server
on:
push:
branches:
- '**'
jobs:
svrjsgit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: spyoungtech/mirror-action@v0.5.1
with:
REMOTE: "https://git.svrjs.org/svrjs/forward-proxy-mod.git"
GIT_USERNAME: github-mirror
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}

View file

@ -1,4 +1,4 @@
{
"name": "Forward proxy mod for SVR.JS 3.x",
"version": "Nightly-GitMain"
"version": "1.0.0"
}