mirror of
https://github.com/hcengineering/huly-selfhost.git
synced 2026-08-17 21:25:55 +02:00
Instructions to deploy Huly on a self-hosted server with SSL using Traefik
Prerequisites
- A domain name pointing to the server
- A server with Docker and Docker Compose installed
Steps
-
Clone the repository
git clone https://github.com/hcengineering/huly-selfhost.git cd huly-selfhost/traefik -
Run setup.sh
chmod +x setup.sh ./setup.sh -
Follow the instructions in the setup script to configure your domain name and email address
$ ./setup.sh Enter the domain name: example.com Enter the email address: admin@example.com Setup is complete. Run 'docker compose up -d' to start the services. -
Modify the
docker-compose.yamlfile to customize any settings -
Start the services
docker compose up -d -
Access Huly at
https://example.com