From 8cb32856e2777c61bc82a319c71897acc85ea63b Mon Sep 17 00:00:00 2001 From: tiyn Date: Thu, 3 Jul 2025 13:54:55 +0200 Subject: [PATCH] cross-links and parent entries for docker added --- templates/docker-compose.md | 5 +++++ wiki/docker/immich-app_-_immich-server.md | 9 +++------ wiki/docker/wabayang_-_jelu.md | 7 ++++++- wiki/immich.md | 9 +++++++++ wiki/pictures.md | 9 +++++++++ 5 files changed, 32 insertions(+), 7 deletions(-) create mode 100644 wiki/immich.md create mode 100644 wiki/pictures.md diff --git a/templates/docker-compose.md b/templates/docker-compose.md index 5773620..8f5cb8a 100644 --- a/templates/docker-compose.md +++ b/templates/docker-compose.md @@ -21,6 +21,11 @@ Set the following variables with the -e tag. | ---------- | ------------- | ------- | | `/name/` | /description/ | | + + + + + ### Ports Set the following ports in the `ports:` section. diff --git a/wiki/docker/immich-app_-_immich-server.md b/wiki/docker/immich-app_-_immich-server.md index f5a6a6a..8ff8c33 100644 --- a/wiki/docker/immich-app_-_immich-server.md +++ b/wiki/docker/immich-app_-_immich-server.md @@ -1,6 +1,6 @@ # immich-app - immich-server -This is a [Docker](/wiki/docker.md) container for a /service/ server. +This is a [Docker](/wiki/docker.md) container for a [immich](/wiki/immich.md) server. The official container and documentation was made by [immich](https://github.com/immich-app/immich). This docker-rebuild is made up by a `docker-compose.yml` file. @@ -17,11 +17,8 @@ Change the settings according to your needs and run `./rebuild.sh` afterwards. ### Environment-variables -Set the following variables with the -e tag. - -| Name | Usage | Default | -| ---------- | ------------- | ------- | -| `/name/` | /description/ | | +The environment variables are set via the `.env` file and listed in the +[corresponding section](#env). ### Ports diff --git a/wiki/docker/wabayang_-_jelu.md b/wiki/docker/wabayang_-_jelu.md index 1c30e62..0f80583 100644 --- a/wiki/docker/wabayang_-_jelu.md +++ b/wiki/docker/wabayang_-_jelu.md @@ -1,6 +1,6 @@ # wabayang - jelu -This is a [Docker](/wiki/docker.md) container for a Jelu server. +This is a [Docker](/wiki/docker.md) container for a [Jelu](/wiki/jelu.md) server. The official container and documentation was made by [wabayang](https://github.com/bayang/jelu). This docker-rebuild is made up by a `docker-compose.yml` file. @@ -10,6 +10,11 @@ This docker-rebuild is made up by a `docker-compose.yml` file. Create the files `rebuild.sh` and `docker-compose.yml` at the same place. Change the settings according to your needs and run `./rebuild.sh` afterwards. +### Environment-variables + +The environment variables are set via the `.env` file and listed in the +[corresponding section](#env). + ### Ports Set the following ports in the `ports:` section. diff --git a/wiki/immich.md b/wiki/immich.md new file mode 100644 index 0000000..95e80f4 --- /dev/null +++ b/wiki/immich.md @@ -0,0 +1,9 @@ +# Immich + +[Immich](https://immich.app/) is a management software for [digital images](/wiki/images.md). + +## Setup + +The software can be setup via [Docker](/wiki/docker.md) with the +[immich-app image](/wiki/docker/immich-app_-_immich-server.md). + diff --git a/wiki/pictures.md b/wiki/pictures.md new file mode 100644 index 0000000..bb0ad35 --- /dev/null +++ b/wiki/pictures.md @@ -0,0 +1,9 @@ +# Image + +An image is a visual representation. +This section focusses mostly on digital images. + +## Management + +Digital images can be stored and managed. +A software that has a similar look and feel to Google Photos is [Immich](/wiki/immich.md).