Commit Graph

805 Commits

Author SHA1 Message Date
David Newhall
b6f5ecf17b Merge pull request #313 from philippwaller/fix-docker-compose
Update InfluxDB version in docker-compose file
2021-03-07 19:56:20 -08:00
David Newhall
ec7734b5ed Merge pull request #314 from johnwarne/patch-1
Specify InfluxDB version 1.8 in docker-compose.yml
2021-03-01 11:28:31 -08:00
John Warne
6b750f7016 Specify InfluxDB version 1.8
InfluxDB 1.8 is the latest 1.x version to support the environment variables specified in the `docker-compose.yml`. If set to `latest` the newer 2.x version of InfluxDB is pulled and the user/db is not initialized.
2021-03-01 09:56:00 -07:00
Philipp Waller
e8b7f22b23 Set InfluxDB version to 1.8 since the latest release 2.x is not fully compatible
Signed-off-by: Philipp Waller <1090452+philippwaller@users.noreply.github.com>
2021-02-28 15:33:52 +01:00
David Newhall
3019b456d9 Merge pull request #308 from jlosito/dependabot-config
Allow dependabot to check go modules
2021-02-08 04:49:56 -08:00
John Losito
dbd1e62ac9 Allow dependabot to check go modules 2021-02-07 18:29:40 -05:00
David Newhall II
1626a4a2ff Merge pull request #271 from jpartain89/master
Couple of Leftover Updates
2020-10-01 22:55:43 -07:00
Justin P
125c4d18d4 Merge branch 'master' into master 2020-10-01 23:47:36 -05:00
Justin Partain
07757b4268 Fixed Numbering Issue 2020-10-01 23:44:24 -05:00
Justin Partain
118605b438 Final Updates 2020-10-01 23:39:17 -05:00
David Newhall II
3571f082e2 Merge pull request #258 from jpartain89/master
Synology Docker-Compose
2020-09-27 16:24:46 -07:00
Justin Partain
cec13cefd6 Variable Updates and Instructional Changes
Variables:
- Removed the `...Rendering_callback_url` references
- Removed the `GRAFANA_NETWORK` variables, as the network name can't be a variable.
Instructions:
- Fixed a few errors
- Added the section for running `docker-compose up -d` to start the containers, and then included creating the influx database instructions utilizing the GUI.
2020-08-17 04:58:35 -05:00
Justin Partain
17f9be2cf6 First Round Updates
Here are some of the higher-level, more basic updates that you guys mentioned so far:
- Added a small part about the `.env` file and what its for
- Changed the various references to directories from `grafana` to `unifi-poller` as the base
- Changed the user name to create in the GUI from `grafana` to `unifi-poller`. 
  - Thought this might be more streamlined(?)
  - Might want to look into changing that on the docker instructions, too, if we prefer this
  - You have to keep the `sudo id` bit later, as we can't tell the GUI to use a specific user ID.

Let me know what you think about these minor updates, here.
2020-08-13 20:40:44 -05:00
Justin Partain
cc7d85a9c9 Completed README
- Finished writing `README.md`
2020-07-31 14:31:33 -05:00
Justin Partain
4b432b4552 Fixed Variables and Network Name
- Fixed the variable names for the rendering callback url and rendering server url
2020-07-31 01:16:53 -05:00
Justin Partain
6e6596985e Updated Spacing 2020-07-31 00:53:47 -05:00
Justin Partain
ed23c39500 Major Initial Push
This is the first push with most of the edits/variables in place. Most of whats left is filling out the `README.md` file for the variables and what they mean and/or need.

