The Servala Website "Hub" https://servala.com
Find a file
Tobias Brunner d680c8b093
All checks were successful
Build and Deploy / build (push) Successful in 1m6s
Django Tests / test (push) Successful in 1m15s
Build and Deploy / deploy (push) Successful in 5s
habemus new tagline
2025-08-29 10:08:42 +02:00
.cursor/rules add cursor project rules 2025-06-20 15:08:35 +02:00
.forgejo only run tests on main and PRs 2025-06-23 14:22:33 +02:00
.github compute plan grouping 2025-05-23 17:09:02 +02:00
deployment add a bunch of servala redirect zones 2025-05-07 11:44:08 +02:00
docker reverse proxy plausible script 2025-04-09 15:37:48 +02:00
hub habemus new tagline 2025-08-29 10:08:42 +02:00
.coverage tests and actions 2025-06-20 10:46:11 +02:00
.dockerignore add dockerfile and prep for prod 2025-01-30 15:12:50 +01:00
.env.example configure password via env var 2025-07-16 15:46:21 +02:00
.gitignore improvements to help tooltips and local serving 2025-07-16 16:24:48 +02:00
.gitlab-ci.yml basic implementation of json-ld 2025-03-27 15:49:59 +01:00
.python-version init 2025-01-27 12:58:56 +01:00
CLAUDE.md tell claude to use context7 for docs 2025-07-23 11:09:10 +02:00
Dockerfile introduce django compressor 2025-07-15 18:24:28 +02:00
FORGEJO_ACTIONS_SETUP.md tests and actions 2025-06-20 10:46:11 +02:00
IMAGE_LIBRARY_MIGRATION_STATUS.md image library migration step 1 2025-07-04 17:26:09 +02:00
manage.py refactor python package structure 2025-01-30 11:23:25 +01:00
PRICING_TESTS_SUMMARY.md tests and actions 2025-06-20 10:46:11 +02:00
pyproject.toml introduce django compressor 2025-07-15 18:24:28 +02:00
README.md upgrade django 2025-05-06 16:06:40 +02:00
run_pricing_tests.sh tests and actions 2025-06-20 10:46:11 +02:00
SERVALA_INVESTMENT_MODELS.md rework investment model 2025-07-22 09:16:40 +02:00
SVG_SUPPORT.md add support for svg images in library 2 2025-07-08 15:24:56 +02:00
uv.lock introduce django compressor 2025-07-15 18:24:28 +02:00

Servala Website

This is the Django source-code of the website powering https://servala.com.

Running locally

cp .env.example .env
source .env
uv run --extra dev manage.py migrate
uv run --extra dev manage.py runserver