django-helpdesk/standalone
2025-01-21 20:36:13 +01:00
..
config Remove all mention of obsolute API deactivation switch. The helpdesk frontend 2023-11-23 22:23:13 +01:00
__init__.py Add standalone installation option with preconfigured docker-compose 2023-10-14 18:48:02 +02:00
.dockerignore Improving standalone standalone-ness 2025-01-21 20:34:55 +01:00
.gitignore Add standalone installation option with preconfigured docker-compose 2023-10-14 18:48:02 +02:00
Caddyfile Revert incorrect changes to Caddyfile 2025-01-21 20:35:59 +01:00
custom_navigation_header.html Update default logo for standalone helpdesk 2023-11-23 20:35:26 +01:00
docker-compose-dev.yml Make dev docker-compose more useable 2025-01-21 20:35:59 +01:00
docker-compose.yml Improving standalone standalone-ness 2025-01-21 20:34:55 +01:00
docker.env.template Add standalone installation option with preconfigured docker-compose 2023-10-14 18:48:02 +02:00
Dockerfile Upgrade standalone python version 2025-01-21 20:35:59 +01:00
Dockerfile.extras Fix path to extras requirements 2025-01-21 20:35:59 +01:00
entrypoint.sh Add support for SES 2023-10-14 18:48:02 +02:00
manage.py Switch to local_settings first for manage.py as well 2023-10-23 13:42:18 +02:00
README.md Update standalone docs 2025-01-21 20:36:13 +01:00
requirements-extras.txt Add extras docker image 2025-01-21 20:35:59 +01:00
requirements.txt Improving standalone standalone-ness 2025-01-21 20:34:55 +01:00
setup.sh Add standalone installation option with preconfigured docker-compose 2023-10-14 18:48:02 +02:00

Django-helpdesk standalone

This is a standalone installation of Django-helpdesk allowing you to run django-helpdesk as a production standalone application in docker.

For installation instructions see the documentation

For development and testing purposes, the docker-compose-dev.yml file will build the standalone docker images from source.