-
-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1693 from dragonandy/addhomepage
Add homepage
- Loading branch information
Showing
11 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
services: | ||
homepage: | ||
image: ghcr.io/gethomepage/homepage:${HOMEPAGE_TAG} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
services: | ||
homepage: | ||
image: ghcr.io/gethomepage/homepage:${HOMEPAGE_TAG} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
services: | ||
homepage: | ||
image: ghcr.io/gethomepage/homepage:${HOMEPAGE_TAG} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
services: | ||
homepage: | ||
hostname: ${DOCKERHOSTNAME} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
services: | ||
homepage: | ||
labels: | ||
com.dockstarter.appinfo.deprecated: "false" | ||
com.dockstarter.appinfo.description: "A highly customizable application dashboard with integrations for over 100 services" | ||
com.dockstarter.appinfo.nicename: "homepage" | ||
com.dockstarter.appvars.homepage_enabled: "false" | ||
com.dockstarter.appvars.homepage_network_mode: "host" | ||
com.dockstarter.appvars.homepage_port_3000: "3000" | ||
com.dockstarter.appvars.homepage_restart: "unless-stopped" | ||
com.dockstarter.appvars.homepage_tag: "latest" | ||
com.dockstarter.appvars.homepage_docker_intergrate: "/var/run/docker.sock" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
services: | ||
homepage: | ||
network_mode: ${HOMEPAGE_NETWORK_MODE} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
services: | ||
homepage: | ||
ports: | ||
- ${HOMEPAGE_PORT_3000}:3000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
services: | ||
homepage: | ||
image: ghcr.io/gethomepage/homepage:${HOMEPAGE_TAG} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
services: | ||
homepage: | ||
container_name: homepage | ||
environment: | ||
- PGID=${PGID} | ||
- PUID=${PUID} | ||
- TZ=${TZ} | ||
logging: | ||
driver: json-file | ||
options: | ||
max-file: ${DOCKERLOGGING_MAXFILE} | ||
max-size: ${DOCKERLOGGING_MAXSIZE} | ||
restart: ${HOMEPAGE_RESTART} | ||
volumes: | ||
- /etc/localtime:/etc/localtime:ro | ||
- ${HOMEPAGE_DOCEKR_INTERGRATE}:/var/run/docker.sock | ||
- ${DOCKERCONFDIR}/homepage:/app/config | ||
- ${DOCKERSTORAGEDIR}:/storage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Homepage | ||
|
||
[![Image Size](https://ghcr-badge.egpl.dev/gethomepage/homepage/size?color=%2344cc11&tag=latest&label=image+size&trim=)](https://github.com/gethomepage/homepage/pkgs/container/homepage) | ||
[![GitHub Stars](https://img.shields.io/github/stars/gethomepage/homepage?style=flat-square&color=607D8B&label=github%20stars&logo=github)](https://github.com/bastienwirtz/Homepage) | ||
[![Compose Templates](https://img.shields.io/static/v1?style=flat-square&color=607D8B&label=compose&message=templates)](https://github.com/GhostWriters/DockSTARTer/tree/master/compose/.apps/homepage) | ||
|
||
## Description | ||
|
||
[Homepage](https://github.com/bastienwirtz/Homepage) is a modern, fully static, fast, secure fully proxied, highly customizable application dashboard with integrations for over 100 services and translations into multiple languages. Easily configured via YAML files or through docker label discovery. . | ||
|
||
## Install/Setup | ||
|
||
Refer to the following pages for detailed instructions: | ||
|
||
- [Homepage Docker Installation](https://gethomepage.dev/latest/installation/docker/) | ||
- [Homepage Configs](https://gethomepage.dev/latest/configs/) | ||
|
||
Docker integration is enabled in the setting label by default, you can disable by remove the `HOMEPAGE_DOCEKR_INTERGRATE` enviroment variable. | ||
|
||
### Using Environment Secrets | ||
|
||
#### You can also include environment variables in your config files to protect sensitive information | ||
|
||
Note: | ||
|
||
- Environment variables must start with HOMEPAGE_VAR_ or HOMEPAGE_FILE_ | ||
- The value of env var HOMEPAGE_VAR_XXX will replace {{HOMEPAGE_VAR_XXX}} in any config | ||
- The value of env var HOMEPAGE_FILE_XXX must be a file path, the contents of which will be used to replace {{HOMEPAGE_FILE_XXX}} in any config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters