Skip to content

Instantly share code, notes, and snippets.

View jhs88's full-sized avatar
💭

Joseph Scherreik jhs88

💭
View GitHub Profile
services:
server:
image: stackauth/server:latest
ports:
- 32101:8101
- 32102:8102
environment:
NEXT_PUBLIC_STACK_API_URL: "http://localhost:32102"
NEXT_PUBLIC_STACK_DASHBOARD_URL: "http://localhost:32101"
STACK_DATABASE_CONNECTION_STRING: "postgres://postgres:PASSWORD-PLACEHOLDER--uqfEC1hmmv@db:5432/stackframe"
services:
transmission-openvpn:
image: haugene/transmission-openvpn:latest
# privileged: true
restart: unless-stopped
ports: ['9091:9091', '8118:8118']
cap_add: [NET_ADMIN]
devices: [/dev/net/tun]
secrets: [openvpn_creds]
environment:
@jhs88
jhs88 / private_fork.md
Created April 29, 2025 23:31 — forked from 0xjac/private_fork.md
Create a private fork of a public repository

The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.

The correct way of creating a private frok by duplicating the repo is documented here.

For this assignment the commands are:

  1. Create a bare clone of the repository. (This is temporary and will be removed so just do it wherever.)

git clone --bare git@github.com:usi-systems/easytrace.git

@jhs88
jhs88 / compose.ha-wyoming.yaml
Last active March 2, 2025 04:10
Docker Compose for Wyoming Models
services:
wyoming-whisper:
image: slackr31337/wyoming-whisper-gpu:latest
container_name: wyoming-whisper
hostname: wyoming-whisper
ports: [10300:10300]
environment:
MODEL: base-int8
LANGUAGE: en
COMPUTE_TYPE: int8
@jhs88
jhs88 / custom.omp.json
Created October 4, 2024 19:36
oh-my-posh Config
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#f8f8f2",
"foreground": "#21222c",
"style": "diamond",