Weekly Shaarli
Week 18 (April 27, 2020)
Pico is a flat file CMS, this means there is no administration backend and database to deal with. You simply create .md files in the
Adding two factor authentication to your ssh server.
A Docker Swarm Stack for monitoring Traefik with Promethues and Grafana - vegasbrianc
📨 A fully featured open source mail delivery platform for incoming & outgoing e-mail - postalhq
free disk space and disk usage calculator
When I had this problem, it was a DNS problem. Traefik was trying to connect to the wrong IP address - an IP address that was on a network with no access from traefik.
Setting providers.docker.network solved my problem - but careful, you need to use the full network name as visible with docker network ls (in my case it was pi_traefik-web - for you it should be traefik_proxy).
In theory, you could also set the label traefik.docker.network=traefik_proxy to your nextcloud-app service.
This problem can be diagnosed through the traefik dashboard: look for the network ip a specific service is assigned -- does it show the 'public' network compatible ip?
"Semantic Line Breaks describe a set of conventions for using insensitive vertical whitespace to structure prose along semantic boundaries."
This in-depth docker tutorial will show you how to set up a Docker Home Server with Traefik 2 reverse proxy, LetsEncrypt, and Google OAuth.
This guide introduces Prometheus and outlines how to integrate metrics into an existing applications for both operational and business insights with Docker
A more intuitive version of du in rust. Similar to ncdu
The Grymoire - Tutorial on the SED stream editor.
Inspired by the success of my Awk One-Liners Explained article (30,000 views in first three days), I decided to explain sed one-liners as well. These one-liners, just like the Awk one-liners, were compiled by Eric Pement. You can download them here – sed one-liners (link to .txt file). Most people are only familiar...
Trap bots in an endless loop -- but you have to run ssh on a different port to your usual
Since my Nextcloud server was behind an Nginx proxy, it didn’t know that the base URL should start with ‘https’. This fixes that:
'overwriteprotocol' => 'https',
Anyone else curious about this configuration option should check this section of the docs 89.
Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make ricers happy. Maybe a...
Minimal frontend framework for javascript
Fast, simple, and enough for simple portfolio etc websites?
This is probably a terrible idea…
sed cheatsheet -- containing the four sed spaces (input stream, output stream, pattern space, hold buffer) and what commands change in them
The Nim programming language is a concise, fast programming language that compiles to C, C++ and JavaScript.