Skip to content

Repository files navigation

almightylisp.com README

REQUIREMENTS

  • Caddy
  • Roswell
  • SBCL

INSTALL

make
make install
make run

CLOUDFLARE & CADDY

Make Cloudflare Origin Server certificates, then update the Caddyfile with their locations on the server after uploading.

mv almightylisp.com/origin-cert.pem /etc/caddy/cloudflare/origin-cert.pem
mv almightylisp.com/origin-key.pem /etc/caddy/cloudflare/origin-key.pem

Set their permissions.

sudo chown caddy:caddy /etc/caddy/cloudflare/origin-cert.pem /etc/caddy/cloudflare/origin-key.pem
sudo chmod 644 /etc/caddy/cloudflare/origin-cert.pem
sudo chmod 600 /etc/caddy/cloudflare/origin-key.pem

FIREWALL

Make sure firewall settings are correct:

sudo ufw allow 80/tcp
sudo ufw allow 443/tcp
sudo ufw reload
sudo ufw status verbose
Rule added
Rule added (v6)
Rule added
Rule added (v6)
Firewall reloaded
Status: active
Logging: on (low)
Default: deny (incoming), allow (outgoing), disabled (routed)
New profiles: skip

To                         Action      From
--                         ------      ----
5000/tcp                   ALLOW IN    Anywhere
22                         ALLOW IN    Anywhere
80/tcp                     ALLOW IN    Anywhere
443/tcp                    ALLOW IN    Anywhere
5000/tcp (v6)              ALLOW IN    Anywhere (v6)
22 (v6)                    ALLOW IN    Anywhere (v6)
80/tcp (v6)                ALLOW IN    Anywhere (v6)
443/tcp (v6)               ALLOW IN    Anywhere (v6)

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages