This repository manages the list of user projects and subdomains for our platform.
To get your project listed and assigned a subdomain, please follow these steps:
-
Fork this repository.
-
Add a JSON file describing your project to the
domains/folder. Use the following format:{ "domain": "yourproject.example.com", "repo": "https://github.com/yourusername/yourproject", "description": "A short description of your project.", "contact": "your.email@example.com", "records": { "A": "1.2.3.4", "CNAME": "target.example.com" // NS records are allowed but will be ignored by our DNS setup. } } -
Submit a Pull Request (PR) with your JSON file.
- NS records are allowed in your JSON, but we do not apply NS records in our DNS configuration.
- Make sure your JSON file is valid and follows the required schema.
- Our automated checks will validate your submission and may comment on your PR if there are issues.
Thanks for contributing! If you have questions, please open an issue.