Nextcloud Collabora CODE server

Nextcloud Nextcloud “A selfhostable open source cloud / productivity suite”. I wanted to try using nextcloud. For the live editing document and spreadsheet functionality i needed to host a Collabora CODE Server This only needs to run when i use it, and preferably not incur any costs when not, so i decided to run it on fly.io, which has automatic shutdown. The required config was very short, and its runs very well....

August 27, 2025 · 1 min · Ask Blaker

Friendica traefik docker compose

Friendica Friendica “A Decentralized Social Network”. I wanted to try friendica, but it seems quite difficult to try without having every setting complitely corect. This compose will make it possible to just try ut with localhost, and use mailhog so you dont need a correct working email as well. Set a A record for your domain pointing to the ip address where you are running this (e.g. friendica.yourdomain.com). Add an ....

June 2, 2025 · 1 min · Ask Blaker

Exposing homelab services publicly

Components wireguard “WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. " caddy " ‘The Ultimate Server’ - makes your sites more secure, more reliable, and more scalable than any other solution.” docker “Accelerate how you build, share, and run applications. Docker helps developers build, share, run, and verify applications anywhere — without tedious environment configuration or management....

May 14, 2024 · 4 min · Ask Blaker

fooocus ollama open-webui docker compose

Components ollama “Get up and running with large language models. Run Llama 2, Code Llama, and other models. Customize and create your own.” open-webui “Open WebUI is an extensible, feature-rich, and user-friendly self-hosted WebUI designed to operate entirely offline. It supports various LLM runners, including Ollama and OpenAI-compatible APIs.” fooocus “Fooocus is an image generating software, similar to stable diffusion with focus on ease of use” labmdalabs “On-demand & reserved cloud NVIDIA GPUs for AI training & inference....

April 2, 2024 · 3 min · Ask Blaker

Guacamole traefik docker compose

Guacamole Guacamole “Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.” Set a A record for your domain pointing to the ip address where you are running this (e.g. guacamole.yourdomain.com). Add an .env file and a compose.yml Run $docker compose up -d .env DOMAIN=my-domain.com EMAIL=myemail@example-domain.com compose.yml services: traefik: image: "traefik:v2.10.5" container_name: traefik command: #- --log.level=DEBUG #- --accesslog=true #- --accesslog.filePath=/logs/access.log - --entrypoints.web.address=:80 - --entrypoints....

November 5, 2023 · 2 min · Ask Blaker