Skip to content

Commit

Permalink
Merge pull request SimpleHomelab#106 from shawnthompson/patch-1
Browse files Browse the repository at this point in the history
Cleaned up env.example and ordered ports in alphabetical order.
  • Loading branch information
SimpleHomelab authored Nov 29, 2020
2 parents 1d6053c + 6458680 commit abe1136
Showing 1 changed file with 20 additions and 22 deletions.
42 changes: 20 additions & 22 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,35 +12,33 @@ EXAMPLE_IP=123.123.123.123

##### PORTS

ORGANIZER_PORT=
HEIMDALL_PORT=
APCUPSD_PORT=
BAZARR_PORT=
EMBY_PORT=
GUACAMOLE_PORT=
HA_DOCKERMON_PORT=
MOSQUITTO_HTTP_PORT=
MOSQUITTO_HTTPS_PORT=
ZONEMINDER_HTTP_PORT=
ZONEMINDER_HTTPS_PORT=
PHPMYADMIN_PORT=
HEIMDALL_PORT=
INFLUXDB_PORT=
IPVANISH_PROXY_PORT=
IPVANISH_REMOTE_SERVER=
JACKETT_PORT=
NZBHYDRA_PORT=
LIDARR_PORT=
#If you change radarr and sonarr port then update plex meta agent
RADARR_PORT=
SONARR_PORT=
JDOWNLOADER_PORT=
SABNZBD_PORT=
QBITTORRENT_PORT=
TRANSMISSION_PORT=
LIDARR_PORT=
MOSQUITTO_HTTP_PORT=
MOSQUITTO_HTTPS_PORT=
NZBHYDRA_PORT=
ORGANIZER_PORT=
PHPMYADMIN_PORT=
PLEX_PORT=
PLEX_WEB_TOOLS_PORT=
EMBY_PORT=
BAZARR_PORT=
QBITTORRENT_PORT=
RADARR_PORT= #If you change radarr port then update plex meta agent
SABNZBD_PORT=
SONARR_PORT= #If you change sonarr port then update plex meta agent
TAUTULLI_PORT=
APCUPSD_PORT=
GUACAMOLE_PORT=
IPVANISH_REMOTE_SERVER=
IPVANISH_PROXY_PORT=
JDOWNLOADER_PORT=
TRANSMISSION_PORT=
ZONEMINDER_HTTP_PORT=
ZONEMINDER_HTTPS_PORT=

##### SYSTEM

Expand Down

0 comments on commit abe1136

Please sign in to comment.