The custom CMS behind my website https://theorangeone.net/
Find a file
2022-10-30 22:00:50 +00:00
.devcontainer
docker/dev Unpin redis minor version and use alpine variant 2022-09-13 08:42:52 +01:00
etc Do a lookup to find reverse proxy 2022-10-30 14:26:06 +00:00
scripts Use fira-code package with support for font-display 2022-09-29 21:05:19 +01:00
static/src Remove fixed height for listing items 2022-10-30 13:14:23 +00:00
website Add types for permissions policy 2022-10-30 19:35:26 +00:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc
.gitignore Add meta tags 2022-08-19 16:56:20 +01:00
.gitlab-ci.yml Update Node.js to v19 2022-10-19 08:00:30 +01:00
.stylelintignore
.stylelintrc
Dockerfile Decrease verbosity on collectstatic 2022-10-30 19:16:25 +00:00
justfile Coverage is tests too 2022-10-24 20:45:07 +01:00
manage.py
package-lock.json Update dependency htmx.org to v1.8.2 2022-10-30 22:00:50 +00:00
package.json Update dependency htmx.org to v1.8.2 2022-10-30 22:00:50 +00:00
poetry.lock Add permissions policy 2022-10-30 19:12:26 +00:00
Procfile
pyproject.toml Add permissions policy 2022-10-30 19:12:26 +00:00
README.md
renovate.json Only skip patch updates for dev dependencies 2022-10-30 19:48:00 +00:00
SECURITY.md Add security.md file 2022-09-03 16:37:26 +01:00
setup.cfg Exclude migrations from coverage 2022-10-24 20:45:07 +01:00

Website

Installation

This project handles commands using just, and the project runs in Docker.

  1. just build
  2. Create .env file
  3. just compose up -d
  4. just compose run web just start

.env file

Local development secrets are stored in a .env file. This file is automatically loaded by just.