The Servala Website "Hub" https://servala.com
  • Python 51.5%
  • HTML 25.6%
  • JavaScript 12%
  • CSS 10.3%
  • Shell 0.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Tobias Brunner b64ea9d7fa
All checks were successful
Build and Deploy / build (push) Successful in 1m21s
Django Tests / test (push) Successful in 1m23s
Build and Deploy / deploy (push) Successful in 33s
feat(pricing): add "Hide CSP costs" toggle to pricelist NG
Collapses the view to Servala managed-service fees only
(managed_base + managed_sizing_bracket), dropping compute,
storage and additional CSP resources from display and totals.
Display-only; the quote calculation and Odoo sync are unaffected.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-17 10:33:45 +02:00
.claude remove openwolf 2026-07-17 08:22:26 +02:00
.forgejo Tasks 16/17/18/25 2026-04-08 11:21:16 +02:00
.github compute plan grouping 2025-05-23 17:09:02 +02:00
.zed configure zed for django 2025-11-17 16:34:19 +01:00
deployment add servala.org domain 2025-12-03 15:48:48 +01:00
docker upgrade python to 3.14 2026-04-13 15:35:57 +02:00
docs mark billing model as implemented 2026-07-17 09:01:38 +02:00
hack sync script 2026-04-13 09:03:15 +02:00
hub feat(pricing): add "Hide CSP costs" toggle to pricelist NG 2026-07-17 10:33:45 +02:00
.coverage tests and actions 2025-06-20 10:46:11 +02:00
.dockerignore ignore tmp directory 2026-01-05 15:05:15 +01:00
.env.example add simple password protection to new pricelist 2026-04-08 18:45:04 +02:00
.gitignore remove openwolf 2026-07-17 08:22:26 +02:00
.gitlab-ci.yml pin docker version 2025-11-11 10:52:58 +01:00
.mcp.json refine gitignore 2026-01-05 17:26:00 +01:00
.python-version upgrade python to 3.14 2026-04-13 15:35:57 +02:00
CLAUDE.md introduce justfile 2026-07-17 08:30:22 +02:00
Dockerfile upgrade python to 3.14 2026-04-13 15:35:57 +02:00
justfile introduce justfile 2026-07-17 08:30:22 +02:00
manage.py refactor python package structure 2025-01-30 11:23:25 +01:00
pyproject.toml dependency updates 2026-05-29 09:09:38 +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
uv.lock upgrade dependencies 2026-07-17 07:55:20 +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