noticket - add base site, update secrets

This commit is contained in:
Bastian de Byl
2025-02-03 12:34:41 -05:00
parent fc73da78ac
commit fced2a0038
9 changed files with 50 additions and 3 deletions

View File

@@ -61,6 +61,7 @@
group: "{{ podman_user }}"
mode: 0644
loop:
- "{{ base_server_name }}.conf"
- "{{ assistant_server_name }}.conf"
- "{{ bookstack_server_name }}.conf"
- "{{ ci_server_name }}.http.conf"
@@ -85,6 +86,7 @@
group: "{{ podman_user }}"
state: link
loop:
- "{{ base_server_name }}.conf"
- "{{ assistant_server_name }}.conf"
- "{{ bookstack_server_name }}.conf"
- "{{ ci_server_name }}.http.conf"

View File

@@ -34,6 +34,7 @@
group: "{{ podman_user }}"
mode: 0644
loop:
- "{{ base_server_name }}.https.conf"
- "{{ assistant_server_name }}.https.conf"
- "{{ bookstack_server_name }}.https.conf"
- "{{ ci_server_name }}.https.conf"
@@ -56,6 +57,7 @@
group: "{{ podman_user }}"
state: link
loop:
- "{{ base_server_name }}.https.conf"
- "{{ assistant_server_name }}.https.conf"
- "{{ bookstack_server_name }}.https.conf"
- "{{ ci_server_name }}.https.conf"

View File

@@ -21,9 +21,12 @@
# ???
- 6875/tcp
# Satisfactory
- 7777/tcp
- 7777/udp
- 15000/udp
- 15000/tcp
- 15777/udp
- 15777/tcp
# Factorio
- 27015/tcp
- 34197/udp

View File

@@ -47,9 +47,9 @@
- import_tasks: containers/home/photos.yml
vars:
db_image: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
ml_image: ghcr.io/immich-app/immich-machine-learning:v1.124.2
ml_image: ghcr.io/immich-app/immich-machine-learning:v1.125.7
redis_image: docker.io/redis:6.2-alpine@sha256:eaba718fecd1196d88533de7ba49bf903ad33664a92debb24660a922ecd9cac8
image: ghcr.io/immich-app/immich-server:v1.124.2
image: ghcr.io/immich-app/immich-server:v1.125.7
tags: photos
- import_tasks: containers/home/cloud.yml