Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create Dockerfile and necessary files for jitsi flist #296

Merged
merged 5 commits into from
Sep 3, 2024

Conversation

eyad-hussein
Copy link
Contributor

@eyad-hussein eyad-hussein commented Aug 28, 2024

Description

Create the Dockerfile needed to convert the image to an flist. Also created the necessary scripts that need to be run to self-host jitsi on any server.

Changes

  • scripts:
    • install_jitsi.sh
    • jicofo.sh
    • jvb.sh
    • nginx.sh
    • prosody.sh
    • setup_hostname.sh
    • ufw
  • config:
    • nginx.conf
  • zinit:
    • install_jitsi.yaml
    • jicofo.yaml
    • jvb.yaml
    • nginx.yaml
    • prosody.yaml
    • setup_hostname.yaml
    • ufw.yaml
    • ssh-init.yaml
    • sshd.yaml

Related Issues

Checklist

  • Dockerfile
  • scripts, config, zinit service files
  • Documentation

@@ -0,0 +1,34 @@
FROM ubuntu:22.04

Check failure

Code scanning / Trivy

Image user should not be 'root' High

Artifact: tfgrid3/jitsi/Dockerfile
Type: dockerfile
Vulnerability DS002
Severity: HIGH
Message: Specify at least 1 USER command in Dockerfile with non-root user as argument
Link: DS002
@eyad-hussein eyad-hussein marked this pull request as ready for review August 28, 2024 17:34
tfgrid3/jitsi/Dockerfile Fixed Show fixed Hide fixed
Copy link
Contributor

@Omarabdul3ziz Omarabdul3ziz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good job ya eyad 🔥

@Omarabdul3ziz Omarabdul3ziz merged commit a6ad0cc into development Sep 3, 2024
1 of 2 checks passed
@Omarabdul3ziz Omarabdul3ziz deleted the development_jitsi_flist branch September 3, 2024 08:51
@xmonader xmonader added this to the 3.15.x milestone Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants