Compare commits
No commits in common. "798d35be163a79c8af15a7e3df1d233a0f576431" and "3fbd0c5053a3714ffe899a27b39957df13513445" have entirely different histories.
798d35be16
...
3fbd0c5053
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,2 @@
|
|||||||
.python-version
|
.python-version
|
||||||
secrets.enc
|
secrets.enc
|
||||||
vault_pass
|
|
2
dns.yml
2
dns.yml
@ -53,7 +53,7 @@
|
|||||||
amazon.aws.route53:
|
amazon.aws.route53:
|
||||||
state: present
|
state: present
|
||||||
zone: "{{ item.0.name }}"
|
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
|
type: A
|
||||||
ttl: 300
|
ttl: 300
|
||||||
value: "{{ item.1.ip }}"
|
value: "{{ item.1.ip }}"
|
||||||
|
@ -115,11 +115,6 @@ repair.nerder.land {
|
|||||||
file_server
|
file_server
|
||||||
}
|
}
|
||||||
|
|
||||||
nerder.land {
|
|
||||||
root * /srv/nerderland
|
|
||||||
file_server
|
|
||||||
}
|
|
||||||
|
|
||||||
forms.nerder.land {
|
forms.nerder.land {
|
||||||
reverse_proxy heyform-heyform-1:8000
|
reverse_proxy heyform-heyform-1:8000
|
||||||
}
|
}
|
||||||
|
@ -37,7 +37,7 @@ services:
|
|||||||
glance.parent: authentik
|
glance.parent: authentik
|
||||||
glance.name: Redis
|
glance.name: Redis
|
||||||
server:
|
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
|
restart: unless-stopped
|
||||||
command: server
|
command: server
|
||||||
environment:
|
environment:
|
||||||
@ -64,7 +64,7 @@ services:
|
|||||||
glance.description: Authentication server
|
glance.description: Authentication server
|
||||||
glance.id: authentik
|
glance.id: authentik
|
||||||
worker:
|
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
|
restart: unless-stopped
|
||||||
command: worker
|
command: worker
|
||||||
environment:
|
environment:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
gotosocial:
|
gotosocial:
|
||||||
image: superseriousbusiness/gotosocial:latest
|
image: superseriousbusiness/gotosocial:0.18.2
|
||||||
container_name: gotosocial
|
container_name: gotosocial
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
|
@ -19,7 +19,6 @@ services:
|
|||||||
OIDC_ISSUER: https://auth.thesatelliteoflove.com/application/o/manyfold/
|
OIDC_ISSUER: https://auth.thesatelliteoflove.com/application/o/manyfold/
|
||||||
OIDC_NAME: Authentik
|
OIDC_NAME: Authentik
|
||||||
PUBLIC_HOSTNAME: models.thesatelliteoflove.com
|
PUBLIC_HOSTNAME: models.thesatelliteoflove.com
|
||||||
MAX_FILE_UPLOAD_SIZE: 5368709120
|
|
||||||
PUID: 1000
|
PUID: 1000
|
||||||
PGID: 1000
|
PGID: 1000
|
||||||
extra_hosts:
|
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