Skip to content

Instantly share code, notes, and snippets.

View SoftCreatR's full-sized avatar
👻
Boo!

Sascha Greuel SoftCreatR

👻
Boo!
  • Gladbeck, Germany
  • 17:27 (UTC +02:00)
View GitHub Profile
@SoftCreatR
SoftCreatR / update-hcfw.sh
Last active January 1, 2024 12:36
Hetzner Cloud Firewall Cloudflare IP Updater using either curl, wget or httpie.
#!/usr/bin/env bash
##############################################################
# Title : Hetzner Firewall Cloudflare IP Updater #
# Description : Allows you to update your Hetzner Cloud #
# Firewall to allow all incoming requests #
# from Cloudflare. #
# #
# Author : Sascha Greuel <hello@1-2.dev> #
# Date : 2021-03-30 09:30 #
@SoftCreatR
SoftCreatR / README.md
Last active March 3, 2021 22:07
Just Eat Takeaway / Lieferando (DACH) / Eat.ch / Thuisbezorgd.nl / Pyszne.pl - Shadow Website Domains
@SoftCreatR
SoftCreatR / regex.txt
Created February 25, 2021 11:26
Emoji Regex
# Built using the data from https://www.unicode.org/Public/emoji/12.1/emoji-data.txt
(?:(?:\x{261D}|\x{26F9}|[\x{270A}-\x{270D}]|\x{1F385}|[\x{1F3C2}-\x{1F3C4}]|\x{1F3C7}|[\x{1F3CA}-\x{1F3CC}]|[\x{1F442}-\x{1F443}]|[\x{1F446}-\x{1F450}]|[\x{1F466}-\x{1F478}]|\x{1F47C}|[\x{1F481}-\x{1F483}]|[\x{1F485}-\x{1F487}]|\x{1F48F}|\x{1F491}|\x{1F4AA}|[\x{1F574}-\x{1F575}]|\x{1F57A}|\x{1F590}|[\x{1F595}-\x{1F596}]|[\x{1F645}-\x{1F647}]|[\x{1F64B}-\x{1F64F}]|\x{1F6A3}|[\x{1F6B4}-\x{1F6B6}]|\x{1F6C0}|\x{1F6CC}|\x{1F90F}|\x{1F918}|[\x{1F919}-\x{1F91E}]|\x{1F91F}|\x{1F926}|\x{1F930}|[\x{1F931}-\x{1F932}]|[\x{1F933}-\x{1F939}]|[\x{1F93C}-\x{1F93E}]|[\x{1F9B5}-\x{1F9B6}]|[\x{1F9B8}-\x{1F9B9}]|\x{1F9BB}|[\x{1F9CD}-\x{1F9CF}]|[\x{1F9D1}-\x{1F9DD}])(?:[\x{1F3FB}-\x{1F3FF}])?|(?:[\x{231A}-\x{231B}]|[\x{23E9}-\x{23EC}]|\x{23F0}|\x{23F3}|[\x{25FD}-\x{25FE}]|[\x{2614}-\x{2615}]|[\x{2648}-\x{2653}]|\x{267F}|\x{2693}|\x{26A1}|[\x{26AA}-\x{26AB}]|[\x{26BD}-\x{26BE}]|[\x{26C4}-\x{26C5}]|\x{26CE}|\x{26D4}|\x{26EA}|[\x{26F2}-\x{26F3}]|\x
@SoftCreatR
SoftCreatR / _ipinfo.conf
Last active May 30, 2021 15:01
IP Address Information in pure nginx, using GeoIP2, JSON Var Module and some mapping magic.
#####
# IPInfo Host configuration
#
# Source: https://gist.github.com/SoftCreatR
#
# Requires:
# - ngx_http_json_var_module (https://github.com/SoftCreatR/nginx-json-var-module)
# - geoip2.conf (see below)
#####
@SoftCreatR
SoftCreatR / settings.json
Last active July 11, 2022 00:23
Windows Terminal Stuff
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "copy",
"singleLine": false
@SoftCreatR
SoftCreatR / Tiny Hide and Seek.ow
Last active December 9, 2020 19:20
[Overwatch Workshop] Tiny Hide and Seek 2.0.3
settings
{
main
{
Description: "Tiny Hide and Seek v2.0.3 [Created by NaN]"
}
lobby
{
Map Rotation: After a game
@SoftCreatR
SoftCreatR / Dockerfile
Last active October 1, 2022 16:07
php-8.0.1-fpm-alpine3.12-imagick
ARG NAME_IMAGE_BASE='php'
ARG NAME_IMAGE_TAG='8.0.1-fpm-alpine3.12'
FROM ${NAME_IMAGE_BASE}:${NAME_IMAGE_TAG}
ARG ID_BUILD='build-20210118'
ARG VERSION_PHP='8.0.1-imagick'
ARG VERSION_OS='3.12.0'
ARG IMAGICK_COMMIT='448c1cd0d58ba2838b9b6dff71c9b7e70a401b90'
@SoftCreatR
SoftCreatR / install-appwrite.sh
Last active October 15, 2020 13:30
Simple install script for Appwrite Backend Server (https://appwrite.io)
#!/usr/bin/env bash
while [ "$#" -gt 0 ]; do
case "$1" in
--no-docker)
WITH_DOCKER="no"
;;
--no-docker-compose)
WITH_DOCKER_COMPOSE="no"
;;
@SoftCreatR
SoftCreatR / build.bat
Last active September 29, 2020 21:29
Windows Build Script for WoltLab Suite packages using 7zip
@ECHO OFF
goto :start
MIT License
Copyright (c) 2020 Sascha Greuel <hello@1-2.dev>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal