Please update 01-credentials.sh
to include your credentials, and run these scripts in the order shown below:
- 01-credentials.sh
- 02-os-versions.sh
- 03-initial-configuration.sh
- 04-enable-content.sh
- 05-content-views.sh
#!/bin/bash | |
# Delay before starting | |
DELAY=10 | |
# Sound notification to let one know when recording is about to start (and ends) | |
beep() { | |
paplay /usr/share/sounds/KDE-Im-Irc-Event.ogg & | |
} |
workaround for: https://bugzilla.redhat.com/show_bug.cgi?id=1175616
open this file:
/usr/lib/pulp/plugins/types/rpm_support.json
And remove the 'title' search index from the erratum type:
#!/bin/bash | |
set -x # Comment this out for faster implementation. | |
#************************************************************** | |
## Version 0.1" | |
### Author: Jon Nikolakakis | |
#### change variable $dom if you don't want the domain china.com | |
##### This script will install and set up your hostname, then install Satellite of your choosing. | |
###### The goal is to do it quickly and without much interaction. | |
####### The installer requires that you have downloaded the disconnected satellite iso, |
version: "3.3" | |
services: | |
caddy: | |
image: abiosoft/caddy:1.0.3-no-stats | |
container_name: caddy | |
hostname: caddy | |
restart: unless-stopped | |
volumes: |
Feature request for adding this to the docs on requarks.canny.io
Keycloak is an Open Source Identity and Access Management solution for modern Applications and Services.