Commit Graph

33 Commits

Author SHA1 Message Date
324fe0b191
Upgrade Nextcloud setup to use compose files
- Integrated MariaDB role into Dockerbox configuration
- Moved proxy role to the end to avoid early endpoint activation
- Temporarily disabled select roles for future re-evaluation
- Introduced flush_handlers task for early MariaDB restart
- Moved a few Nextcloud tasks to handlers
- Configured Nextcloud to utilize the host's MariaDB instance
- Enhanced overall code linting quality
2024-04-21 22:27:48 -04:00
9142254a57
Improvements for ansible-linting 2023-05-04 01:44:18 -04:00
dfd93dd5f8
Updated Ansible tasks to FQCN format 2023-05-03 23:42:55 -04:00
81d2ea447a
Add mediaserver, rm .gitignore, FQCN, Jellyfin
- Added development "mediaserver" playbook for testing
- rm .gitignore in roles dir since no external ansible roles are used
- Update a part of the base role to use FQCN for linting
- Added "jellyfin" role to install Jellyfin with docker-compose
- Updated Traefik to use the loopback for default web entry points
- Simplified Traefik docker-compose vars, Ansible sets defaults
2023-04-26 02:26:50 -04:00
9512212b84
Refactor Traefik deploy: docker-compose + systemd
- Replace docker_container ansible with new setup
- Add option to disable HTTPS for alternate reverse proxy use
2023-04-21 03:04:53 -04:00
cab6ab2d8e
Strip auth header and update external config 2022-08-19 00:51:05 -04:00
95f54b7f0a
Add Traefik toggles 2022-08-18 23:32:37 -04:00
7522c333da
Disable Traefik LE resolver and HSTS 2022-08-18 21:53:38 -04:00
cd11567164
Fix broken Bitwarden provision 2022-05-19 23:19:09 -04:00
6bcc37732d
Add routing for external non-docker websites 2021-04-16 22:44:20 -04:00
053c5f264e
Add private network blocks in traefik defaults 2020-09-19 02:19:06 -04:00
dd8e7d67aa
Add X-Frame-Options header to securehttps 2020-09-15 23:06:33 -04:00
274d8736cb
Set local only access for Prometheus and Traefik 2020-09-11 23:16:02 -04:00
8a9dea2ec8
Set X-Frame-Options header for Nextcloud 2020-09-05 03:50:46 -04:00
05fea8708b
Add sites to LE resolver & securehttps middleware 2020-09-04 02:44:44 -04:00
1823318e51
Implement security HTTP headers' middleware 2020-09-04 02:44:44 -04:00
d4293d3c59
Remove TLS 1.0 and TLS 1.1 support 2020-09-04 02:44:43 -04:00
668414e641
Define a certificates resolver 2020-09-04 02:44:43 -04:00
fa4aae4dfd
Require setting Traefik's version 2020-07-29 22:25:27 -04:00
c4fba36571
Reload Traefik with dynamic folder 2020-07-17 00:52:55 -04:00
943a1324b9
Setup TLS for Traefik 2020-07-17 00:41:21 -04:00
8654778724
Add Traefik dashboard toggle 2020-07-11 04:31:34 -04:00
d851c852d6
Route Nextcloud through Traefik 2020-07-11 03:38:45 -04:00
cbc40e2f82
Fixed BasicAuth on dashboard 2019-12-23 17:22:24 -05:00
efb29a2c37
Set permanent Traefik defaults
Traefik exposes containers by default. I disable that.
2019-12-07 23:48:29 -05:00
61542aba88
Removed insecure option
Removed the insecure api option and moved options/ports to a
variable.
2019-12-06 21:00:29 -05:00
7be5efe1dd
Disable exposure by default 2019-12-06 21:00:17 -05:00
f04f3acc58
Changed to label based config
Removed traefik.yml in favor of label based configuration and
changed hosts to moxietest
2019-12-06 20:59:55 -05:00
8787722c6c
Made traefik.yml a template 2019-11-13 00:48:51 -05:00
07a794e969
Added handler to restart Traefik on config changes 2019-11-13 00:37:36 -05:00
a43b038b68
Added more defaults 2019-11-02 23:34:03 -04:00
0ce49da441
Added defaults and environments for production 2019-10-31 20:29:09 -04:00
aba56da99a
Basic Traefik Setup 2019-10-24 22:56:19 -04:00