2023-10-17 04:20:50 -07:00
|
|
|
# My Website - Hyperling.com
|
2022-10-16 09:22:44 -05:00
|
|
|
|
2022-10-06 07:11:58 -05:00
|
|
|
Custom website rather than using WordPress or anything else that handles the code for you.
|
|
|
|
|
|
|
|
Rather than using apache or nginx just using Node.js to serve an HTML API. Gives more control.
|
|
|
|
|
|
|
|
Use HTML and PHP files for the content because it sounds fun and I like challenges.
|
|
|
|
|
|
|
|
Basically a "page" is just a program that echo's HTML content for the API.
|
|
|
|
|
|
|
|
Will likely play with some pages being Bash and other fun things.
|
2022-10-06 07:23:07 -05:00
|
|
|
|
2022-10-16 09:22:44 -05:00
|
|
|
All content is formatted so that the page source is readible.
|
|
|
|
|
|
|
|
# How To Run
|
|
|
|
|
2024-01-24 11:02:23 +00:00
|
|
|
The install script is currently only set up for apt, and the package names only
|
|
|
|
tested on Ubuntu and Debian.
|
2022-10-16 09:22:44 -05:00
|
|
|
|
2024-01-24 11:02:23 +00:00
|
|
|
```
|
2025-01-02 09:48:56 -07:00
|
|
|
git clone https://git.hyperling.com/me/nodejs-website www
|
2024-01-24 11:02:23 +00:00
|
|
|
cd www
|
|
|
|
./run.sh
|
|
|
|
```
|
2022-10-16 09:23:29 -05:00
|
|
|
|
2024-01-24 11:02:23 +00:00
|
|
|
Then in a web browser, navigate to `localhost:8080`.
|
2022-10-16 09:22:44 -05:00
|
|
|
|
|
|
|
## TODO
|
2022-10-06 07:23:07 -05:00
|
|
|
|
2022-10-31 20:21:34 -05:00
|
|
|
All goals are currently completed.
|
2022-10-06 19:53:58 -05:00
|
|
|
|
2024-01-24 11:02:23 +00:00
|
|
|
- ~~Add support for Let's Encrypt without using `nginx` or `apache`.~~
|
|
|
|
- Going to continue using a reverse proxy, but may still be nice someday.
|
|
|
|
|
2022-10-06 19:53:58 -05:00
|
|
|
## Inspiration
|
2022-10-16 09:22:44 -05:00
|
|
|
|
2024-01-24 11:02:23 +00:00
|
|
|
- [Liquorix Kernel](https://liquorix.net/)
|
2022-10-13 07:29:46 -05:00
|
|
|
- The linux-zen kernel, a really great one if you're running FOSS OS's!
|
2024-01-24 11:02:23 +00:00
|
|
|
- [Cahlen.org](https://cahlen.org/)
|
2022-10-13 07:29:46 -05:00
|
|
|
- Also has really interesting and important content, it is highly recommended.
|
2024-01-24 11:02:23 +00:00
|
|
|
- [Merkin Vineyards Osteria](https://merkinvineyardsosteria.com/)
|
2022-10-16 09:22:44 -05:00
|
|
|
- A winery website for MJ Keenan.
|