Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,43 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
---
|
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: PufferPanel
|
3 |
+
emoji: ๐ฎ
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
# PufferPanel Game Server Management
|
11 |
+
|
12 |
+
This Space runs [PufferPanel](https://www.pufferpanel.com/), an open-source game server management panel.
|
13 |
+
|
14 |
+
## Features
|
15 |
+
- ๐น๏ธ Create and manage game servers
|
16 |
+
- ๐ Persistent storage for game data
|
17 |
+
- ๐ Secure admin access
|
18 |
+
- โ๏ธ Supports Minecraft, Rust, ARK, and more
|
19 |
+
|
20 |
+
## First-Time Setup
|
21 |
+
1. Visit your Space URL after deployment
|
22 |
+
2. Login with admin credentials:
|
23 |
+
- **Username**: `admin`
|
24 |
+
- **Password**: `changeme`
|
25 |
+
|
26 |
+
## Custom Configuration
|
27 |
+
Set these environment variables in your Space settings:
|
28 |
+
|
29 |
+
| Variable | Description | Default |
|
30 |
+
|----------|-------------|---------|
|
31 |
+
| `ADMIN_USERNAME` | Admin username | `admin` |
|
32 |
+
| `ADMIN_PASSWORD` | Admin password | `changeme` |
|
33 |
+
| `PANEL_PORT` | Web interface port | `7860` |
|
34 |
+
| `PUFFER_DATA_DIR` | Storage directory | `/workspace/pufferpanel_data` |
|
35 |
+
|
36 |
+
## Persistent Storage
|
37 |
+
All game server data is stored in `/workspace/pufferpanel_data` which is preserved between sessions.
|
38 |
+
|
39 |
+
## Documentation
|
40 |
+
- [PufferPanel Documentation](https://docs.pufferpanel.com/)
|
41 |
+
- [Game Server Setup Guides](https://docs.pufferpanel.com/en/2.x/guides/)
|
42 |
+
|
43 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|