fatedier 1245f8804e server: replace client metadata with IP address in registry (#5118) преди 3 дни
..
public 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) преди 2 години
src 1245f8804e server: replace client metadata with IP address in registry (#5118) преди 3 дни
.eslintrc.cjs 36718d88e4 server: add client registry with dashboard support (#5115) преди 3 дни
.gitignore 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) преди 2 години
.prettierrc.json 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) преди 2 години
Makefile 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) преди 2 години
README.md fe8374e99b web/frpc: upgrade vue and element-plus (#3322) преди 2 години
auto-imports.d.ts b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) преди 1 година
components.d.ts 36718d88e4 server: add client registry with dashboard support (#5115) преди 3 дни
env.d.ts 24f0b3afa5 web/frps: upgrade vue and element-plus (#3310) преди 2 години
index.html 36718d88e4 server: add client registry with dashboard support (#5115) преди 3 дни
package.json 36718d88e4 server: add client registry with dashboard support (#5115) преди 3 дни
tsconfig.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) преди 1 година
tsconfig.node.json b31c67d7c0 web: support to clear offline proxies data on dashboard (#3963) преди 1 година
vite.config.mts 479e9f50c2 web/frpc: refactor dashboard with improved structure and API layer (#5117) преди 3 дни
yarn.lock 479e9f50c2 web/frpc: refactor dashboard with improved structure and API layer (#5117) преди 3 дни

README.md

frps-dashboard

Project Setup

yarn install

Compile and Hot-Reload for Development

make dev

Type-Check, Compile and Minify for Production

make build

Lint with ESLint

make lint