I hereby claim:
- I am derekslenk on github.
- I am slenk (https://keybase.io/slenk) on keybase.
- I have a public key ASATHMnbNbiXdiEn8xLAYSF4DZNkJfHR1o3XdEJj_YOWMwo
To claim this, I am signing this object:
import sys | |
import re | |
from pathlib import Path | |
# Copyright (c) 2023 Derek Slenk. All rights reserved. | |
INVALID_FILENAME_PATTERN = re.compile(r"\d+[\w]+\.\w+") | |
ALLOWED_CHARS_PATTERN = re.compile(r"[^\d_-]") | |
; Ender 3 Custom Start G-code | |
; Script based on an original created by tjjfvi (https://github.com/tjjfvi) | |
; An up-to-date version of the tjjfvi's original script can be found | |
; here: https://csi.t6.fyi/ | |
; Note - This script will only work in Cura V4.2 and above! | |
; --- Global Settings | |
; layer_height = {layer_height} | |
; smooth_spiralized_contours = {smooth_spiralized_contours} | |
; magic_mesh_surface_mode = {magic_mesh_surface_mode} |
## Install NGINX | |
$ sudo amazon-linux-extras install nginx1.12 -y | |
## Install PHP and PHP-FPM | |
# this package include php-fpm | |
$ sudo amazon-linux-extras install php7.3 -y | |
## Configure NGINX (see below) | |
$ sudo nano /etc/nginx/conf.d/default.conf |
I hereby claim:
To claim this, I am signing this object:
version: '2' | |
# More info for pihole: https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/ | |
# More info for cloudflared: https://hub.docker.com/r/visibilityspots/cloudflared/ and https://docs.pi-hole.net/guides/dns-over-https/ | |
services: | |
cloudflared: | |
container_name: "cloudflared" | |
image: visibilityspots/cloudflared:amd64 | |
network_mode: "host" | |