commit 0bb58f3756d89af9aa9781d7ef328225257126ab
Author: FIGBERT <figbert@figbert.com>
Date: Mon, 12 Apr 2021 17:14:31 -0700
Initial commit
Diffstat:
2 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/Dockerfile b/Dockerfile
@@ -0,0 +1,7 @@
+FROM python:alpine
+
+RUN apk add gcc musl-dev python3-dev libffi-dev openssl-dev cargo && \
+ pip install jetforce
+
+CMD jetforce --host 0.0.0.0 --port 1965 --hostname figbert.com --tls-certfile /certs/fullchain.pem --tls-keyfile /certs/privkey.pem
+
diff --git a/README.md b/README.md
@@ -0,0 +1,12 @@
+# figbert.com
+[figbert.com][figbert] is the official capsule and home of FIGBERT in
+Geminispace. The capsule is served via [jetforce][jf] to host my blog,
+portfolio, and other information about me and my life.
+
+## Licenses
+The textual content of this capsule (biographical information, blog
+posts, etc) are the copyright of FIGBERT, all rights reserved.
+
+[figbert]: gemini://figbert.com/
+[jf]: https://github.com/michael-lazar/jetforce
+