diff --git a/docs/docker/homarr.md b/docs/docker/homarr.md index efbd90e..f0e7558 100755 --- a/docs/docker/homarr.md +++ b/docs/docker/homarr.md @@ -1,12 +1,12 @@ # Homarr - дашборд для быстрого доступа к сервисам. -[![](https://img.shields.io/github/stars/ajnart/homarr?label=%E2%AD%90%20Stars)](https://github.com/ajnart/homarr) -[![](https://img.shields.io/github/v/release/ajnart/homarr?label=%F0%9F%9A%80%20Release)](https://github.com/ajnart/homarr/releases/latest) +[![](https://img.shields.io/github/stars/ajnart/homarr?label=%E2%AD%90%20Stars&style=flat-square)](https://github.com/ajnart/homarr) +[![](https://img.shields.io/github/v/release/ajnart/homarr?label=%F0%9F%9A%80%20Release&style=flat-square)](https://github.com/ajnart/homarr/releases/latest) [![](https://img.shields.io/badge/Demo-purple)](https://demo.homarr.dev/ru) -Современная панель управления домашней лабой. Позваоляет видеть все, что поднято. - +Современная панель управления домашней лабой. Позволяет видеть все, что поднято. +![](../images/docker/homarr.png) ## Запуск через Docker diff --git a/docs/docker/homepage.md b/docs/docker/homepage.md new file mode 100644 index 0000000..2544025 --- /dev/null +++ b/docs/docker/homepage.md @@ -0,0 +1,27 @@ +# Homepage + +[![](https://img.shields.io/github/stars/gethomepage/homepage?label=%E2%AD%90%20Stars&style=flat-square)](https://github.com/gethomepage/homepage) +[![](https://img.shields.io/github/v/release/gethomepage/homepage?label=%F0%9F%9A%80%20Release&style=flat-square)](https://github.com/gethomepage/homepage/releases/latest) + +Современная, полностью статичная, быстрая, безопасная, полностью прокси-серверная, легко настраиваемая панель управления приложениями с интеграцией более чем 100 сервисов и переводом на несколько языков. Легко настраивается с помощью файлов YAML или с помощью обнаружения меток Docker. + +![](../images/docker/homepage-1.png) + +## Запуск через Docker Compose + +```yaml +version: "3.3" +services: + homepage: + image: ghcr.io/gethomepage/homepage:latest + container_name: homepage + environment: + PUID: 1000 #-- optional, your user id + PGID: 1000 #-- optional, your group id + ports: + - 3000:3000 + volumes: + - /path/to/config:/app/config # Make sure your local config directory exists + - /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations + restart: unless-stopped +``` \ No newline at end of file diff --git a/docs/images/docker/homarr.png b/docs/images/docker/homarr.png new file mode 100644 index 0000000..20dc09e Binary files /dev/null and b/docs/images/docker/homarr.png differ diff --git a/docs/images/docker/homepage-1.png b/docs/images/docker/homepage-1.png new file mode 100644 index 0000000..63ba45f Binary files /dev/null and b/docs/images/docker/homepage-1.png differ diff --git a/mkdocs.yml b/mkdocs.yml index 58fb1a8..96d9539 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -25,6 +25,7 @@ nav: - Grafana+Prometheus: docker/grafana-prometheus.md - HandBrake: docker/handbrake.md - Homarr: docker/homarr.md + - Homepage: docker/homepage.md - Linx Server: docker/linx-server.md - MotionEye: docker/motioneye.md - Nextcloud: