Commit graph

209 commits

Author SHA1 Message Date
HitLuca
9764abb1e6 Merge remote-tracking branch 'davestephens/master' into migrate-tasks-to-roles 2022-08-20 11:22:06 +02:00
bcurran3
06f0cf71b5
ADD: Wireshark - the world’s foremost and widely-used network protocol analyzer (#578)
Add Wireshark
2022-08-18 08:29:10 +01:00
David Stephens
571a02c480
Merge pull request #570 from bcurran3/patch-48
FIX: duplicati - allow restore of docker persistent data
2022-08-18 07:55:48 +01:00
HitLuca
bb501d8fba 🏗️ removed cron_file command from cron task 2022-08-17 13:48:30 +02:00
bcurran3
c96433adb8
FIX: duplicati - allow restore of docker persistent data
- adds ability to restore to docker_home when duplicati_data_permissions is overridden to "rw"

NOTE: I'm not sure why this wasn't addressed in https://github.com/davestephens/ansible-nas/pull/204. I addressed it with a question in https://github.com/davestephens/ansible-nas/issues/171 but never received a response. Hopefully this is a desirable enhancement allowing direct restoring of the container persistent data without having to restore to a temp area and then move them.
2022-08-15 14:55:47 -07:00
bcurran3
89173f2395
Update main.yml
* fixed traefik routing 
* pointed traefik to user interface instead of files
2022-08-14 18:00:13 -07:00
Webster Mudge
ea91f72744
Add CRON schedule to route53-ddns service
Signed-off-by: Webster Mudge <wmudge@gmail.com>
2022-08-03 18:35:19 -04:00
David Stephens
16caf4f27f
Merge pull request #549 from HitLuca/remove-enclosing-strings-for-booleans
Switched from booleans enclosed in strings to standard booleans
2022-07-28 00:05:03 +01:00
David Stephens
2c86689684
Merge pull request #552 from HitLuca/docs-refactoring
Big docs refactoring
2022-07-27 23:47:37 +01:00
HitLuca
bc6dbea970 🐛 fixed issue when octoprint_enable_webcam is false but ENABLE_MJPG_STREAMER is still set to true 2022-07-27 23:08:02 +02:00
HitLuca
1c90934184 🚨 fixed linting errors 2022-07-27 10:49:09 +02:00
HitLuca
59e47c4ebf 🏗️ converted remaining tasks to proper roles, moving vars definitions into proper role subfolder.
🐛 added missing entries in nas.yml (?!?)
♻️ reordered entries in nas.yml in alphabetical order. Renamed vd variables to virtual_desktop for ease of understanding
2022-07-27 10:41:17 +02:00
HitLuca
dda3f0246e ♻️ big docs refactoring 2022-07-25 22:18:57 +02:00
HitLuca
abd58ee27d added octoprint application 2022-07-23 18:46:12 +02:00
HitLuca
78899cd26d 🚨 fixed jinja linter warning 2022-07-23 17:40:36 +02:00
HitLuca
3c5dc50a8b ♻️ switched from booleans enclosed in strings ("true" "false") to standard booleans. Bools are casted to strings where necessary 2022-07-23 17:32:51 +02:00
David Stephens
a779915fea
Merge pull request #544 from HitLuca/healthchecks.io
Added healthchecks.io service integration
2022-07-22 23:30:49 +01:00
HitLuca
cac6bf599e added healthchecks.io service integration 2022-07-11 18:46:37 +02:00
Justin D. Fetherolf
a110c79516 Merge branch 'master' into 531-minecraft-server 2022-07-01 08:18:32 -06:00
Benjamin Teke
b990e52913 Remove commented code. 2022-06-27 22:16:45 +02:00
Benjamin Teke
6df0bdec29 Add Overseerr. 2022-06-26 23:51:42 +02:00
Justin D. Fetherolf
c4c9167597 Merge branch 'master' into 531-minecraft-server 2022-06-20 08:02:56 -06:00
David Stephens
c1d15b069c Bump traefik to latest 2022-06-19 13:29:47 +01:00
David Stephens
a9572f898e
Merge pull request #537 from wmudge/feature/route53-ddns
Add Route53 Dynamic DNS role
2022-06-19 08:57:24 +01:00
Webster Mudge
3ede0c17ef
Add role for TiddlyWiki
Signed-off-by: Webster Mudge <wmudge@gmail.com>
2022-06-18 16:41:33 -04:00
Webster Mudge
77f1352279
Add Route53 Dynamic DNS role
Signed-off-by: Webster Mudge <wmudge@gmail.com>
2022-06-18 16:40:10 -04:00
David Stephens
eb75419df9 Merge branch 'master' of https://github.com/Narcolapser/ansible-nas
* 'master' of https://github.com/Narcolapser/ansible-nas:
  Adding localtime mounting
  Wrong port.
  Added ESPHome for usage with Home Assistant.
2022-06-17 22:51:14 +01:00
David Stephens
40c3213915 Move Mosquitto to role 2022-06-12 23:24:47 +01:00
David Stephens
dc1c281c13 Add sabnzbd external access config 2022-06-08 21:38:50 +01:00
Justin D. Fetherolf
86723eb845 Fix newline lint complaint 2022-06-07 20:51:10 -06:00
Justin D. Fetherolf
013a4511b6 Change data directory name 2022-06-07 20:40:53 -06:00
Justin D. Fetherolf
4146e19e6d Rename to minecraft-server
To avoid any confusion that this application is the client version
of the game, rename the application to `minecraft-server`. This includes
updating variables and documentation.
2022-06-07 20:24:10 -06:00
Justin D. Fetherolf
f60dca9302 Add Minecraft Server image
Add the `itzg/minecraft-server` image as the Minecraft application
to be run within Ansible NAS.
2022-06-06 22:00:13 -06:00
David Stephens
7e4248c15f speedtest-tracker naming tweaks 2022-05-30 19:41:56 +01:00
David Stephens
f2d5e50e7e Move Speedtest-tracker to a role 2022-05-30 19:34:09 +01:00
David Stephens
784ea83370 Merge branch 'speedtest---add' of https://github.com/bcurran3/ansible-nas into bcurran3-speedtest---add
* 'speedtest---add' of https://github.com/bcurran3/ansible-nas:
  Update speedtest.yml
  delete unused environment variable
  add container link
  Speedtest add
  Speedtest add
  Speedtest add
  Speedtest add
  Speedtest add
  Speedtest add
  Speedtest add
2022-05-30 19:05:56 +01:00
David Stephens
d03b5a8fed Merge branch 'mv-youtubedlmaterial-to-roles' of https://github.com/PurpleNinja225/NASible into PurpleNinja225-mv-youtubedlmaterial-to-roles
* 'mv-youtubedlmaterial-to-roles' of https://github.com/PurpleNinja225/NASible:
  fix formatting
  mv youtubedlmaterial to roles
2022-05-28 19:30:38 +01:00
David Stephens
cd3b8a1d4a Bump Dashy to 2g 2022-05-28 18:23:40 +01:00
David Stephens
3d67080afc Linty McLintFace 2022-05-28 18:23:03 +01:00
David Stephens
6f63e3d1fd Merge branch 'add-fresh-rss' of https://github.com/Dylancyclone/ansible-nas into Dylancyclone-add-fresh-rss
* 'add-fresh-rss' of https://github.com/Dylancyclone/ansible-nas:
  Add Fresh RSS
2022-05-28 17:55:40 +01:00
David Stephens
d0af31c59a Merge branch 'add-jellyfin' of https://github.com/PurpleNinja225/NASible into PurpleNinja225-add-jellyfin
* 'add-jellyfin' of https://github.com/PurpleNinja225/NASible:
  mv jellyfin to roles
2022-05-28 17:53:27 +01:00
David Stephens
2e7f4b748b Merge branch 'mv-pytivo-to-role' of https://github.com/PurpleNinja225/NASible into PurpleNinja225-mv-pytivo-to-role
* 'mv-pytivo-to-role' of https://github.com/PurpleNinja225/NASible:
  move pytivo to roles
2022-05-28 17:33:18 +01:00
David Stephens
514be7ec3c Merge branch 'add-rss-bridge' of https://github.com/Dylancyclone/ansible-nas into Dylancyclone-add-rss-bridge
* 'add-rss-bridge' of https://github.com/Dylancyclone/ansible-nas:
  Add RSS-Bridge
2022-05-28 13:52:43 +01:00
David Stephens
82e4613ef6 Lint 2022-05-28 01:01:37 +01:00
David Stephens
b0e36cbddd Move sabnzbd to role 2022-05-28 00:44:23 +01:00
Dylan Lathrum
170f4a45c3 Add RSS-Bridge
RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. It can be used on webservers or as a stand-alone application in CLI mode.

Important: RSS-Bridge is not a feed reader or feed aggregator, but a tool to generate feeds that are consumed by feed readers and feed aggregators.
2022-05-27 16:03:37 -07:00
Dylan Lathrum
0dbffe9f44 Add Navidrome
Navidrome is an open source web-based music collection server and streamer that is compatible with Subsonic/Airsonic. It gives you freedom to listen to your music collection from any browser or mobile device. It's like your personal Spotify!
2022-05-27 15:43:21 -07:00
David Stephens
c9018e255c
Merge pull request #520 from eniad/add-mealie
add mealie
2022-05-25 23:58:46 +01:00
David Stephens
3884fa61f8 Linting 2022-05-25 23:51:35 +01:00
David Stephens
c6a3a9bffe Merge branch 'add-dashy' of https://github.com/Dylancyclone/ansible-nas into Dylancyclone-add-dashy
* 'add-dashy' of https://github.com/Dylancyclone/ansible-nas:
  Add Dashy
2022-05-25 23:32:57 +01:00