The Servala Website "Hub" https://servala.com
Find a file
Tobias Brunner 6c884b7804
All checks were successful
Build and Deploy / build (push) Successful in 1m11s
Django Tests / test (push) Successful in 1m10s
Build and Deploy / deploy (push) Successful in 4s
allow to disable redirect
2025-07-16 10:18:18 +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 allow to disable redirect 2025-07-16 10:18:18 +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 update docs 2025-05-06 16:05:35 +02:00
.gitignore introduce django compressor 2025-07-15 18:24:28 +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
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
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