Skip to content

Conversation

@Paraphraser
Copy link

Adding the service definition for Pi-hole 6 made me realise that there were several service definitions competing for port 443.

This PR rationalises that situation. It gives precedence to nginx for port 443, on the same basis that nginx also needs port 80.

Service Existing Adjusted Note
nginx 443 443
domoticz 1443 1443 1
diyhue 443 2443 2
adguardhome 443 4443 2
pihole6 4443 3
deconz 443 7443 2
heimdall 8443 8443 1
nextcloud 9343 9343 1

Notes:

  1. No change. Included for list completeness.
  2. Updated by this PR.
  3. Added by related PR. Claims same external port as AdGuardHome on the basis both Pi-hole and AdGuardHome can't run at the same time.

Adding the service definition for Pi-hole 6 made me realise that there
were several service definitions competing for port 443.

This PR rationalises that situation. It gives precedence to `nginx` for
port 443, on the same basis that `nginx` also needs port 80.

Service      | Existing | Adjusted | Note |
|------------|----------|----------|------|
|nginx       |443       |443       |      |
|domoticz    |1443      |1443      | 1    |
|diyhue      |443       |2443      | 2    |
|adguardhome |443       |4443      | 2    |
|pihole6     |          |4443      | 3    |
|deconz      |443       |7443      | 2    |
|heimdall    |8443      |8443      | 1    |
|nextcloud   |9343      |9343      | 1    |

Notes:

1. No change. Included for list completeness.
2. Updated by this PR.
3. Added by related PR. Claims same external port as AdGuardHome on the
   basis both Pi-hole and AdGuardHome can't run at the same time.

Signed-off-by: Phill Kelley <[email protected]>
@Slyke Slyke merged commit 7c6e452 into SensorsIot:old-menu Nov 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants