Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/azavaxhuman/SQLiteWeb_Marzban


https://github.com/azavaxhuman/SQLiteWeb_Marzban

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# SQLiteWeb + Marzban

project-image

## ⚡ 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)