Compare commits
No commits in common. "798d35be163a79c8af15a7e3df1d233a0f576431" and "3fbd0c5053a3714ffe899a27b39957df13513445" have entirely different histories.
798d35be16
...
3fbd0c5053
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,2 @@
|
||||
.python-version
|
||||
secrets.enc
|
||||
vault_pass
|
||||
secrets.enc
|
2
dns.yml
2
dns.yml
@ -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 }}"
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -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:
|
||||
|
@ -1,6 +1,6 @@
|
||||
services:
|
||||
gotosocial:
|
||||
image: superseriousbusiness/gotosocial:latest
|
||||
image: superseriousbusiness/gotosocial:0.18.2
|
||||
container_name: gotosocial
|
||||
user: 1000:1000
|
||||
extra_hosts:
|
||||
|
@ -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:
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user