Compare commits

..

No commits in common. "798d35be163a79c8af15a7e3df1d233a0f576431" and "3fbd0c5053a3714ffe899a27b39957df13513445" have entirely different histories.

7 changed files with 5 additions and 36 deletions

3
.gitignore vendored
View File

@ -1,3 +1,2 @@
.python-version
secrets.enc
vault_pass
secrets.enc

View File

@ -53,7 +53,7 @@
amazon.aws.route53:
state: present
zone: "{{ item.0.name }}"
record: "{{ item.0.name if item.1.name == '@' else item.1.name + '.' + item.0.name }}"
record: "{{ item.1.name }}.{{ item.0.name }}"
type: A
ttl: 300
value: "{{ item.1.ip }}"

View File

@ -115,11 +115,6 @@ repair.nerder.land {
file_server
}
nerder.land {
root * /srv/nerderland
file_server
}
forms.nerder.land {
reverse_proxy heyform-heyform-1:8000
}

View File

@ -37,7 +37,7 @@ services:
glance.parent: authentik
glance.name: Redis
server:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.4}
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.2.1}
restart: unless-stopped
command: server
environment:
@ -64,7 +64,7 @@ services:
glance.description: Authentication server
glance.id: authentik
worker:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.4}
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.2.1}
restart: unless-stopped
command: worker
environment:

View File

@ -1,6 +1,6 @@
services:
gotosocial:
image: superseriousbusiness/gotosocial:latest
image: superseriousbusiness/gotosocial:0.18.2
container_name: gotosocial
user: 1000:1000
extra_hosts:

View File

@ -19,7 +19,6 @@ services:
OIDC_ISSUER: https://auth.thesatelliteoflove.com/application/o/manyfold/
OIDC_NAME: Authentik
PUBLIC_HOSTNAME: models.thesatelliteoflove.com
MAX_FILE_UPLOAD_SIZE: 5368709120
PUID: 1000
PGID: 1000
extra_hosts:

View File

@ -1,24 +0,0 @@
services:
redlib:
image: quay.io/redlib/redlib:latest
restart: always
container_name: "redlib"
user: nobody
read_only: true
security_opt:
- no-new-privileges:true
# - seccomp=seccomp-redlib.json
cap_drop:
- ALL
env_file: .env
networks:
- redlib
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "--tries=1", "http://localhost:8080/settings"]
interval: 5m
timeout: 3s
networks:
default:
external: true
name: lava