1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-07-04 14:57:46 +02:00

cross-links and parent entries for docker added

This commit is contained in:
tiyn 2025-07-03 13:54:55 +02:00
parent 2c0bc5f3dc
commit 8cb32856e2
5 changed files with 32 additions and 7 deletions

View File

@ -21,6 +21,11 @@ Set the following variables with the -e tag.
| ---------- | ------------- | ------- |
| `/name/` | /description/ | |
<!-- ### 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.

View File

@ -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

View File

@ -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.

9
wiki/immich.md Normal file
View File

@ -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).

9
wiki/pictures.md Normal file
View File

@ -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).