likhonsheikh commited on
Commit
f45d6ac
Β·
1 Parent(s): b7ca1a2

πŸ“‹ Add proper space configuration metadata

Browse files

- Added YAML configuration for Hugging Face Space
- Configured Docker SDK with proper app port
- Set up space title, emoji, and colors

Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # OpenVPN Configuration Manager
2
 
3
  ## Overview
 
1
+ ---
2
+ title: "OpenVPN Configuration Manager"
3
+ emoji: "πŸ”’"
4
+ colorFrom: "blue"
5
+ colorTo: "green"
6
+ sdk: "docker"
7
+ sdk_version: "20.10.17"
8
+ app_port: 7860
9
+ app_file: "app.py"
10
+ pinned: false
11
+ license: "mit"
12
+ ---
13
+
14
  # OpenVPN Configuration Manager
15
 
16
  ## Overview