emrah

Results 53 comments of emrah

Hi @saghul, I tried the followings to install `openjdk-11-jre-headless` on `bookworm` container and it work - Run `docker.io/library/debian:bookworm-slim` - Add `bullseye` repositories into `/ec/apt/sources.list.d/bullseye.list` ``` deb http://deb.debian.org/debian bullseye main deb...

Actually I don't have much idea about using the AdopOpenJDK repo. After a quick check, it looks like that `openjdk-11` will be available until `Oct 2024` on Adoptium but it...

I think that a simpler PR will work now since the latest `jibri` works with `OpenJDK-17`.

I do this by using a fake `ffmpeg` `/usr/local/bin/ffmpeg` ```bash #!/bin/bash ARGS=$@ [[ "$(whoami)" != "jibri" ]] && exec /usr/bin/ffmpeg $ARGS DEST=$(echo $ARGS | egrep -o "\S*mp4$") if [[ -n...

Hi @timonson, looks like there is a problem with DNS record of `registry-staging.deno.com`. So, `test.yml` failed while running `deno test -A`. But if I run the same command (`deno test...

Looks like `test.yml` fails with `old` deno.

Hi @timonson, The branch name in my PR was wrong. It should be `master`, not `main`... https://github.com/Zaubrik/djwt/blob/master/.github/workflows/publish.yml#L4-L5 I can send a new PR for fixing or you can check @hansSchall's...

Hi @theoparis, I will check it out when I have some free time. Sorry for not responding quickly

The internal firewall config file is `/etc/nftables.conf`. You may update it according to your needs and then restart the firewall by ``` systemctl restart nftables ```

You may use the link with parameters as the meeting address or you may customize [this code](https://github.com/jitsi-contrib/jitas/blob/main/templates/debian-bullseye-mate/usr/local/bin/connect-meeting#L60-L101) to add permanent parameters.