Techbitforge commited on
Commit
fd7a2cd
ยท
verified ยท
1 Parent(s): af2761d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -4
README.md CHANGED
@@ -1,10 +1,43 @@
1
  ---
2
- title: Olo
3
- emoji: ๐ŸŒ
4
- colorFrom: purple
5
- colorTo: indigo
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