Skip to content

Instantly share code, notes, and snippets.

View euterklaas's full-sized avatar

euterklaas euterklaas

View GitHub Profile
@euterklaas
euterklaas / docker-compose.yml
Created December 5, 2023 14:33
Deploy Vikunja behind lucaslorentz/caddy-docker-proxy
version: '3'
services:
api:
image: vikunja/api
environment:
VIKUNJA_DATABASE_HOST: db
VIKUNJA_DATABASE_PASSWORD: password
VIKUNJA_DATABASE_TYPE: mysql
VIKUNJA_DATABASE_USER: vikunja
@euterklaas
euterklaas / gist:16ee98f58f1a5a533d03b42dc49e4485
Created December 18, 2019 11:18
Deploy AWX behind a proxy with own images and https
Tested this deployment with AWX 7 and updated to version 9.1. The following file needs some modifications:
awx/installer/roles/image_build/files/Dockerfile.sdist:
FROM centos:7
RUN yum -y update && yum -y install epel-release && yum -y install https://centos7.iuscommunity.org/ius-release.rpm
RUN yum install -y bzip2 \
gcc-c++ \
@euterklaas
euterklaas / .vimrc
Created February 2, 2017 20:23
vimrc
syntax on
set nu
"set autoindent
"set expandtab
"set shiftwidth=4
"set softtabstop=4
set colorcolumn=81
set tabstop=4
set shiftwidth=4
set expandtab
@euterklaas
euterklaas / compton.conf
Created January 30, 2017 11:08
Compton
# Thank you code_nomad: http://9m.no/ꪯ鵞
#################################
#
# Backend
#
#################################
# Backend to use: "xrender" or "glx".
# GLX backend is typically much faster but depends on a sane driver.
@euterklaas
euterklaas / config
Last active March 6, 2017 20:24
i3wm Config
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout some time, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4)
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!