Skip to content

Instantly share code, notes, and snippets.

@SunRed
SunRed / nextcloud.conf
Last active November 30, 2020 11:09 — forked from fennb/gist:1283573
nginx microcaching config example for a Nextcloud instance behind a proxy (E.g. Nextcloud on Raspberry Pi tunnelled through WireGuard to a public server)
# Set cache dir
proxy_cache_path /var/cache/nginx levels=1:2
keys_zone=microcache:5m max_size=1000m;
# Virtualhost/server configuration
server {
listen 443;
listen [::]:443;
server_name yourhost.domain.com;
@SunRed
SunRed / userChrome.css
Last active June 14, 2018 19:00 — forked from Spaenny/userContent.css
Making Firefox Quantum dark
/*
Author: SpennyTF
Contributor: SunRed
How to install:
Just put the file under
%appdata%/Mozilla/Firefox/Profiles/<YOURPROFILE>/chrome/userChrome.css
You might have to create the chrome folder.
*/