- Moved most of the editable/user configurable options to variables inside of the `docker-compose.example.env` file
- Wrote the explainer for the directory creation and the user creation that is necessary
2020-07-31 00:53:35 -05:00
Justin Partain
8d99963fb8 Update for 07-30-2020 15-30-44 2020-07-30 15:30:44 -05:00
David Newhall II
12900b3e71 Merge pull request #240 from unifi-poller/dn2_timezone
Add TZ env usage to set local time zone, fix arm docker and homebrew builds.
v2.0.1
2020-06-15 06:48:00 -07:00
davidnewhall2
129ab1286b release 2020-06-15 06:44:27 -07:00
davidnewhall2
b32a9edebf fix 2020-06-15 06:05:37 -07:00
davidnewhall2
8057ef296e fixes 2020-06-15 05:24:17 -07:00
davidnewhall2
cea6fe03a8 fixes 2020-06-15 05:08:50 -07:00
davidnewhall2
bfa70b42bc fixes 2020-06-15 04:56:40 -07:00
davidnewhall2
d4287b205d deprecate role parameter 2020-06-15 04:40:45 -07:00
davidnewhall2
768ff627ed fix 2020-06-15 03:44:54 -07:00
davidnewhall2
bb2f24d8b1 log controller data 2020-06-15 03:23:49 -07:00
davidnewhall2
2333e44e4f fix 2020-06-15 02:22:32 -07:00
davidnewhall2
9f58c65acc update docs and examples 2020-06-15 02:19:09 -07:00
davidnewhall2
5a2e21a1f6 add type to port table 2020-06-14 02:42:08 -07:00
davidnewhall2
0eab18a845 fix porttable 2020-06-14 01:45:28 -07:00
davidnewhall2
98019d0801 fix homebrew and arm docker builds 2020-06-13 21:33:01 -07:00
davidnewhall2
26cfb171f7 More updates 2020-06-13 20:30:47 -07:00
davidnewhall2
b7c83eebbb Add TZ env usage to set local time zone. 2020-06-13 18:50:32 -07:00
David Newhall II
b46b31827e Merge pull request #217 from davidyilee/update-docker-compose
Update docker compose and example env file for DPI and IDS polling
2020-04-28 00:15:08 -07:00
David Lee
cf249953e4 remove IDS env var and add back newline
addressing PR comments
2020-04-27 22:10:46 -07:00
David Newhall II
2ca85e38cd Merge pull request #214 from L2v2P/patch-1
Update docker-compose.yml
2020-04-27 19:12:24 -07:00
David Lee
73fec17bdb Update docker compose and example env file for DPI and IDS polling
Add two example env variables for folks who want want to add DPI and IDS polling options in their docker stack.
2020-04-26 17:05:17 -07:00
L2v2P
d40d218ef8 Update docker-compose.yml
Remove IP address from Chronograf port to make Chronograf accessible from outside of Docker container.
2020-04-23 14:05:54 +02:00
David Newhall II
48d4841e4e Merge pull request #196 from Matthww/patch-1
Fix Unifi-poller not able to connect
2020-02-19 12:27:42 -08:00
Matthww
46829b8113 Fix Unifi-poller not able to connect
Seems like this commit: ff825c5f32 (diff-e6d152191eedc58f07f2559d4e8736c8) changed the environment to use the UNIFI_USER as a password instead of UNIFI_PASS
2020-02-19 11:42:37 +01:00
Jon Bloom
4e03224a13 Merge pull request #193 from unifi-poller/fix-docker-env
Use latest for docker image tag
2020-02-11 00:51:16 -05:00
Jon Bloom
eeeceafe71 Use latest for docker image tag 2020-02-11 00:44:15 -05:00
Jon Bloom
61c1aa2859 Merge pull request #192 from unifi-poller/fix-docker-env
Fixes #191 - update env vars, *actually* enable auth
2020-02-11 00:34:02 -05:00
jonbloom
8d5ad1c74a Fixes #191 - update env vars, *actually* enable auth 2020-02-10 09:08:52 -05:00
David Newhall II
35d5b785fa Update push v2.0.0 2020-02-06 16:00:31 -08:00
David Newhall II
ce8c7f3ccb Merge pull request #189 from unifi-poller/dn2_v2
v2 final updates
2020-02-05 20:12:27 -08:00
davidnewhall2
3d56e509bd update screenshots 2020-02-05 20:10:49 -08:00
davidnewhall2
54f7cff78a library updates 2020-02-05 18:49:53 -08:00
davidnewhall2
22741ccab3 update docs 2020-02-04 20:04:17 -08:00