mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
Fix markdownlint, add Discourse page
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: Run Immich in Docker Swarm
|
||||
description: How to install your own immich instance using Docker Swarm
|
||||
status: new
|
||||
---
|
||||
|
||||
# Immich in Docker Swarm
|
||||
@@ -229,7 +230,7 @@ networks:
|
||||
|
||||
## Launch Immich!
|
||||
|
||||
Launch the Immich stack by running
|
||||
Launch the Immich stack by running
|
||||
|
||||
```bash
|
||||
docker stack deploy immich -c /var/data/config/immich/immich.yml
|
||||
@@ -237,7 +238,7 @@ docker stack deploy immich -c /var/data/config/immich/immich.yml
|
||||
|
||||
Now hit the URL you defined in your config, and you should be prompted to create your first (admin) account, after which you can login (*with the details you just created*), and start admin-ing. Install a mobile app, connect using the same credentials, and start backing up all your photos!
|
||||
|
||||
## Summary
|
||||
## Summary
|
||||
|
||||
What have we achieved? We have an HTTPS-protected endpoint to target with the native mobile apps, allowing us to backup photos from mobile devices and have them become searchable, shareable, and browseable via a beautiful, Google Photos-esque interface!
|
||||
|
||||
@@ -254,4 +255,4 @@ Sponsors have access to a [Premix](/premix/) playbook, which will set up Immich
|
||||
--8<-- "recipe-footer.md"
|
||||
|
||||
[^1]: "wife-insurance": When the developer's wife is a primary user of the platform, you can bet he'll be writing quality code! :woman: :material-karate: :man: :bed: :cry:
|
||||
[^2]: There's a [friendly Discord server](https://discord.com/invite/D8JsnBEuKb) for Immich too!
|
||||
[^2]: There's a [friendly Discord server](https://discord.com/invite/D8JsnBEuKb) for Immich too!
|
||||
|
||||
@@ -14,7 +14,7 @@ So you've just watched a bunch of superhero movies, and you're suddenly inspired
|
||||
There's a [public demo available](https://www.kavitareader.com/#demo) too!
|
||||
|
||||
--8<-- "recipe-standard-ingredients.md"
|
||||
* [X] [AutoPirate](/recipes/autopirate/) components (*specifically [Mylar](/recipes/autopirate/mylar/)*), for searching for, downloading, and managing comic books
|
||||
*[X] [AutoPirate](/recipes/autopirate/) components (*specifically [Mylar](/recipes/autopirate/mylar/)*), for searching for, downloading, and managing comic books
|
||||
|
||||
## Preparation
|
||||
|
||||
|
||||
@@ -164,7 +164,7 @@ Once your user is created, to set their password, click on the "**Credentials**"
|
||||
|
||||
Keycloak can be used with Traefik in two ways..
|
||||
|
||||
#### Keycloak behind Traefik
|
||||
#### Keycloak behind Traefik
|
||||
|
||||
You'll notice that the docker compose example above includes labels for both Traefik v2 and Traefik v2. You obviously don't need both (*although it wont't hurt*), but make sure you update the example domain in the Traefik labels. Keycloak should work behind Traefik without any further customization.
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Harbor
|
||||
|
||||
harbor
|
||||
harbor
|
||||
|
||||
@@ -1 +1 @@
|
||||
# Istio with Harbor
|
||||
# Istio with Harbor
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: Install Mastodon in Kubernetes
|
||||
description: How to install your own Mastodon instance using Kubernetes
|
||||
status: new
|
||||
---
|
||||
|
||||
# Install Mastodon in Kubernetes
|
||||
|
||||
Reference in New Issue
Block a user