Skip to content

Instantly share code, notes, and snippets.

View GGLinnk's full-sized avatar

Gabriel Grondin GGLinnk

View GitHub Profile
@GGLinnk
GGLinnk / miro.com-dark.css
Last active June 13, 2023 21:58
GGLinnk's W.I.P Dark Theme for miro.com
/* ==UserStyle==
@name GGLinnk's Dark Theme for miro.com
@version 20230614.00.00
@namespace gglinnk.virtualworld.fr
@description This is a W.I.P. dark theme for miro.com that totally IGNORE the css name mangle.
Tested on Firefox with Stylus.
@author GGLinnk
@license CC BY-NC-SA - Creative Commons Attribution-NonCommercial-ShareAlike
==/UserStyle== */
@-moz-document url-prefix("https://miro.com/app/board/") {
@GGLinnk
GGLinnk / docker-compose.keepmount.yml
Last active May 30, 2025 23:27
Keep mounted docker hard drives. Avoid heavy (re/un)mount on image/stacks updates. (Paranoid)
services:
keepmount:
image: gcr.io/google-containers/pause:3.2 # Or any looping lightweight image.
container_name: keepmount
restart: always
# Mount volumes read-only
volumes:
- keepmount:/mnt/keepmount:ro