Add InfluxDB app #988
Annotations
5 errors and 2 notices
Invalid submission field "https://github.com/getumbrel/umbrel-apps/pull/1664":
grafana/umbrel-app.yml#L42
The submission field must be set to the URL of this pull request: https://github.com/getumbrel/umbrel-apps/pull/1788
|
category:
influxdb/umbrel-app.yml#L6
Invalid enum value. Expected 'files' | 'bitcoin' | 'media' | 'networking' | 'social' | 'automation' | 'finance' | 'ai' | 'developer', received 'developer tools'
|
Invalid submission field "https://github.com/getumbrel/umbrel-apps/pull/1664":
influxdb/umbrel-app.yml#L48
The submission field must be set to the URL of this pull request: https://github.com/getumbrel/umbrel-apps/pull/1788
|
Port 8086 is already used by SimpleTorrent (simple-torrent):
influxdb/umbrel-app.yml#L8
Each app must use a unique port
|
Lint apps
❌ Linting failed with 4 errors ❌
|
External port mapping "8086:8086":
influxdb/docker-compose.yml#L23
Port mappings may be unnecessary for the app to function correctly. Docker's internal DNS resolves container names to IP addresses within the same network. External access to the web interface is handled by the app_proxy container. Port mappings are only needed if external access is required to a port not proxied by the app_proxy, or if an app needs to expose multiple ports for its functionality (e.g., DHCP, DNS, P2P, etc.).
|
External port mapping "8088:8088":
influxdb/docker-compose.yml#L23
Port mappings may be unnecessary for the app to function correctly. Docker's internal DNS resolves container names to IP addresses within the same network. External access to the web interface is handled by the app_proxy container. Port mappings are only needed if external access is required to a port not proxied by the app_proxy, or if an app needs to expose multiple ports for its functionality (e.g., DHCP, DNS, P2P, etc.).
|