Skip to content

Latest commit

 

History

History
56 lines (29 loc) · 2.27 KB

README.en-US.md

File metadata and controls

56 lines (29 loc) · 2.27 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 clients: v2ray crash surge

v2ray is base64 generic format

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

surge Support Protocol:ss trojan vmess hy2 tuic

[Project Preview]

! 1712594176714! 1712594176714

[update description]

Add specified client

Fix menu update function does not update menu version

[Installation Instructions]### Linux Mode:

curl -s -H "Cache-Control: no-cache" -H "Pragma: no-cache" https://raw.githubusercontent.com/gooaclok819/sublinkX/main/install.sh | sudo bash

```sublink``outgoing menu

Then enter the installation script

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