Advanced Search
Search Results
24 total results found
How to Install Jitsi Meet on Debian or Ubuntu
Installing Jitsi Meet on your own server allows you to Voice-/Videochat with multiple people and ...
Adding an exception for static IP address
Assuming you have a static IP address you can easly ignore the cache for your visits. Outside of ...
Set up Nginx
This depends a lot on your general Nginx setup, but there should be nothing special about this co...
Set up Gunicorn
Create a config file cd /srv/server/glitchtip nano gunicorn.py pidfile = "/srv/server/glitchtip/...
Set up Frontend
Compile frontend cd /srv/server/glitchtip git clone https://gitlab.com/glitchtip/glitchtip-fronte...
Set up backend
Create environment variable file cd /srv/server/glitchtip nano env DATABASE_URL="postgres://glit...
Basic Setup
Download Code create an empty directory for glitchtip somewhere (e.g. /srv/server/glitchtip) clon...
Prerequisites
Python3 poetry Systemd (or something else to start services with gunicorn (or something similar...
Combining Sinks
Now you could change the output channel of your game to the OBS null sink and the audio would be ...
Creating a null sink
Getting familiar with pactl First we want to take a look at all output channels (or sinks): ➜ ...
Prerequisites
some Linux distribution (I am doing this on Debian Testing, but it should work anywhere, where Pu...
Prerequisites
Nginx a website using PHP (you can apply most parts to other sites by replacing fastcgi_ with pr...
How to cache a PHP page using Nginx
You find it slightly annoying that a completely static page like this one still causes the web se...
Caching
Cache Path First of all we need to create a new cache path. Outside of any server block add the ...
Adding authentification to room creation
You probably want to restrict the creation of new rooms to some users, but still allow everyone w...
Some more things...
Nginx If you are using Nginx, you can take a look at the generated /etc/nginx/sites-available/ji...
Add a firewall exception
If you are using ufw or another firewall software, you need to add an exception to the TCP ports ...
Run the installer
At this point you can start the jitsi setup. At this point either Nginx or Apache have to be set ...
Prepare the Let's Encrypt certificate
The easiest way to set up HTTPS is by creating the SSL certificates beforehand. If you are using ...
Adding the apt repository
If you are using Ubuntu, make sure the universe repositories are enabled The repository is added...
Prerequisites
an up-to-date version of Ubuntu or Debian (tested using Ubuntu 18.04 and Debian Buster) a runnin...
How to install GlitchTip without Docker
You like the error tracking sentry.io provides, you want to self-host it, but the setup takes up ...
How to stream audio of a single program/game using OBS and PulseAudio
You want to stream a game like the Jackbox Party packs to your friends, but use the same computer...
Set up Celery
Set up Beat sudoedit /etc/systemd/system/glitchtip-celery-beat.service [Unit] Description=glitch...