Commit graph

330 commits

Author SHA1 Message Date
Unknown
1e17bbc1c1 Fixed overwrite of inventory file 2018-12-05 22:17:29 +11:00
Craig Jarvis
883b6a1a07 Fix netdata so that it can show docker container names
https://docs.netdata.cloud/docker/#docker-container-names-resolution
2018-12-05 22:17:29 +11:00
Craig Jarvis
e6c606b797 Split prometheus extension for netdata to new branch 2018-12-05 22:17:29 +11:00
Craig Jarvis
5abfc90e9d Add support for netdata
Expand netdata to include prometheus for backend storage


Fixed a few things for netdata and prometheus support
2018-12-05 22:17:29 +11:00
David Stephens
482e3faa9e
Update issue template 2018-12-03 09:54:04 +00:00
David Stephens
69cd13afc9
Issue template path typo 2018-12-03 09:52:25 +00:00
David Stephens
d98278a9da
Create issue reporting template 2018-12-03 09:51:14 +00:00
David Stephens
ba8491fe06 Fix license url 2018-12-01 13:16:09 +00:00
David Stephens
dff9db1867 Add shields to README.md, and information about getting help. 2018-12-01 13:14:51 +00:00
David Stephens
759667a82b Remove nginx.yml reference in nas.yml. Fixes #31 2018-12-01 10:03:26 +00:00
David Stephens
9f8bd4baf3 Moar readme updates 2018-11-28 23:28:44 +00:00
David Stephens
22c73b1cbb Update README.md to cover Traefik, Heimdall 2018-11-28 23:22:54 +00:00
David Stephens
ece4f58b55 Include new config in all.yaml.dist 2018-11-28 23:22:36 +00:00
David Stephens
ac8f96ed24 Add Heimdall home dashboard 2018-11-28 23:22:18 +00:00
David Stephens
e07860445a Nextcloud: flip from nginx to Traefik for external access 2018-11-28 23:13:24 +00:00
David Stephens
de3156a93a WIP: Traefik - disable debug logging, generate certs for everything even if we don't use them 2018-11-28 23:11:34 +00:00
David Stephens
1ae5de70dc WIP: Traefik - make sure ngnix is stopped 2018-11-28 23:10:27 +00:00
David Stephens
0b1fb91f82 Tidy up of unused variable 2018-11-25 15:27:50 +00:00
David Stephens
6ddfab628c WIP: Traefik 2018-11-25 11:10:14 +00:00
David Stephens
7f59118099 WIP: Traefik - add Guacamole support 2018-11-25 11:07:44 +00:00
David Stephens
81bd61ea75 WIP: Replace nginx with Traefik 2018-11-25 11:07:09 +00:00
David Stephens
c3712fa219 Oops... 2018-11-25 00:29:30 +00:00
David Stephens
96e5063075 Add Guacamole remote desktop server 💻 2018-11-19 22:58:06 +00:00
David Stephens
c67b06c9c5 Update VPN credentials template to use a NordVPN config that exists 2018-11-19 22:31:23 +00:00
David Stephens
62367f1b32
Merge pull request #18 from C-J1/add-basic-timezone-support
Add basic timezone support
2018-11-19 21:38:58 +00:00
Craig Jarvis
36e9c46db7 Removed duplicate timezone config for sonarr and radarr
These apps only require one of the two different ways of getting the timezone in to the container
2018-11-16 23:30:14 +11:00
David Stephens
c55c9fb3ac Merge branch 'master' of github.com:davestephens/ansible-nas
* 'master' of github.com:davestephens/ansible-nas:
  Update README.md to include Gitea
2018-11-14 23:25:21 +00:00
David Stephens
5627450ccf
Update README.md to include Gitea 2018-11-14 23:20:39 +00:00
David Stephens
945b106e22
Merge pull request #20 from C-J1/add-support-for-gitea
Add support for gitea. 💻
2018-11-14 23:17:13 +00:00
David Stephens
ecb8c811ec Merge branch 'add-support-for-gitea' of https://github.com/C-J1/ansible-nas
* 'add-support-for-gitea' of https://github.com/C-J1/ansible-nas:
  Swapped from volumes to bind mounts for gitea
  Fixed all.yml.dist for gitea
  Gitea working, but needs some settings tweaks
  Beginnings of a Gitea addition
2018-11-14 23:02:32 +00:00
Craig Jarvis
1123bdba56 Swapped from volumes to bind mounts for gitea
Also added a system git account so that we can run the docker container with that user. The gitea container uses a "git" user account internally. Doing this allows us to correctly set permissions on bind mount locations
2018-11-14 21:15:15 +11:00
Craig Jarvis
c97a668af4 Fixed all.yml.dist for gitea 2018-11-14 21:13:52 +11:00
Craig Jarvis
56b6785712 Gitea working, but needs some settings tweaks 2018-11-14 08:07:50 +11:00
Craig Jarvis
700935f947 Merge branch 'master' into add-basic-timezone-support 2018-11-13 21:52:31 +11:00
Craig Jarvis
2ed252e49a Beginnings of a Gitea addition
This won't work as is. Need to review options. Maybe a custom network within docker? That reports as separate IP on the host?
2018-11-13 19:39:08 +11:00
David Stephens
a645dd79e5 Set grafana directory permissions. Fixes #17 2018-11-12 23:19:31 +00:00
Craig Jarvis
2e628adf14 Merge branch 'master' into add-basic-timezone-support 2018-11-13 09:48:55 +11:00
David Stephens
abb9deded1
Merge pull request #16 from C-J1/fix-issue-13
Fix issue #13. Allows upgrade to work without aptitude installed
2018-11-12 22:34:36 +00:00
Craig Jarvis
4033bfb60d Added timezone to the all.yml file. Updated some containers to use it
Not all containers can use the TZ as an ENV. Updated the ones that can.
2018-11-13 09:30:13 +11:00
Craig Jarvis
25cc5cffbb Fix issue #13. Allows upgrade to work without aptitude installed 2018-11-12 14:20:27 +11:00
David Stephens
2944b539ae
Merge pull request #15 from C-J1/add-support-for-emby
Add support for emby
2018-11-11 22:48:22 +00:00
David Stephens
4bc7a68254 Update README.md, remove container host networking mode 2018-11-11 22:45:09 +00:00
Craig Jarvis
4bfd67e780 Fixed typo in comment for emby ports 2018-11-11 15:58:17 +11:00
Craig Jarvis
48c3b135fe Basics for Emby support. Untested, had to commit and run 2018-11-11 15:15:03 +11:00
David Stephens
62ea659400
Merge pull request #11 from HariRVA/patch-1
Update all.yml.dist
2018-10-06 21:28:01 +01:00
David Stephens
5dc079ea62
Move config to "you shouldn't need to edit this" section 2018-10-06 21:26:48 +01:00
Hari Nagarajan
63ea2eeafd
Update all.yml.dist
Fixes this error:

TASK [Create Nginx Directories] **************************************************************************************
fatal: [localhost]: FAILED! => {"msg": "'nginx_data_directory' is undefined"}
2018-10-05 21:55:58 -04:00
David Stephens
de0c47004b
Update README.md 2018-10-04 12:15:24 +01:00
David Stephens
7275e493db
Merge pull request #10 from chrisbutler/master
add plex via @tcharewicz for #4
2018-10-03 22:54:59 +01:00
David Stephens
48c1aca43a
Merge branch 'master' into master 2018-10-03 21:57:10 +01:00