edit readme

This commit is contained in:
dlinux-host
2025-07-23 22:58:50 -04:00
parent 123f84e703
commit 0c549c1f8c

View File

@@ -3,6 +3,8 @@
## Overview ## 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. 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 ## Features
- **Discord Role-Based Resource Management**: Automatically upgrades or downgrades Docker container resources based on specific Discord roles. - **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. - **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 ## Installation
1. **Clone the Repository**: 1. **Clone the Repository**:
```bash ```bash
git clone <repository-url> git clone git@git.ssh.surf:dlinux-community/dlinux-premium.git
cd discord-linux-premium-store cd dlinux-premium
``` ```
2. **Install Dependencies**: 2. **Install Dependencies**: