Skip to content

Instantly share code, notes, and snippets.

@afly007
afly007 / dashy-config.yml
Created January 18, 2023 17:52
Home Lab Config
---
pageInfo:
title: Home Lab
appConfig:
theme: nord-frost
sections:
- name: Productivity
displayData:
collapsed: false
cols: 2

Self Hosted Nightscout on Oracle Cloud Free Tier

This document describes making a self hosted nightscout instance, with Docker on Oracle Free Tier. The instance will use SSL encryption using certificates from Let's Encrypt.

This will require a working domain name with the ability to create sub-domains.

Oracle Cloud Setup

Sign up for an Oracle Cloud Free Tier account: https://www.oracle.com/ca-en/cloud/free/

@afly007
afly007 / teams-chat-post.sh
Created March 25, 2022 14:38 — forked from chusiang/teams-chat-post-for-workflows.sh
Post a message to Microsoft Teams with bash script.
#!/bin/bash
# =============================================================================
# Author: Chu-Siang Lai / chusiang (at) drx.tw
# Filename: teams-chat-post.sh
# Modified: 2021-10-18 00:09
# Description: Post a message to Microsoft Teams.
# Reference:
#
# - https://gist.github.com/chusiang/895f6406fbf9285c58ad0a3ace13d025
#