This file contains hidden or 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
substitutions: | |
device_name: your_device_name | |
friendly_name: "Your Device Name" | |
api_password: "pass1" | |
ota_password: "pass2" | |
esphome: | |
name: ${device_name} | |
platform: ESP8266 | |
board: esp01_1m |
This file contains hidden or 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
substitutions: | |
device_name: your_device_name | |
friendly_name: "Your Device Name" | |
api_password: !secret api_password | |
ota_password: !secret ota_password | |
esphome: | |
name: ${device_name} | |
platform: ESP8266 | |
board: esp01_1m |
This file contains hidden or 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
#!/bin/bash | |
set -eEuo pipefail | |
# docker run -d -t --name paperless-test -v $(pwd):/paperless ubuntu:focal /bin/bash | |
# docker exec -it paperless-test /bin/bash | |
apt update | |
apt install --no-install-recommends --assume-yes python3 python3-pip python3-dev fonts-liberation gnupg libpq-dev libmagic-dev mime-support unpaper tesseract-ocr imagemagick ghostscript optipng |
This file contains hidden or 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
#!/bin/bash | |
set -eEuo pipefail | |
CONF_FILE="$HOME/.config/starship.toml" | |
CONF_D="$HOME/.config/starship.d" | |
TEMPFILE="$(mktemp)" | |
starship preset -o "$CONF_D/99-nerd-font-symbols.toml" nerd-font-symbols |
This file contains hidden or 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
IMMICH_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | |
IMMICH_HOST=https://immich.example.com |
OlderNewer