Skip to content

Instantly share code, notes, and snippets.

View Getty's full-sized avatar
💭
building empires...

Torsten Raudssus Getty

💭
building empires...
View GitHub Profile
my $entities = join(', ',qw(
Person
Organization
Government
Location
Product
Resource
Event
));
@Getty
Getty / docker-compose.yml
Created May 29, 2024 15:10
ollama + openwebui + flowise + fooocus + netdata + traefik
services:
traefik:
container_name: traefik
restart: always
image: traefik:2.11
volumes:
- "./traefik/traefik.toml:/etc/traefik/traefik.toml"
- "./traefik/acme.json:/etc/traefik/acme.json"
- "./traefik/config:/etc/traefik/config"
He was a freak, an idealist
Against the war, was a pacifist
Did not care about money
Rather dispossessed
Slept, when he could, without a roof
Did not have a regular job
Lived on what he was given
And rejected bourgeois aspirations
*.psd filter=lfs diff=lfs merge=lfs -text
*.ai filter=lfs diff=lfs merge=lfs -text
*.uasset filter=lfs diff=lfs merge=lfs -text
*.umap filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.fbx filter=lfs diff=lfs merge=lfs -text
*.wav filter=lfs diff=lfs merge=lfs -text
*.mp4 filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.rtf filter=lfs diff=lfs merge=lfs -text
sub has_conf {
my ( $name, $env_key, $default ) = @_;
my $default_ref = ref $default;
has $name => (
is => 'ro',
lazy => 1,
default => sub {
my ( $self ) = @_;
my $result;
@Getty
Getty / Start_Miscreated.cmd
Created February 16, 2019 04:13
Miscreated Server Setup
@start /high Bin64_dedicated\MiscreatedServer.exe +sv_maxplayers 50 +http_startserver port:64190 +map islands -mis_gameserverid 2401
@Getty
Getty / haproxy.cfg
Created May 29, 2018 19:58
HAProxy config for splitting between Rancher (raw http/https) and a Traefik container (L4 Proxy before L7 Proxy)
defaults
maxconn 1000
timeout connect 5000ms
timeout client 50000ms
timeout server 50000ms
frontend https
mode tcp
bind *:443
Intermediate/*
Saved/*
Build/*
Binaries/*
Plugins/*/Intermediate/*
Plugins/*/Binaries/*
Plugins/*/*/Intermediate/*
Plugins/*/*/Binaries/*
Plugins/*/*/*/Intermediate/*
Plugins/*/*/*/Binaries/*
@Getty
Getty / .gitignore
Last active October 21, 2017 14:38
Unreal Engine 4 Sample .gitignore
Intermediate/*
Saved/*
Build/*
Binaries/*
Plugins/*/Intermediate/*
Plugins/*/Binaries/*
Plugins/*/*/Intermediate/*
Plugins/*/*/Binaries/*
Plugins/*/*/*/Intermediate/*
Plugins/*/*/*/Binaries/*
has xslate => (
isa => 'Text::Xslate',
is => 'ro',
lazy_build => 1,
);
sub _build_xslate {
my ( $self ) = @_;
my $xslate;
my $obj2dir = sub {