Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1.99 KB

README.en-US.md

File metadata and controls

45 lines (24 loc) · 1.99 KB
Chinese|English

[Project Profile]

Project based on sublink project secondary development: github.com/jaaksii/sublink

Front end based on github.com/youlaitech/vue3-element-admin

Go+gin+gorm on the backend

Default account admin password 123456 modify yourself

Because rewriting has a lot of layout structure and a little less functionality

[Project Features]

High degree of freedom and security, ability to log access subscriptions, easy configuration

Binary compilation without Docker containers

Currently only supported client: v2ray smash

v2ray is base64 generic format

Clash Support Protocol:ss ssr trojan vmess vless hy hy2 tuic

[Project Preview]

! 1712594176714! 1712594176714

[Installation Instructions]

linux:

curl -s https://raw.githubusercontent.com/gooaclok819/sublinkX/main/install.sh | sudo bash

Docker method:

Create a directory where you need it, such as mkdir sublinkx

Then cd enters this directory, enter the following command and the data will be mounted.

DB and template docker run --name sublinkx -p 8000:8000 \-v $PWD/db:/app/db \-v $PWD/template:/app/template \-v $PWD/logs:/app/logs \-d jaaksi/sublinkx