-
Notifications
You must be signed in to change notification settings - Fork 3
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
Script Improvements #1
Open
lkiesow
wants to merge
31
commits into
shaardie:master
Choose a base branch
from
virtUOS:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Make sure apz keys can be imported on Ubuntu - Do not update the cache every time a new repository is added - Make sure the installation steps don't fail due to problematic installation dependencies - Remove default nginx configuration - Automatically redirect from HTTP to HTTPS - Always ask for vault password
This patch removes the user set-up part from this repository since that is usually handled separately.
This patch restructures the configuration for these ansible scripts, splitting the secrets and the regular settings.
Arrgh, only the first commit was intended as pull request. The other ones are probably less interesting for you. Will re-structure that once I find time. Though, if you are faster and interested, just feel free to pick the first commit. |
This patch adds a simple readme describing the basic of this repository and what the scripts are about.
This patch removes `certbot` from the deployment, instead deploying an initial dummy certificate and expecting this to be updates with a proper certificate. The scripts will no longer touch existing certificates.
This patch configures the low quality webcam setting as default, reducing the bandwidth users need for a video call. In cases where they need better quality, they are still able to choose that. Likely, however, the default will be the setting used most often. This fixes #5
This patch disables the recording button, stopping users from cluttering the servers with conference recordings and taking away important resources from the system. This is part of a fix for #2.
Despite not actually starting a recording, BigBlueButton still writes a recording to disk. It will try to clean these recordings up in a regular interval but unfortunately seems to forget half of the data. This patch contains two Systemd series and timers which will: - delete all raw recording every night at 4am - reboot the server at 4:30am (shouldn't hurt and may help…) This is a short-term workaround for #2. Nevertheless, this still needs a proper solution.
This patch adds a few additional dependencies which might not exist on a minimal install of Ubuntu 16.04.
This patch checks if the secret and hostname has actually to be changed before doing that, preventing the slow restart of BigBlueButton if possible.
- Update Greenlight - Install database backup
- Disable recording - Disable logging - Set default presentation - Tweak performance
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
installation dependencies