Compare commits

...

6 Commits

Author SHA1 Message Date
Renovate Bot
3210e5dbc1 Update gitea/gitea Docker tag to v1.24.1 2025-06-20 00:01:01 +00:00
932f931eb0 Updated Authentik
Some checks failed
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Failing after 17m6s
2025-06-18 06:32:51 -04: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 17 additions and 14 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"
@ -179,7 +180,7 @@ services:
timeout: 3s
authentik-server:
container_name: authentik-server
image: ghcr.io/goauthentik/server:2025.2.2
image: ghcr.io/goauthentik/server:2025.6.2
restart: unless-stopped
command: server
environment:
@ -213,7 +214,7 @@ services:
- "traefik.http.routers.authentik.middlewares=crowdsec@docker"
authentik-worker:
container_name: authentik-worker
image: ghcr.io/goauthentik/server:2025.2.2
image: ghcr.io/goauthentik/server:2025.6.2
restart: unless-stopped
command: worker
environment:

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

@ -11,7 +11,7 @@ volumes:
services:
server:
image: gitea/gitea:1.23.5
image: gitea/gitea:1.24.1
container_name: gitea
restart: unless-stopped
environment:

View File

@ -10,7 +10,7 @@
- name: Delete existing netplan
ansible.builtin.command: rm -f /etc/netplan/*
- name: Copy netplan
ansible.builtin.template:
src: assets/{{ inventory_hostname }}/01-netcfg.yaml.j2
@ -71,7 +71,7 @@
backup: true
- name: Configure Docker hosts
hosts:
hosts:
- docker
vars:
tags:
@ -95,7 +95,7 @@
ansible.builtin.shell: docker image prune -f
- name: Homeserver wireguard
hosts:
hosts:
- docker-ext
tags:
- bastion

View File

@ -6,7 +6,7 @@ all:
ungrouped:
hosts:
bastion:
ansible_host: 51.222.155.202
ansible_host: 51.222.155.202
ansible_ssh_user: root
docker:
@ -16,14 +16,14 @@ docker:
docker-int:
ansible_ssh_user: root
basementpi:
ansible_host: 10.11.1.10
ansible_host: 10.11.1.10
ansible_ssh_user: root
gitea:
ansible_ssh_user: root
wireguard:
hosts:
wireguard:
#wireguard:
# hosts:
# wireguard:
external_access:
hosts: