Commit graph

317 commits

Author SHA1 Message Date
David Stephens
53ebaa4a45
Merge branch 'master' into mv-firefly 2021-02-09 22:55:54 +00:00
David Stephens
412974f638
Merge pull request #414 from PurpleNinja225/mv-cloudcmd
mv cloudcmd to roles
2021-02-09 22:47:46 +00:00
David Stephens
efc43410f3
Merge pull request #412 from PurpleNinja225/mv-mymediaforalexa
mv mymediaforalexa to roles
2021-02-09 22:27:32 +00:00
David Stephens
396ad7e9ba
Merge pull request #421 from PurpleNinja225/mv-znc
move znc to role
2021-02-09 22:17:01 +00:00
PurpleNinja225
4d44ad017d move znc to role 2021-02-07 14:38:10 -09:00
PurpleNinja225
8067631cb0 move homebridge to role 2021-02-07 13:55:49 -09:00
PurpleNinja225
0b74fc2e7a move firefly to role 2021-02-06 02:21:23 -09:00
PurpleNinja225
6d89265cc0 mv cloudcmd to roles 2021-02-05 23:14:58 -09:00
PurpleNinja225
88604efebb mv mymediaforalexa to roles 2021-02-05 22:33:05 -09:00
David Stephens
4821d8983a
Merge branch 'master' into add-mylar 2021-02-05 11:39:47 +00:00
PurpleNinja225
39c917180c add mylar to role 2021-02-05 00:31:32 -09:00
PurpleNinja225
6bbb60460a add minidlna 2021-02-02 19:22:20 -09:00
Dave Stephens
b14b394368 Remove unused file 2021-01-23 17:33:29 +00:00
David Stephens
f59ceaf0fb
Merge branch 'master' into jellyfin-books 2021-01-22 16:02:59 +00:00
Dave Stephens
88a0c46595 Move Sonarr to ansible role 2021-01-22 15:35:08 +00:00
Dave Stephens
f2e1d660ab Move couchpotato to an ansible role 2021-01-20 14:50:45 +00:00
Dave Stephens
25ed3fb565 Flip cloudflare_ddns to ansible role 2021-01-20 10:58:11 +00:00
Dave Stephens
1672b7e7e4 Merge branch 'cloudflare-token-update' of https://github.com/ryanolf/ansible-nas into ryanolf-cloudflare-token-update 2021-01-20 09:44:28 +00:00
Dave Stephens
30bcb1ca19 Update task applications to use Traefik v2.3 2021-01-19 23:51:59 +00:00
João Marques
f07f64ac1a Move homeassistant to role 2021-01-17 12:17:49 +00:00
João Marques
69204db174 Move duplicati to role 2021-01-17 12:17:49 +00:00
João Marques
05e12f231b Move nextcloud to role 2021-01-17 12:17:49 +00:00
João Marques
23b09bdfbd Move bitwarden to role 2021-01-17 12:17:49 +00:00
Dave Stephens
05689f57bb Remove gitea.yml 2021-01-16 23:57:16 +00:00
Dave Stephens
3b5073f12f Fix tasks that have both ports and host network mode defined 2021-01-16 11:07:46 +00:00
Dave Stephens
a03b495747 Move utorrent to Ansible role 2021-01-16 09:06:36 +00:00
David Stephens
d42e87d361
Merge pull request #374 from KenZhouGreat/utorrent-missing-active-download-folder
creating the .incomplete folder for utorrent
2021-01-16 08:59:01 +00:00
David Stephens
1a1574441c Remove nginx.yml 2021-01-15 18:17:07 +00:00
David Stephens
46b37dd56e Move Sickchill to ansible role 2021-01-15 10:34:42 +00:00
David Stephens
66d49fe03a Move Bazarr to ansible role 2021-01-15 09:44:22 +00:00
David Stephens
c41c065158 Move ombi to ansible role 2021-01-14 17:59:54 +00:00
David Stephens
d4fc84a4aa Move airsonic to ansible role 2021-01-14 12:50:44 +00:00
David Stephens
0abe029523 Remove Serposcope (dead software) 2021-01-14 10:44:33 +00:00
David Stephens
1fb535cdfd Move Watchtower to ansible role 2021-01-14 10:42:33 +00:00
David Stephens
8bb33fc886 Move Traefik to ansible role 2021-01-13 16:38:35 +00:00
David Stephens
4cf0be93a1 Move portainer to ansible role 2021-01-13 15:29:26 +00:00
David Stephens
959bb93ddc Move Organizr to ansible role 2021-01-13 15:26:00 +00:00
David Stephens
5d019d589a Move Transmission to roles 2021-01-13 15:19:47 +00:00
David Stephens
ec282d4ab8 Move Radarr to role 2021-01-13 10:32:40 +00:00
David Stephens
c09ca44e5e Move Gitea to role 2021-01-13 10:25:57 +00:00
David Stephens
9237381e05 Move Emby to role 2021-01-13 10:10:08 +00:00
David Stephens
467fd688e4 Move lidarr to role 2021-01-13 10:01:40 +00:00
David Stephens
3a645b3819 Move netdata to ansible role 2021-01-12 17:18:05 +00:00
David Stephens
46fe985dd9 Move base ansible-nas configuration to roles 2021-01-12 12:56:03 +00:00
David Stephens
528c3461bc Move Heimdall to role 2021-01-12 11:56:36 +00:00
David Stephens
f82043a252 Move Plex to role 2021-01-12 11:05:38 +00:00
Ken Zhou
c45d80d267 creating the .incomplete folder for utorrent 2021-01-11 22:52:16 +11:00
NTLx
b06a37c4e6
Update firefly.yml for port expose
What this PR does / why we need it:
fix a port expose bug according to firefly [official doc](https://docs.firefly-iii.org/installation/docker)

Which issue (if any) this PR fixes:
wrong port to expose, not 80, should be 8080

Fixes #
change container firefly's port (and traefik.port) to 8080

Any other useful info:
2020-09-15 16:25:36 +08:00
NTLx
d2034afb42
Update firefly.yml
firefly uses port 8080, not 80, reference: https://docs.firefly-iii.org/installation/docker
2020-09-15 13:34:36 +08:00
rodrigorodrigo
3edd13c136
Update portainer.yml
updates Portainer package from portainer/portainer to portainer/portainer-ce, updating it to version 2.0.
2020-09-07 14:23:06 -04:00