https://github.com/dedevsclub/devspace-hub
https://github.com/dedevsclub/devspace-hub
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dedevsclub/devspace-hub
- Owner: DeDevsClub
- Created: 2025-01-26T23:02:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T07:28:23.000Z (about 1 year ago)
- Last Synced: 2025-10-26T02:56:38.716Z (8 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevSpace Hub
A directory of DevSpace sites worldwide. This repository serves as a centralized registry for all DevSpace instances.
## Quick Add Your Site
[](https://github.com/dedevsclub/devspace-hub/new/main/sites?filename=my-site.yml&value=title%3A%20%22Your%20Site%20Name%22%0Aurl%3A%20%22https%3A%2F%2Fyour-site-domain%22%0Atags%3A%20%0A%20%20-%20english%20%20%20%20%23%20main%20language%0A%20%20-%20blog%20%20%20%20%20%20%20%23%20site%20type%0Acreated_at%3A%20%222024-01-14%22%20%20%23%20creation%20date)
Click the button above to add your site and submit a PR.
## Data Format
Site Configuration Format:
```yaml
title: "Site Name"
url: "https://example.devspace.club"
tags:
- english # language tag
- blog # site type
created_at: "YYYY-MM-DD"
```
## Manual Steps
1. Fork this repository
2. Create a new yml file in the `sites` directory
3. Submit a Pull Request