Skip to content

Instantly share code, notes, and snippets.

View ryanj's full-sized avatar
💭
LGTM

ryan jarvinen ryanj

💭
LGTM
View GitHub Profile
<section>
<img src='https://developers.redhat.com/sites/default/files/styles/share/public/Dev%20Hub_Share%20Image.png' alt="Red Hat Developer Hub logo" style="border:0px;" />
<h2>Red Hat Developer Hub</h2>
</section>
<section>
<img src='https://cdn.thenewstack.io/media/2023/03/0f79573b-backstage-logo-1-1024x576.png' alt="Backstage logo" style="border:0px;" />
<h2>Backstage IDP</h2>
</section>
<section>
<p>What are the differences?</p>
@ryanj
ryanj / rhdh-link.yaml
Created March 4, 2024 17:52
Replace the `href`` value of `{{ cluster_host }}` before creating the yaml
@ryanj
ryanj / rhdh-sandbox-config.md
Last active January 28, 2024 18:30
RHDH config for Red Hat Developer Sandbox

RHDH Sandbox quickstart

Set up a User Access Token

Visit https://github.com/settings/tokens/new to generate a new "classic" token.

Select the "Repo" checkbox to enable "Full control of private repositories", then click "Generate Token".

Save your resulting personal access token for later use

# Set up GitHub authentication for Backstage
## Sign in to GitHub
Sign in to https://github.com/ or create a new account.
Warning: about single user mode
## Set up a User Access Token
@ryanj
ryanj / invite-users.sh
Last active August 14, 2023 15:48
./invite-users.sh
#!/bin/bash
# Invite these users:
export FILE_CSV="BackstageOnboarding\ -\ Invitations.csv"
# To this GH_ORG:
export GH_ORG=summit23Janus2
# Using this API_TOKEN:
export YOUR_TOKEN="YOUR_TOKEN_XYZ"
for ghuser in $(cat $FILE_CSV | cut -f 1 -d ',' | grep -v "^login" ); do
@ryanj
ryanj / cta.sh
Created February 17, 2023 19:08
install Calls to Action at the end of each track
#!/bin/bash
# Requirements: yq, bash
#set -euo pipefail
# Check for the yq command
if ! command -v yq &> /dev/null
then
echo "The yq command could not be found."
exit 1
fi
@ryanj
ryanj / Crafting_Kubernetes_Operators.html
Last active December 2, 2022 22:53
SCALE 20X WORKSHOP: Crafting Kubernetes Operators
<section>
<h2>WORKSHOP:</h2>
<h3>Crafting Kubernetes Operators</h3>
<p><a href="http://gist-reveal.it/bit.ly/craftingoperators">bit.ly/craftingoperators</a></p>
<p class='fragment'>content coming soon...</p>
</section>
@ryanj
ryanj / CRC_on_silverblue.html
Last active August 5, 2021 19:40
How to set up CodeReadyContainers on Fedora Silverblue http://bit.ly/crc-silver
<section data-markdown>
# CodeReadyContainers on Fedora Silverblue
http://bit.ly/crc-silver
https://gist.github.com/ryanj/01b8592a04e40837ccd07b76716dbe73
</section>
<section data-markdown>
## 1. Silverblue Install
@ryanj
ryanj / kubecon2020.css
Last active October 22, 2020 19:33
CSS style sheet for Kubecon 2020 NA talks
/**
* Kubecon 2020 theme for Reveal.js
*
* By Ryan Jarvinen, ryanj@redhat.com
*
*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro|Press+Start+2P|Cutive+Mono');
/*********************************************