[READ-ONLY] Mirror of https://github.com/probablykasper/lumix. Art website (unfinished)
art website
0

Configure Feed

Select the types of activity you want to include in your feed.

JavaScript 17.9%
Sass 3.6%
CSS 3.5%
Pug 1.7%
Dockerfile 0.1%
Other 73.3%
26 3 0

Clone this repository

https://tangled.org/kasper.space/lumix https://tangled.org/did:plc:twie54v34wjzodo3pax3lcl5
git@tangled.org:kasper.space/lumix git@tangled.org:did:plc:twie54v34wjzodo3pax3lcl5

For self-hosted knots, clone URLs may differ based on your setup.



README.md

Lumix#

Art website

Get Started#

  • Install Docker Compose if you do not already have it.
  • Set your environment variables in .env. This assumes your server only uses one domain.
    • APP_ENV: dev or production.
    • CERT_DOMAIN: Set this to your domain name.
    • CERT_EMAIL: The email your TLS certficiate will be registered with.
  • Create the file web/node/keys.js, that looks like this:
    module.exports = {
        passportSessionStoreSecret: "",
    }
    

Usage#

  • Register TLS certificate: docker-compose -f docker-compose-extras.yml up letsencrypt-init.
  • Renew TLS certificate: docker-compose -f docker-compose-extras.yml up letsencrypt-renew.
  • Start server: docker-compose up.