CatPtain commited on
Commit
ce18a50
·
verified ·
1 Parent(s): 4cc971f

Delete spaces.yml

Browse files
Files changed (1) hide show
  1. spaces.yml +0 -29
spaces.yml DELETED
@@ -1,29 +0,0 @@
1
- title: WordPress with SQLite
2
- sdk: docker
3
- app_port: 7860
4
- colorFrom: blue
5
- colorTo: purple
6
- short_description: WordPress with SQLite database and GitHub backup support
7
- description: |
8
- A complete WordPress installation with SQLite database support, optimized for Hugging Face Spaces.
9
- Features include:
10
- - SQLite database (no external database required)
11
- - GitHub automatic backup and restore
12
- - Optimized for Hugging Face Spaces
13
- - Easy deployment and management
14
-
15
- tags:
16
- - wordpress
17
- - sqlite
18
- - cms
19
- - blog
20
- - website
21
- - backup
22
- - github
23
-
24
- license: mit
25
-
26
- # Environment variables (optional)
27
- # Users can set these in their Space settings:
28
- # GITHUB_TOKEN: GitHub Personal Access Token for backup functionality
29
- # GITHUB_REPO: GitHub repository path (username/repository-name) for backups