Add local-only hostnames to vyos and enable authenticated media
All checks were successful
ShellCheck / shellcheck (push) Successful in 35s

This commit is contained in:
Mathieu Strypsteen 2024-07-31 11:55:43 +02:00
parent 555f6e0f82
commit bd0877f1b4
Signed by: mathieu
GPG key ID: 782A42E461BC6824
5 changed files with 11 additions and 3 deletions

View file

@ -17,3 +17,4 @@ turn_uris: ['turn:turn.strypsteen.com']
turn_allow_guests: false
delete_stale_devices_after: 1y
max_upload_size: 500M
enable_authenticated_media: true

View file

@ -1,5 +1,5 @@
FROM registry.access.redhat.com/ubi9 AS builder
RUN curl -L https://github.com/enricoros/big-AGI/archive/refs/tags/v1.16.2.tar.gz | tar xz && mv big-AGI-* big-AGI
RUN curl -L https://github.com/enricoros/big-AGI/archive/refs/tags/v1.16.5.tar.gz | tar xz && mv big-AGI-* big-AGI
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal
ENV NEXT_TELEMETRY_DISABLED 1
COPY --from=builder /big-AGI .

View file

@ -1,7 +1,7 @@
FROM quay.io/fedora/fedora-toolbox:40
RUN dnf up -y
RUN dnf install -y bash-color-prompt clang gcc hyperfine llvm mtools nodejs-npm openssl-devel parted poetry postgresql-server python3-ipykernel python3-pip rustup systemd-container vim-enhanced
RUN dnf install -y https://github.com/coder/code-server/releases/download/v4.91.0/code-server-4.91.0-amd64.rpm
RUN dnf install -y https://github.com/coder/code-server/releases/download/v4.91.1/code-server-4.91.1-amd64.rpm
RUN mkdir /etc/systemd/system/user@.service.d
RUN mkdir /var/lib/systemd/linger
RUN touch /var/lib/systemd/linger/coder

View file

@ -1,10 +1,11 @@
[Container]
Image=codeberg.org/forgejo/forgejo:7-rootless
Image=codeberg.org/forgejo/forgejo:8-rootless
Network=nginx.network
Volume=/var/lib/system-config/container-config/forgejo:/etc/gitea:z,ro
Volume=forgejo.volume:/var/lib/gitea:U,Z
Secret=forgejo-token
Secret=forgejo-jwt-secret
Environment=GITEA_APP_INI=/etc/gitea/app.ini
PublishPort=2222:2222
PublishPort=[::]:2222:2222
AutoUpdate=registry

View file

@ -2,6 +2,12 @@
# shellcheck disable=SC2121
set system name-server 9.9.9.9
set system static-host-mapping host-name pve.strypsteen.com inet 192.168.253.2
set system static-host-mapping host-name home.strypsteen.com alias code.strypsteen.com
set system static-host-mapping host-name home.strypsteen.com alias element.strypsteen.com
set system static-host-mapping host-name home.strypsteen.com alias llm.strypsteen.com
set system static-host-mapping host-name home.strypsteen.com alias network.strypsteen.com
set system static-host-mapping host-name home.strypsteen.com alias remote-desktop.strypsteen.com
set system static-host-mapping host-name home.strypsteen.com alias vault.strypsteen.com
set system sysctl parameter net.ipv6.conf.eth0.use_tempaddr value 2
set system time-zone Europe/Brussels