Compare commits

..

5 Commits

Author SHA1 Message Date
Renovate Bot
3e7a5a808f Update dependency ansible to v11 2025-06-18 00:01:05 +00:00
f4e8aefb63 Removed wireguard host from ansible inventory, deleted errant
All checks were successful
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Successful in 2m0s
underscores
2025-06-17 06:51:29 -04:00
4e7e7a7f09 Restart traefik automatically on docker-int, enabled access logs on
Some checks failed
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Failing after 2m40s
traefik@docker-ext
2025-06-17 06:41:12 -04:00
8b5e3e10bd Changed Paperless date format
Some checks failed
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Failing after 2m6s
2025-06-14 08:26:12 -04:00
60406eaf34 Update Paperless
Some checks failed
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Failing after 16m8s
2025-06-13 06:33:59 -04:00
5 changed files with 15 additions and 12 deletions

View File

@ -25,6 +25,7 @@ services:
- --experimental.plugins.crowdsec-bouncer.modulename=github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin
- --experimental.plugins.crowdsec-bouncer.version=v1.2.1
# - "--certificatesresolvers.myresolver.acme.tlschallenge=true"
- --accesslog=true
ports:
# The HTTP port
- "80:80"

View File

@ -5,6 +5,7 @@ services:
# The official v2 Traefik docker image
image: traefik:v3.3
# Enables the web UI and tells Traefik to listen to docker
restart: unless-stopped
command:
- --api.insecure=true
- --providers.docker
@ -59,7 +60,7 @@ services:
volumes:
- redisdata:/data
paperless-webserver:
image: ghcr.io/paperless-ngx/paperless-ngx:2.14.7
image: ghcr.io/paperless-ngx/paperless-ngx:2.16.3
container_name: paperless-webserver
restart: unless-stopped
depends_on:
@ -72,8 +73,9 @@ services:
- media:/usr/src/paperless/media
- export:/usr/src/paperless/export
- consume:/usr/src/paperless/consume
env_file: docker-compose.env
# environment:
#env_file: docker-compose.env
environment:
PAPERLESS_DATE_ORDER: MDY
labels:
- "traefik.http.routers.paperless.rule=Host(`paperless.injust.us`)"
- "traefik.http.routers.paperless.entrypoints=websecure"

View File

@ -21,9 +21,9 @@ docker:
gitea:
ansible_ssh_user: root
wireguard:
hosts:
wireguard:
#wireguard:
# hosts:
# wireguard:
external_access:
hosts:

View File

@ -1,4 +1,4 @@
ansible==11.6.0
ansible==11.7.0
ansible-core==2.15.11
#cffi==1.15.1
#cryptography==39.0.0