2024-11-13 10:55:24 -05:00
2024-11-13 10:55:24 -05:00
2024-11-13 10:45:37 -05:00
2024-11-11 14:01:44 -05:00
2024-11-13 10:50:56 -05:00
2024-11-13 10:51:14 -05:00

pontus

A website for my online self License: CC0-1.0

How to self-host

There are two self-hosted options, depending on your situation. For my purposes, I opt to use the script, so I can keep code up-to-date with my repo. However, you may prefer to host the static code, and not use the script.

  1. Use self script The self script can help you establish a public/ folder, where code can be served to. At this time, it doesn't do anything but move the files over as of now. This script is only supported on Linux hosts.

To use the self script, you must do the following:

a. Allow execution of self script

chmod +x self

b. Start server

./self start

You may also use ./self help (this script does not provide therapy services) to view other available commands.

  1. Use the static files

You may also opt to copy the src/ folder to another location, such as /var/www/html, so it can be served static with a web server such as Apache2 or NGINX.

Description
A website for my online self
Readme CC0-1.0 265 KiB
Languages
HTML 92.9%
CSS 7.1%