Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ssv445/this-domain-is-for-sale
Want to sell your domains? Fork this repo and add host list of your domains on sale. A simple and small webpage to put your domains on sale
https://github.com/ssv445/this-domain-is-for-sale
domains domains-list self-hosted selfhosted
Last synced: about 1 month ago
JSON representation
Want to sell your domains? Fork this repo and add host list of your domains on sale. A simple and small webpage to put your domains on sale
- Host: GitHub
- URL: https://github.com/ssv445/this-domain-is-for-sale
- Owner: ssv445
- License: mit
- Created: 2024-08-24T09:46:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T12:59:52.000Z (5 months ago)
- Last Synced: 2024-08-27T14:22:44.629Z (5 months ago)
- Topics: domains, domains-list, self-hosted, selfhosted
- Language: HTML
- Homepage: https://this-domain-is-for-sale.vercel.app/
- Size: 339 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create Your Own domain-list for sale
- A simple and small webpage to put your domains on sale.
- Its one pager, and let visitor send your a quote.
- Its one HTML file only
- You can host the same file on multiple domains, or point all the domains to one host.Example Link: [jpayplans.com](https://jpayplans.com/)
Example Image:
## Customizing Domain List
To customize the list of domains for sale:
1. Fork this repository to your own GitHub account.
2. Open the `index.html` file in your forked repository.
3. Locate the `domains` array in the JavaScript section (around line 20).
4. Modify the array to include your own domains. Each domain should be an object with the following properties:
- `domain`: The domain name (e.g., 'example.com')
- `name`: The display name for the domain
- `description`: A brief description of the domain
- `link`: The full URL of the domain
- `price`: (Optional) The asking price for the domain
- `backlinks`: (Optional) The number of backlinks for the domain## Deployment
This project can be easily deployed on Vercel. Follow these steps:
1. Push your project to a Git repository (GitHub, GitLab, or Bitbucket).
2. Sign up or log in to [Vercel](https://vercel.com).
3. Click "New Project" and import your repository.
4. Configure your project settings and click "Deploy".## Connecting Multiple Domains
To connect multiple domains to this project on Vercel:
1. Go to your project's dashboard on Vercel.
2. Navigate to the "Domains" section.
3. Click "Add" to add a new domain.
4. Enter your domain name and follow the DNS configuration instructions.
5. Repeat for each additional domain you want to connect.