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
# Identity Server configuration | |
is: | |
# Email configuration | |
email: | |
sender-name: 'The Things Stack' | |
sender-address: 'noreply@lora.<redacted>' | |
network: | |
name: 'The Things Stack' | |
console-url: 'https://lora.<redacted>/console' | |
identity-server-url: 'https://lora.<redacted>/oauth' |
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
# | |
# Ansible managed | |
# | |
version: "3.7" | |
secrets: | |
ca.pem: | |
file: /root/.acme.sh/<redacted>/ca.cer | |
cert.pem: |
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
# | |
# Ansible managed | |
# | |
version: "3.7" | |
secrets: | |
ca.pem: | |
file: /root/.acme.sh/<redacted>.org/ca.cer | |
cert.pem: |
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
# | |
# Ansible managed | |
# | |
version: "3.7" | |
secrets: | |
ca.pem: | |
file: /root/.acme.sh/<redacted>.org/ca.cer | |
cert.pem: |
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
--- | |
# #################################################################################################################### # | |
# #################################################################################################################### # | |
sensor: | |
# ------------------------------------------------------------------------------------------------------------------ # | |
- platform: sun2 | |
entity_namespace: sun2 | |
monitored_conditions: |
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
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# -------------------------------------------------------------------------------------------------------------------- # | |
""" | |
Write Down, take quick notes from the command line | |
The MIT License (MIT) | |
Copyright © 2019 by John Celoria. |
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
--- | |
# ############################################################################ # | |
# ############################################################################ # | |
calendar: | |
# -------------------------------------------------------------------------- # | |
- platform: caldav | |
url: !secret ha_caldav_url | |
username: !secret ha_caldav_user |
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
# | |
# Ansible managed | |
# | |
version: "2" | |
services: | |
nzbget: | |
environment: | |
- PUID=110000 |
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
--- | |
# ############################################################################ # | |
# ### ALARM CLOCK PACKAGE #################################################### # | |
group: | |
# -------------------------------------------------------------------------- # | |
alarm_clock: | |
name: Alarm Clock | |
entities: |
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
#!/usr/bin/env bash | |
SELF=${0##*/} SDIR=${0%/*} | |
######################################################################################################################## | |
: ' | |
The MIT License (MIT) | |
Copyright © 2018 by John Celoria. | |
Permission is hereby granted, free of charge, to any person obtaining a copy |
NewerOlder