edit readme
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
## Overview
|
||||
Discord-Linux Premium Store is a Node.js application that integrates with Discord and Docker to manage premium user subscriptions. It automatically adjusts Docker container resources (CPU, memory, and swap) based on users' Discord roles, ensuring that premium subscribers receive upgraded resources while non-premium users are assigned default settings.
|
||||
|
||||
This code was published for educational purposes and requires our infrastructure to run, feel free to fork and use whatever code you may find useful.
|
||||
|
||||
## Features
|
||||
- **Discord Role-Based Resource Management**: Automatically upgrades or downgrades Docker container resources based on specific Discord roles.
|
||||
- **MySQL Integration**: Maps user IDs to Discord IDs for role verification.
|
||||
@@ -21,8 +23,8 @@ Discord-Linux Premium Store is a Node.js application that integrates with Discor
|
||||
## Installation
|
||||
1. **Clone the Repository**:
|
||||
```bash
|
||||
git clone <repository-url>
|
||||
cd discord-linux-premium-store
|
||||
git clone git@git.ssh.surf:dlinux-community/dlinux-premium.git
|
||||
cd dlinux-premium
|
||||
```
|
||||
|
||||
2. **Install Dependencies**:
|
||||
|
Reference in New Issue
Block a user