add documentation, gitignore entry for archive dir

This commit is contained in:
Aidan 2024-11-26 10:29:25 -05:00
parent 70c70cf8fd
commit 30521b6056
2 changed files with 19 additions and 12 deletions

3
.gitignore vendored
View File

@ -3,3 +3,6 @@
# public directory
public/
# archives directory
src/archives/

View File

@ -28,3 +28,7 @@ You may also use `./self help` (this script does not provide therapy services) t
2. **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.
# Serve custom files
If you would like to host your own files, simply place them in `./src/archives`, and they will be served at the same location mine are. Keep in mind, you may not use the same directory structure, and will have to update the menu links.