You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Experience Melodee before installing! Our official demo server is available at:
49
49
- ⚠️ **Limited Concurrent Users**: Maximum 100 simultaneous connections
50
50
- 🔄 **24-Hour Reset**: All user accounts and data are deleted daily
51
51
52
-
> **Note**: The demo server is for testing only. For production use, please [install Melodee](docs/pages/setup/installation.md) on your own infrastructure.
52
+
> **Note**: The demo server is for testing only. For production use, please [install Melodee](https://melodee.org/installing/) on your own infrastructure.
53
53
54
54
### Key Capabilities
55
55
@@ -162,15 +162,17 @@ Melodee uses several persistent volumes for data storage:
162
162
163
163
| Volume | Purpose | Description |
164
164
|--------|---------|-------------|
165
+
|`melodee_data_protection_keys`| Security | ASP.NET Core data protection keys |
165
166
|`melodee_db_data`| Database | PostgreSQL data |
166
-
|`melodee_storage`| Music Library | Processed and organized music files |
167
167
|`melodee_inbound`| Incoming Media | New media files to be processed |
168
-
|`melodee_staging`| Staging Area | Media ready for manual review |
169
-
|`melodee_user_images`| User Content | User-uploaded avatars |
0 commit comments