mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2026-01-01 19:09:23 +00:00
Improve title on recipes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
description: A self-hosted internet archiving solution
|
||||
title: Archivebox - bookmark manager for your self-hosted stack
|
||||
---
|
||||
# Archivebox
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Run linuxserver bookstack in Docker
|
||||
title: How to run BookStack in Docker
|
||||
description: BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information. Here's how to integrate linuxserver's bookstack image into your Docker Swarm stack.
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
description: Duplicati - Yet another option to backup your exciting stuff. It's good to have options.
|
||||
title: Use Duplicati in Docker to backup to backblaze / b2 and friends
|
||||
description: Duplicati - Yet another boring option to backup your exciting stuff, especially to Backblaze / B2 - It's good to have options.
|
||||
---
|
||||
|
||||
# Duplicati
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
title: Use Duplicity in Docker to backup to backblaze / b2 and friends
|
||||
description: A boring recipe to backup your exciting stuff. Boring is good.
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
description: Real heroes backup their shizz!
|
||||
title: Use elkarbackup in Docker to backup to backblaze / b2 and friends
|
||||
description: ElkarBackup is a free open-source backup solution based on RSync/RSnapshot. It's basically a web wrapper around rsync/rsnapshot, which means that your backups are just files on a filesystem, utilising hardlinks for tracking incremental changes.
|
||||
---
|
||||
|
||||
# Elkar Backup
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
description: Ghost - Beautiful online publicatio (who you gonna call?)
|
||||
title: Blog with Ghost in Docker
|
||||
description: How to run the beautiful, publication-focused blogging engine "Ghost" using Docker
|
||||
---
|
||||
|
||||
# Ghost
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
description: Gitlab Runner - A gopher for GitLab
|
||||
title: How to run Gitlab Runner in Docker
|
||||
---
|
||||
|
||||
# Gitlab Runner
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
---
|
||||
title: How to run Gitlab in Docker
|
||||
---
|
||||
# GitLab
|
||||
|
||||
GitLab is a self-hosted [alternative to GitHub](https://about.gitlab.com/pricing/self-managed/feature-comparison/). The most common use case is (a set of) developers with the desire for the rich feature-set of GitHub, but with unlimited private repositories.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
description: Gollum - A recipe for your own git-based wiki. My preciousssss
|
||||
title: Run Gollum in Docker
|
||||
---
|
||||
|
||||
# Gollum
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
description: A self-hosted, hackable version of IFFTT / Zapier
|
||||
title: Run Huggin in Docker
|
||||
---
|
||||
|
||||
# Huginn
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
description: Automate your fake Instagram life with automated fakery!
|
||||
title: How to run InstaPy in Docker
|
||||
description: Automate your fake Instagram life with automated fakery using InstaPy in Docker
|
||||
---
|
||||
|
||||
# InstaPy
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: How to build an IPFS cluster in Docker
|
||||
description: IPFS is a peer-to-peer distributed file system that seeks to connect all computing devices with the same system of files. In some ways, IPFS is similar to the World Wide Web, but IPFS could be seen as a single BitTorrent swarm, exchanging objects within one Git repository.
|
||||
---
|
||||
# IPFS
|
||||
|
||||
!!! danger "This recipe is a work in progress"
|
||||
@@ -8,7 +12,7 @@ The intention of this recipe is to provide a local IPFS cluster for the purpose
|
||||
|
||||
{ loading=lazy }
|
||||
|
||||
Description. IPFS is a peer-to-peer distributed file system that seeks to connect all computing devices with the same system of files. In some ways, IPFS is similar to the World Wide Web, but IPFS could be seen as a single BitTorrent swarm, exchanging objects within one Git repository.
|
||||
IPFS is a peer-to-peer distributed file system that seeks to connect all computing devices with the same system of files. In some ways, IPFS is similar to the World Wide Web, but IPFS could be seen as a single BitTorrent swarm, exchanging objects within one Git repository.
|
||||
|
||||
## Ingredients
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
description: Get your personal kanban on!
|
||||
title: How to run Kanboard using Docker
|
||||
description: Run Kanboard with Docker to get your personal kanban on!
|
||||
---
|
||||
|
||||
# Kanboard
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: Integrate LDAP server with Keycloak for user federation
|
||||
description: Here's how we'll add an LDAP provider to our KeyCloak server for user federation.
|
||||
---
|
||||
# Authenticate KeyCloak against OpenLDAP
|
||||
|
||||
!!! warning
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
# Create KeyCloak Users
|
||||
---
|
||||
title: Create users in Keycloak
|
||||
description: Unless you plan to authenticate against an outside provider (OpenLDAP, below, for example_), you'll want to create some local users..
|
||||
---
|
||||
# Create Keycloak Users
|
||||
|
||||
!!! warning
|
||||
This is not a complete recipe - it's an optional component of the [Keycloak recipe](/recipes/keycloak/), but has been split into its own page to reduce complexity.
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
title: How to setup OIDC server in Docker with KeyCloak
|
||||
description: Kick-ass OIDC and identity management
|
||||
---
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: How to setup OIDC provider in KeyCloak
|
||||
description: Having an authentication provider is not much use until you start authenticating things against it! In order to authenticate against KeyCloak using OpenID Connect (OIDC), which is required for Traefik Forward Auth, we'll setup a client in KeyCloak...
|
||||
---
|
||||
# Add OIDC Provider to KeyCloak
|
||||
|
||||
!!! warning
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
description: Bazinga! Comic book management FTW!
|
||||
title: How to run Komga with Docker
|
||||
description: Run Komga under Docker Swarm in docker-compose syntax
|
||||
---
|
||||
|
||||
# Komga
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
description: A self-contained mailserver with spam-fighting friends
|
||||
title: Run postfix / dovecot with docker-mailserver
|
||||
description: A self-contained mailserver (postfix, dovecot) in Docker with spam-fighting friends (spamassassin, clamav)
|
||||
---
|
||||
|
||||
# Mail Server
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
description: A lightweight minimalist RSS reader
|
||||
title: Read RSS in peace with miniflux on Docker
|
||||
---
|
||||
|
||||
# Miniflux
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
description: Self-hosted S3-compatible object storage
|
||||
title: Run Minio on Docker (using compose format in swarm)
|
||||
description: How to run Minio's self-hosted S3-compatible object storage under Docker Swarm, using docker-compose v3 syntax
|
||||
---
|
||||
|
||||
# Minio
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
description: Share docs. Backup files. Share stuff.
|
||||
title: How to run Nextcloud in Docker (behind Traefik)
|
||||
description: We can now run Nextcloud in our Docker Swarm, with LetsEncrypt SSL termination handled by Traefik
|
||||
---
|
||||
|
||||
# NextCloud
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
description: Authenticate like it's 1990!
|
||||
title: Run OpenLDAP in Docker
|
||||
description: How to run an OpenLDAP server in Docker Swarm, with LDAP Account Manager. Authenticate like it's 1990!
|
||||
---
|
||||
|
||||
# OpenLDAP
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
description: Spy on yourself.
|
||||
title: Run OwnTracks under Docker
|
||||
---
|
||||
|
||||
# OwnTracks
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
---
|
||||
description: Easily index, search, and view archive all of your scanned dead-tree documents
|
||||
title: Run paperless-ngx under Docker
|
||||
description: Easily index, search, and view archive all of your scanned dead-tree documents with Paperless NGX, under Docker
|
||||
---
|
||||
|
||||
# Paperless NG
|
||||
# Paperless NGX
|
||||
|
||||
Paper is a nightmare. Environmental issues aside, there’s no excuse for it in the 21st century. It takes up space, collects dust, doesn’t support any form of a search feature, indexing is tedious, it’s heavy and prone to damage & loss. [^1] Paperless NG will OCR, index, and store data about your documents so they are easy to search and view, unlike that hulking metal file cabinet you have in your office.
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
description: Is that IP address in use?
|
||||
title: Run phpIPAM under Docker
|
||||
description: Is that IP address in use? Do some DHP / Discovery with phpIPAM under Docker
|
||||
---
|
||||
|
||||
# phpIPAM
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
description: A UI to make Docker less geeky
|
||||
title: Run Portainer in Docker Swarm (now with Dark Mode!)
|
||||
description: Portainer is a UI to make Docker less geeky, runs under Docker Swarm (and Kubernetes!) and most importantly, now supports dark mode!
|
||||
---
|
||||
|
||||
# Portainer
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
title: Realms is a git-based wiki, and it runs under Docker!
|
||||
description: A git-based wiki with auth and registration
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
description: Read-it-later, mate!
|
||||
title: Run Wallabag under Docker (compose), mate!
|
||||
---
|
||||
|
||||
# Wallabag
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
description: A self-hosted Trello
|
||||
title: Run Wekan under Docker
|
||||
---
|
||||
|
||||
# Wekan
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
description: Terminal in a browser, baby!
|
||||
title: Use wetty under Docker for SSH in the browser
|
||||
description: Use weTTY to run a terminal in a browser, baby!
|
||||
---
|
||||
|
||||
# Wetty
|
||||
|
||||
Reference in New Issue
Block a user