Skip to content

Instantly share code, notes, and snippets.

View bueller's full-sized avatar

Bueller bueller

View GitHub Profile
---
replicated_api_version: 1.3.2
name: Migration Example
version: "1"
properties:
console_title: "Basic Python App"
cmds:
- name: generate_pw
cmd: random
args:
---
replicated_api_version: 1.3.2
name: SMTP Setup Sample
version: "1"
properties:
console_title: "SMTP setup"
components: []
config:
- name: smtp_on
title: Email Server Settings
---
replicated_api_version: 1.3.2
name: Cassandra Cluster
version: "1"
properties:
app_url: http://{{repl ConfigOption "hostname" }}
console_title: "Cassandra Cluster Console"
cmds:
- name: host_ip
cmd: publicip
---
replicated_api_version: "1.3.2"
name: My Counter App
version: "1.0"
release_notes: This is my killer on-prem version of my app
properties:
app_url: https://{{repl ConfigOption "hostname" }}
logo_url: ""
console_title: My App Console
cmds:
---
replicated_api_version: 1.3.2
name: Cassandra Cluster
version: "1"
properties:
app_url: http://{{repl ConfigOption "hostname" }}
console_title: "Cassandra Cluster Console"
cmds:
- name: host_ip
cmd: publicip
replicated_api_version: "1.3.1"
name: My Counter App
version: "1.0"
release_notes: This is my killer on-prem version of my app
properties:
app_url: http://{{repl ConfigOption "hostname" }}
logo_url: ""
console_title: My App Console
state:
ready:
---
replicated_api_version: "1.3.1"
name: My Counter App
version: "1.0"
release_notes: This is my killer on-prem version of my app
properties:
app_url: https://{{repl ConfigOption "hostname" }}
logo_url: ""
console_title: My App Console
cmds:
# My Counter App version 1.0 with zero downtime redis backup
---
replicated_api_version: 1.3.0
name: My Counter App
version: "1.0"
release_notes: The initial release of my counter application.
properties:
app_url: http://{{repl ConfigOption "hostname" }}
logo_url: ""
console_title: My Counter App Console
@bueller
bueller / tmux-cheatsheet.markdown
Created November 4, 2015 23:23 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname