+--------------------------------------------------------------------+ 
|                                                                    |
|  Christopher Bohn                    @/books   @/blog   @/contact  |
|                                                                    |
+--------------------------------------------------------------------+

* Overview ..................................................... [001]
* Services ..................................................... [002]
  * Calibre Web ................................................ [003]
  * Jellyfin ................................................... [004]
* Projects ..................................................... [005]
* References ................................................... [006]

[001] Overview
______________________________________________________________________

Welcome to my website. As a computer hobbist I made this website out
of bordom and in an attempt to push the limits of minimal web design, 
while maintaining readability and aesthetics. For that reason, this 
website is rather unique.

Each page is a plain-text document which is inserted into some
html tags in a template. The template contains the inline CSS. Every
page is entirely self-contained and each page load of this website is
only a single network request (excluding the Services [003]). Feel
free to check it out on Pingdom [0].

An intentional by-product of this plain-text approach is that every
page is curl-able. Go ahead and give it a try with

+-------------------------------------------------------------------+
|                                                                   |
|  $ curl https://chrisbohn.org/index.txt | less                    |
|                                                                   |
+-------------------------------------------------------------------+

It is also worth noting that this website is running on a Raspberry
Pi in my home office. Therefore it is possible that some services may
have some periodic outages due to the memory constraints of the Pi or
due to Comcast having an internet outage.

[002] Services
______________________________________________________________________

I host several different services on this website. 

--[003] Calibre Web --------------------------------------------------

For reading books I am running a Calibre web server [2]. This service 
allows me to upload books from the web, read books on the web, as well
as, send books directly to my Kindle's email address.

Feel free to browse @/books

--[004] Jellyfin -----------------------------------------------------

I am also hosting a Jellyfin server [3]. Jellyfin is media server
that allows you to collect, manage and stream your own media. I prefer
Jellyfin's flexible over that of Plex. I have stitched together a few
other services that work in conjuncture with Jellyfin. I use Ombi [4]
for handling requests. I use Sonarr [5] and Radarr [6] for processing 
these request. 

Check it out @/jellyfin
You can send your media request to @/request

[005] Projects
______________________________________________________________________

If you are interesting in checking out what sort of things I get up to
on the web, be sure to check out my @/projects

You might also be interesting in checking out my git repositories over
on SourceHut [1]. For the uninitiated SourceHut is a libre alternative
to proprietary software forges like GitHub and GitLab.

If you'd like to see an overview of all my git repositories be sure to
checkout ~/ctb

If you are curious how this site is build, you can see the POSIX
compliant `make` script here $/blog/blob/master/make

[006] References
______________________________________________________________________

[0] https://tools.pingdom.com/#5f52ac09eec00000
[1] https://github.com/janeczku/calibre-web
[2] https://sourcehut.org
[3] https://jellyfin.org
[4] https://ombi.io
[5] https://sonarr.tv
[6] https://radarr.video

______________________________________________________________________

GPG A882323691303908C65178AFCB2A32B7EF676F89

The content for this site is CC-BY-SA
The code for this site is MIT