lefolalan
f3c1060443
feat: add ChirpStack LoRaWAN Network Server template ( #486 )
...
* feat: add ChirpStack LoRaWAN Network Server template
Add complete ChirpStack v4 template with:
- Main ChirpStack server with web UI
- UDP and Basics Station gateway bridges
- REST API interface
- PostgreSQL database with PostGIS extensions
- Redis cache
- Mosquitto MQTT broker
Default configuration for EU868 region with secure random credentials. Supports all LoRaWAN frequency bands globally.
* fix(chirpstack): use original configurations from chirpstack-docker repo
Update template.toml to use exact configuration files from the
chirpstack-docker repository instead of simplified versions:
- Use original chirpstack.toml with all 15 enabled regions
- Use original gateway bridge configuration with documentation links
- Use complete Basics Station EU868 config with frequency plans
- Keep original Mosquitto and PostgreSQL initialization scripts
Template size increased from 131 to 219 lines (4.7KB) to include
comprehensive default configurations that match the official setup.
* feat: add all 38 region configuration files
* fix(chirpstack): add volume mounts to expose config files to containers
* fix(chirpstack): remove read-only flag
* fix(chirpstack): correct file paths for configuration mounts in docker-compose and template files
* fix: update volume paths to be on correct directory level
* fix: configure template for dokploy-network with proper DNS resolution
- Add dokploy-network configuration to docker-compose.yml
- Replace environment variable placeholders with actual service hostnames
- Change PostgreSQL DSN from $POSTGRESQL_HOST to postgres
- Change Redis server from $REDIS_HOST to redis
- Replace $MQTT_BROKER_HOST with mosquitto in all 39 region configurations
These changes ensure Docker DNS resolution works correctly by:
- Using dokploy-network (overlay) instead of bridge network
- Using service names directly in TOML config files (TOML doesn't expand env vars)
- Enabling proper service discovery between containers
This resolves DNS resolution failures that caused ChirpStack to fail connecting
to PostgreSQL and MQTT services during deployment.
* fix: add missing network configurations for all services in docker-compose
* feat: add internal services to config.domains for proper network configuration
* Update docker-compose.yml
* fix: enhance domain validation in template validator
- Updated the TemplateValidator to ensure that if the 'host' field is provided, it must be a valid string.
- Added comments to clarify that 'host' is optional for internal services.
* refactor: remove redundant host validation in template validator
- Removed the validation for the 'host' field in the TemplateValidator, as it is optional for internal services and does not require a type check if not provided.
* refactor: remove internal service domain configurations from template
- Eliminated the domain configurations for internal services (Postgres, Redis, Mosquitto) from the template.toml file, streamlining the configuration for better clarity and maintainability.
---------
Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com >
Co-authored-by: Mauricio Siu <siumauricio@icloud.com >
2025-12-14 00:13:13 -06:00
..
2025-11-28 02:07:05 -06:00
2025-03-30 01:36:48 -06:00
2025-03-30 01:36:48 -06:00
2025-04-07 02:09:02 +02:00
2025-03-30 13:36:00 -06:00
2025-08-24 23:47:22 -06:00
2025-03-30 13:36:00 -06:00
2025-09-06 18:32:37 -06:00
2025-08-24 23:49:39 -06:00
2025-03-30 01:36:48 -06:00
2025-03-30 13:36:00 -06:00
2025-03-30 14:08:45 -06:00
2025-03-30 14:24:57 -06:00
2025-09-06 15:04:34 -06:00
2025-03-30 01:36:48 -06:00
2025-11-08 00:13:37 -06:00
2025-03-30 14:08:45 -06:00
2025-09-03 23:59:21 -06:00
2025-03-30 14:08:45 -06:00
2025-03-30 01:36:48 -06:00
2025-06-01 15:00:45 -06:00
2025-03-30 01:36:48 -06:00
2025-03-30 14:08:45 -06:00
2025-03-30 14:27:32 -06:00
2025-03-30 14:28:48 -06:00
2025-08-07 00:48:53 -06:00
2025-07-20 21:33:17 -06:00
2025-03-30 14:30:02 -06:00
2025-07-27 22:46:50 -06:00
2025-10-25 17:56:45 -06:00
2025-09-05 02:45:59 -06:00
2025-03-30 14:46:52 -06:00
2025-04-03 15:07:41 +02:00
2025-03-30 14:47:00 -06:00
2025-03-30 14:52:23 -06:00
2025-03-30 01:36:48 -06:00
2025-03-30 15:15:22 -06:00
2025-10-25 01:53:51 -06:00
2025-04-20 22:48:42 -06:00
2025-11-07 23:37:11 -06:00
2025-03-30 01:36:48 -06:00
2025-11-08 00:05:46 -06:00
2025-05-17 03:18:24 -06:00
2025-11-08 00:00:19 -06:00
2025-03-30 20:02:37 -06:00
2025-09-27 14:42:12 -06:00
2025-03-30 15:25:00 -06:00
2025-10-04 22:32:34 -06:00
2025-09-13 19:26:26 -06:00
2025-03-30 01:36:48 -06:00
2025-09-25 20:54:42 -06:00
2025-03-30 19:56:50 -06:00
2025-03-30 20:01:11 -06:00
2025-03-30 01:36:48 -06:00
2025-03-30 20:17:20 -06:00
2025-10-25 17:39:12 -06:00
2025-07-20 21:35:44 -06:00
2025-03-30 20:28:05 -06:00
2025-07-06 21:14:02 -06:00
2025-03-30 20:28:17 -06:00
2025-03-30 01:36:48 -06:00
2025-09-25 20:33:28 -06:00
2025-08-10 23:56:55 -06:00
2025-03-30 20:29:55 -06:00
2025-05-17 03:20:46 -06:00
2025-03-30 20:31:14 -06:00
2025-12-14 00:13:13 -06:00
2025-03-30 20:54:13 -06:00
2025-03-30 20:40:58 -06:00
2025-11-08 00:38:00 -06:00
2025-03-30 20:42:58 -06:00
2025-03-30 20:44:33 -06:00
2025-03-30 01:36:48 -06:00
2025-03-30 20:50:02 -06:00
2025-10-25 18:33:00 -06:00
2025-03-30 21:06:49 -06:00
2025-07-05 00:48:54 -06:00
2025-03-30 21:08:26 -06:00
2025-07-27 22:40:54 -06:00
2025-03-30 21:17:41 -06:00
2025-03-30 21:21:15 -06:00
2025-03-30 01:36:48 -06:00
2025-03-30 01:36:48 -06:00
2025-03-30 21:16:20 -06:00
2025-07-27 22:40:54 -06:00
2025-08-22 22:46:35 -06:00
2025-10-14 21:29:17 -06:00
2025-03-30 21:27:16 -06:00
2025-03-30 01:36:48 -06:00
2025-09-13 19:29:12 -06:00
2025-09-01 23:13:59 -06:00
2025-09-13 19:30:12 -06:00
2025-07-11 23:59:35 -06:00
2025-09-01 23:13:21 -06:00
2025-03-30 01:36:48 -06:00
2025-07-27 22:40:54 -06:00
2025-11-07 23:48:00 -06:00
2025-03-30 01:36:48 -06:00
2025-03-30 01:36:48 -06:00
2025-10-25 17:29:13 -06:00
2025-03-30 01:36:48 -06:00
2025-11-08 00:45:50 -06:00
2025-06-01 14:55:13 -06:00
2025-08-28 00:25:19 -06:00
2025-03-30 01:36:48 -06:00
2025-10-14 21:30:37 -06:00
2025-04-05 20:07:52 -07:00
2025-03-30 01:36:48 -06:00
2025-08-28 00:22:23 -06:00
2025-08-22 23:18:24 -06:00
2025-07-27 22:40:54 -06:00
2025-07-27 22:40:54 -06:00
2025-07-27 22:40:54 -06:00
2025-07-27 22:40:54 -06:00
2025-03-30 01:36:48 -06:00
2025-08-22 22:57:30 -06:00
2025-11-29 10:32:45 +01:00
2025-03-30 01:36:48 -06:00
2025-08-28 00:22:23 -06:00
2025-11-08 00:03:45 -06:00
2025-03-30 01:36:48 -06:00
2025-08-10 23:45:32 -06:00
2025-07-20 21:38:21 -06:00
2025-03-30 01:36:48 -06:00
2025-07-11 23:46:43 -06:00
2025-10-04 22:03:48 -06:00
2025-09-27 14:38:46 -06:00
2025-05-24 17:50:26 -06:00
2025-07-27 22:40:54 -06:00
2025-09-25 20:36:48 -06:00
2025-09-25 20:36:48 -06:00
2025-09-13 21:51:59 -06:00
2025-09-20 23:08:50 -06:00
2025-04-05 22:30:00 -08:00
2025-11-28 01:09:47 -06:00
2025-04-02 03:43:38 -07:00
2025-05-10 03:39:50 -06:00
2025-03-30 01:36:48 -06:00
2025-05-24 17:42:20 -06:00
2025-06-24 21:59:20 -06:00
2025-09-20 23:29:25 -06:00
2025-09-20 23:29:25 -06:00
2025-08-07 00:50:57 -06:00
2025-09-15 23:47:26 -06:00
2025-08-22 23:25:31 -06:00
2025-08-22 23:25:31 -06:00
2025-08-22 23:25:31 -06:00
2025-08-28 00:22:23 -06:00
2025-07-11 23:42:54 -06:00
2025-03-30 01:36:48 -06:00
2025-03-30 01:36:48 -06:00
2025-03-30 01:36:48 -06:00
2025-06-24 21:49:47 -06:00
2025-06-19 22:40:15 -06:00
2025-03-30 01:36:48 -06:00
2025-07-27 22:40:54 -06:00
2025-11-07 23:30:37 -06:00
2025-07-27 22:51:55 -06:00
2025-03-30 01:36:48 -06:00
2025-03-30 01:36:48 -06:00
2025-03-30 01:36:48 -06:00
2025-03-30 01:36:48 -06:00
2025-05-07 01:09:48 -06:00
2025-04-20 22:02:04 -06:00
2025-10-14 21:35:28 -06:00
2025-08-28 00:22:23 -06:00
2025-03-30 01:36:48 -06:00
2025-08-22 23:45:26 -06:00
2025-07-20 21:37:30 -06:00
2025-10-25 17:37:29 -06:00
2025-03-30 01:36:48 -06:00
2025-03-30 01:36:48 -06:00
2025-10-25 17:33:05 -06:00
2025-09-13 21:59:02 -06:00
2025-03-30 01:36:48 -06:00
2025-09-04 00:00:55 -06:00
2025-03-30 01:36:48 -06:00
2025-09-25 20:52:07 -06:00
2025-08-22 23:00:00 -06:00
2025-07-20 21:45:10 -06:00
2025-09-20 23:27:02 -06:00
2025-10-25 18:10:54 -06:00
2025-03-30 01:36:48 -06:00
2025-08-28 00:22:23 -06:00
2025-12-13 23:40:48 -06:00
2025-08-28 00:22:23 -06:00
2025-12-03 10:19:27 -06:00
2025-03-30 01:36:48 -06:00
2025-09-06 15:02:42 -06:00
2025-11-10 10:38:02 +05:45
2025-09-20 23:16:22 -06:00
2025-09-25 20:47:52 -06:00
2025-07-20 21:46:35 -06:00
2025-07-27 22:40:54 -06:00
2025-03-30 01:36:48 -06:00
2025-05-07 01:41:03 -06:00
2025-08-24 23:45:02 -06:00
2025-08-10 23:53:18 -06:00
2025-03-30 01:36:48 -06:00
2025-04-05 22:30:43 -08:00
2025-05-17 03:22:25 -06:00
2025-04-08 23:28:32 -06:00
2025-03-30 01:36:48 -06:00
2025-03-30 01:36:48 -06:00
2025-04-05 20:08:17 -07:00
2025-03-30 00:55:40 -06:00
2025-07-11 23:56:42 -06:00
2025-10-04 22:06:58 -06:00
2025-03-30 01:36:48 -06:00
2025-07-20 21:47:13 -06:00
2025-03-30 01:36:48 -06:00
2025-07-27 22:40:54 -06:00
2025-06-22 11:10:26 -06:00
2025-10-25 19:09:21 -06:00
2025-08-28 00:22:23 -06:00
2025-07-27 22:40:54 -06:00
2025-07-25 00:45:53 -06:00
2025-10-25 18:32:26 -06:00
2025-08-10 23:39:26 -06:00
2025-09-15 22:52:25 -06:00
2025-07-27 22:40:54 -06:00
2025-11-07 23:27:10 -06:00
2025-10-25 01:54:34 -06:00
2025-03-30 01:36:48 -06:00
2025-08-28 00:23:15 -06:00
2025-10-04 22:18:20 -06:00
2025-09-20 23:10:02 -06:00
2025-09-04 00:46:24 -06:00
2025-10-25 19:04:46 -06:00
2025-10-04 22:13:29 -06:00
2025-10-04 22:08:54 -06:00
2025-09-25 20:31:47 -06:00
2025-10-04 22:21:18 -06:00
2025-07-27 22:40:54 -06:00
2025-03-30 01:36:48 -06:00
2025-04-17 14:39:04 -06:00
2025-03-30 01:36:48 -06:00
2025-08-02 00:09:52 -06:00
2025-08-28 00:30:58 -06:00
2025-07-20 21:53:31 -06:00
2025-07-27 22:40:54 -06:00
2025-07-27 22:40:54 -06:00
2025-12-03 10:01:30 -06:00
2025-07-27 22:44:28 -06:00
2025-05-17 03:09:25 -06:00
2025-09-05 02:46:51 -06:00
2025-03-30 01:36:48 -06:00
2025-06-19 22:29:36 -06:00
2025-09-15 22:49:52 -06:00
2025-06-22 11:10:03 -06:00
2025-12-14 00:01:17 -06:00
2025-12-13 23:37:00 -06:00
2025-08-28 00:22:23 -06:00
2025-09-15 22:51:47 -06:00
2025-05-07 01:15:02 -06:00
2025-03-30 01:36:48 -06:00
2025-03-30 04:36:08 -06:00
2025-03-30 01:36:48 -06:00
2025-03-30 01:36:48 -06:00
2025-08-28 00:22:23 -06:00
2025-07-27 22:40:54 -06:00
2025-07-27 22:58:32 -06:00
2025-09-20 23:14:26 -06:00
2025-03-30 00:55:40 -06:00
2025-11-07 23:43:09 -06:00
2025-09-13 22:25:49 -06:00
2025-11-08 00:10:51 -06:00
2025-08-11 00:00:44 -06:00
2025-09-06 18:36:34 -06:00
2025-10-25 01:52:35 -06:00
2025-11-08 00:16:35 -06:00
2025-03-30 01:36:48 -06:00
2025-05-28 02:36:23 -06:00
2025-10-25 17:38:41 -06:00
2025-04-26 19:10:34 -06:00
2025-09-20 23:26:07 -06:00
2025-09-27 15:10:48 -06:00
2025-04-26 01:27:47 -06:00
2025-06-24 22:00:42 -06:00
2025-03-30 00:55:40 -06:00
2025-03-30 01:36:48 -06:00
2025-11-28 19:15:08 +08:00
2025-03-30 01:36:48 -06:00
2025-09-20 23:32:34 -06:00
2025-04-01 23:37:48 -06:00
2025-10-25 18:15:59 -06:00
2025-12-07 03:46:38 -06:00
2025-08-22 23:09:04 -06:00
2025-11-08 00:19:23 -06:00
2025-03-30 01:36:48 -06:00
2025-08-01 01:35:37 -06:00
2025-06-01 14:57:44 -06:00
2025-07-11 23:50:02 -06:00
2025-03-30 01:36:48 -06:00
2025-10-25 18:06:23 -06:00
2025-09-01 23:19:59 -06:00
2025-03-30 01:36:48 -06:00
2025-07-27 22:40:54 -06:00
2025-03-30 01:36:48 -06:00
2025-03-30 01:36:48 -06:00
2025-04-26 19:10:34 -06:00
2025-06-01 14:51:11 -06:00
2025-08-07 01:01:59 -06:00
2025-04-12 01:56:16 -06:00
2025-10-04 22:01:15 -06:00
2025-10-24 23:27:49 -06:00
2025-04-26 01:27:07 -06:00
2025-11-08 13:25:42 -06:00
2025-04-09 01:12:49 -06:00
2025-03-30 01:36:48 -06:00
2025-07-27 22:40:54 -06:00
2025-12-13 23:48:57 -06:00
2025-04-17 14:44:04 -06:00
2025-08-28 00:22:23 -06:00
2025-03-30 01:36:48 -06:00
2025-03-30 01:36:48 -06:00
2025-08-28 00:30:12 -06:00
2025-10-25 18:32:26 -06:00
2025-03-30 01:36:48 -06:00
2025-06-19 22:25:12 -06:00
2025-08-22 23:04:44 -06:00
2025-10-25 17:31:34 -06:00
2025-03-30 01:36:48 -06:00
2025-10-25 01:53:17 -06:00
2025-10-14 21:44:50 -06:00
2025-09-13 22:13:38 -06:00
2025-11-07 23:40:33 -06:00
2025-11-07 23:29:04 -06:00
2025-09-01 23:15:58 -06:00
2025-08-28 00:22:23 -06:00
2025-08-10 23:48:38 -06:00
2025-08-28 00:22:23 -06:00
2025-07-27 22:40:54 -06:00
2025-08-02 00:11:49 -06:00
2025-03-30 01:36:48 -06:00
2025-03-30 00:55:40 -06:00
2025-03-30 01:36:48 -06:00
2025-08-10 23:39:50 -06:00
2025-10-04 22:29:19 -06:00
2025-08-28 00:22:23 -06:00
2025-03-30 01:36:48 -06:00
2025-07-27 22:40:54 -06:00
2025-10-14 21:41:56 -06:00
2025-06-19 22:36:29 -06:00
2025-07-06 22:34:00 -06:00