The custom CMS behind my website https://theorangeone.net/
Go to file
Jake Howard bbf7411f50
Run everything as non-root
2024-01-14 12:59:31 +00:00
.devcontainer
docker/dev Run everything as non-root 2024-01-14 12:59:31 +00:00
etc Run everything as non-root 2024-01-14 12:59:31 +00:00
scripts Attempt to bundle some contrib static files to reduce network requests 2023-10-06 22:42:00 +01:00
static/src Move search icon to left 2024-01-05 16:52:37 +00:00
website Use cache to accelerate static file serving with nginx 2024-01-13 23:01:15 +00:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc Add eslint-plugin-unicorn 2023-12-14 17:56:57 +00:00
.gitignore
.gitlab-ci.yml Upgrade to Python 3.12 2024-01-11 09:26:39 +00:00
.stylelintignore
.stylelintrc
Dockerfile Run everything as non-root 2024-01-14 12:59:31 +00:00
Procfile Use nginx to serve static files 2023-02-21 21:46:26 +00:00
README.md
SECURITY.md
dev-requirements.txt Upgrade to Python 3.12 2024-01-11 09:26:39 +00:00
justfile Run everything as non-root 2024-01-14 12:59:31 +00:00
manage.py
package-lock.json Upgrade shareon and add email share support 2023-12-28 21:28:30 +00:00
package.json Upgrade shareon and add email share support 2023-12-28 21:28:30 +00:00
pyproject.toml Replace flake8 and isort with ruff 2023-07-15 15:10:05 +01:00
renovate.json Use s6 to run everything in a single container 2024-01-13 21:43:10 +00:00
requirements.txt Fix `wagtail-draftail-snippet` for Wagtail 5.2 2024-01-06 19:30:42 +00:00

README.md

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.