Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qrexpy/domain-redirector
Domain endpoint redirector for all my projects
https://github.com/qrexpy/domain-redirector
matrix
Last synced: 11 days ago
JSON representation
Domain endpoint redirector for all my projects
- Host: GitHub
- URL: https://github.com/qrexpy/domain-redirector
- Owner: qrexpy
- Created: 2024-11-27T15:07:37.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T20:44:47.000Z (3 months ago)
- Last Synced: 2024-12-09T17:18:41.397Z (2 months ago)
- Topics: matrix
- Language: HTML
- Homepage: https://qrexxed.me
- Size: 19.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Domain Endpoint Redirector
This project is a domain endpoint redirector with a Matrix-style interface.
## Features
- **Matrix Style**: A visually appealing Matrix-style interface.
- **Redirection**: Redirects to various subdomains:
- [ubuntu-profile.qrexxed.me](https://ubuntu-profile.qrexxed.me)
- [discord-bio.qrexxed.me](https://discord-bio.qrexxed.me)## Requirements
- Node.js
- npm (Node Package Manager)
- Git (optional)## Usage (locally)
1. Clone the repository or download ZIP:
```sh
git clone https://github.com/qrexpy/domain-redirector
cd domain-redirector
```2. Install http-server globally:
```sh
npm install -g http-server
```3. Start the local server:
```sh
http-server -p 8000
```4. Open in your browser:
- Navigate to [http://localhost:8000](http://localhost:8000) or to the IPs you got from terminal## To-Do
1. Enhance the Matrix-style interface.