KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
marznode
★ 78
Open GitHub ↗
Yet another vpn backend manager
Download README (.md)
Explore Similar Repositories
goji
:
Commitizen-like Emoji Commit Tool written in Go and AI commit message generator (think cz-emoji and other commitizen adapters but in go) 🚀
react-canvas-editor
:
React version of canvas editor
YyFlight.ToDoList
:
✍【.NET8 MongoDB 待办清单系统】.NET8 MongoDB从入门到实战基础教程,该项目后端使用的是.NET8、前端页面使用Blazor、使用MongoDB存储数据,更多相关内容大家可以看目录中的MongoDB从入门到实战的相关教程。该系列教程可作为.NET Core入门项目进行学习,感兴趣的小伙伴可以关注博主和我一起学习共同进步。
langchainjs-quickstart-demo
:
Build a generative AI application using LangChain.js, from local to Azure
resilience4j-spring-boot3-demo
:
A Spring Boot 3 demo which shows how to use the Resilience4j Spring Boot 3 Starter
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
marznode
?
Download (.md)
Marznode --------- Just a fork of Marzban-node. - [X] xray-core - [X] hysteria - [X] sing-box ## Setup Guide for Development Python versions older than 3.12 are not supported. Setup python virtual environment ```sh python -m venv .venv/ source .venv/bin/activate ``` Install the requirements ```sh pip install -r requirements.txt ``` Configure the node. you should provide the correct path to your xray binary and your xray config file. ```sh cp .env.example .env ``` Set your certificate for the node by saving the certificate in a file and providing address of the certificate file using `CLIENT_SSL_CERT`. And then execute and start the node: ```sh python marznode.py ```