This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==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/") { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
OlderNewer