Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azavaxhuman/SQLiteWeb_Marzban
https://github.com/azavaxhuman/SQLiteWeb_Marzban
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/azavaxhuman/SQLiteWeb_Marzban
- Owner: azavaxhuman
- License: gpl-3.0
- Created: 2024-08-25T19:43:09.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T11:01:28.000Z (3 months ago)
- Last Synced: 2024-09-11T16:27:53.855Z (3 months ago)
- Language: Shell
- Size: 390 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-freedom - SQLiteWeb_Marzban
README
# SQLiteWeb + Marzban
## ⚡ What is it?
This project is designed to be lightweight and easy to use SQLite-web and can be run on the same server where Marzban is installed. This repository is a fork of [SQLiteWeb](https://github.com/coleifer/sqlite-web) and modified to work with [Marzban](https://github.com/Gozargah/Marzban).SQLite-web is a web-based SQLite database browser written in Python using the Flask web framework. It provides a simple and intuitive interface for working with SQLite databases.
## 🍀 Features
- Automatically install and configure sqlite-web
- Generate Random Path to Access SQLite-web (or you can set your own path)
- Create and manage SQLite databases
- Browse and edit tables and data
- Search and filter data
- Export data to CSV or JSON
- View and edit SQL queries , execute them directly in the browser
- Create Service for SQLite-web
- Secure SQLite-web with SSL/TLS
> [!IMPORTANT]
> The Defualt Path of Databse is `/var/lib/marzban/db.sqlite3` and the Default Port is `8010`.## 👀 How to Use?
just copy/paste and enjoy :
```bash
sudo bash -c "$(curl -sL https://raw.githubusercontent.com/azavaxhuman/SQLiteWeb_Marzban/main/install.sh)"
```## 📺 Video Tutorial
You can find a video tutorial on how to use this repository here.
- `YOUTUBE` You Can Find [The Video ( SQLiteWeb + Marzban ) Here](https://youtu.be/900-y56_y3w)
## Thanks
Special thanks to SQLiteWeb's creator [(SQLiteWeb)](https://github.com/coleifer/sqlite-web)