django-helpdesk/standalone
2023-11-23 22:23: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
.gitignore Add standalone installation option with preconfigured docker-compose 2023-10-14 18:48:02 +02:00
Caddyfile Update standalone/Caddyfile 2023-10-14 18:48:02 +02:00
custom_navigation_header.html Update default logo for standalone helpdesk 2023-11-23 20:35:26 +01:00
docker-compose.yml Update standalone/docker-compose.yml 2023-10-14 18:48:55 +02:00
docker.env.template Add standalone installation option with preconfigured docker-compose 2023-10-14 18:48:02 +02:00
Dockerfile Install git so that we can install git based extra-deps 2023-10-23 12:52:18 +02:00
entrypoint.sh Add support for SES 2023-10-14 18:48:02 +02:00
extra-requirements.txt Add standalone installation option with preconfigured docker-compose 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 Document standalone install 2023-10-14 18:48:53 +02: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