83 private links
This guide introduces Prometheus and outlines how to integrate metrics into an existing applications for both operational and business insights with Docker
A Docker Swarm Stack for monitoring Traefik with Promethues and Grafana - vegasbrianc
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.
📨 A fully featured open source mail delivery platform for incoming & outgoing e-mail - postalhq
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?
This is probably a terrible idea…
Awesome traefik 2.0 explanation using docker (compose)
The 2019 edition is out! Utilising Snapraid, MergerFS, Docker, Ubuntu, ZFS and Proxmox the Perfect Media Server is back and ready to serve (your media).
CodiMD - Realtime collaborative markdown notes on all platforms. - codimd
A guide to navigating of the competitive marketplace of web hosting companies and cloud service providers.
Problem:
-
hetzner is cheap, but only supplies 20GB SSD space; its storage is block-storage and relatively pricey (~5€ for 50gb)
-
nextcloud works with object storage -- we can get much cheaper storage solutions through this
-
Wasabi is a cheap object storage solution (1TB for 5€)
-
Contabo is a cheap VPS hosting solution (faster than hetzner, 4core cpu, 8gb ram and 200gb ssd for 4,99€; or 300gb hdd for 3,99 w/2cores,4g ram)
-
Migrate over to contabo + wasabi
A methodology for building modern, scalable, maintainable software-as-a-service apps.
- Dokku -- really small quick and painless setup, single instance hosting, get up running in minutes and deploy containerized apps with simple git push. Awesome for tiny to small projects.
- Flynn -- slightly bigger and more involved, can scale to multiple servers by creating its own cluster, interaction is similar to dokku (i think) -- DEAD
- Rack -- most similar to heroku, I am not sure if complete self-hosting is possible; but follows simple deployment model and allows full use of 12factor apps
- Porter -- built for Kubernetes, seems more involved not sure about corporate backing or community involvement
The fastest wiki and knowledge base for growing teams. Beautiful, feature rich, markdown compatible and open source. - outline
Simple, GDPR compliant website analytics, no cookie notice required. No tracking or storing personal data of your users.
Git with a cup of tea, painless self-hosted git service - go-gitea
(fork of gogs with more advancements)