The Servala Website "Hub" https://servala.com
Find a file
Tobias Brunner 01d35a461b
All checks were successful
Build and Deploy / build (push) Successful in 1m5s
Build and Deploy / deploy (push) Successful in 5s
allow to disable appcat price calculator
2025-06-04 17:54:33 +02:00
.forgejo/workflows basic implementation of json-ld 2025-03-27 15:49:59 +01: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 appcat price calculator 2025-06-04 17:54:33 +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 catalog improvements 2025-01-31 15:58:01 +01: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 more fixes 2025-01-30 19:09:04 +01:00
manage.py refactor python package structure 2025-01-30 11:23:25 +01:00
pyproject.toml changed yaml output 2025-05-30 16:07:38 +02:00
README.md upgrade django 2025-05-06 16:06:40 +02:00
uv.lock changed yaml output 2025-05-30 16:07:38 +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