-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
99 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,47 @@ | ||
name: heimdall | ||
services: | ||
heimdall: | ||
container_name: heimdall | ||
deploy: | ||
resources: | ||
reservations: | ||
memory: 128M | ||
environment: | ||
- PGID=1000 | ||
- PUID=1000 | ||
- TZ=Asia/Shanghai | ||
image: linuxserver/heimdall:latest | ||
ports: | ||
- target: 80 | ||
published: "80" | ||
protocol: tcp | ||
restart: unless-stopped | ||
volumes: | ||
- type: bind | ||
source: /DATA/AppData/$AppID/config | ||
target: /config | ||
network_mode: bridge | ||
privileged: false | ||
x-casaos: | ||
architectures: | ||
- amd64 | ||
- arm64 | ||
main: heimdall | ||
category: WEB | ||
author: Cp0204 | ||
developer: heimdall.site | ||
icon: https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/heimdall/icon.png | ||
screenshot_link: | ||
- https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/heimdall/screenshot-1.png | ||
description: | ||
en_us: As the name suggests Heimdall Application Dashboard is a dashboard for all your web applications. It doesn't need to be limited to applications though, you can add links to anything you like. Heimdall is an elegant solution to organise all your web applications. | ||
zh_cn: 顾名思义,Heimdall Application Dashboard 是一个用于显示所有网络应用程序的仪表盘。但它并不局限于应用程序,你可以添加任何你喜欢的链接。 Heimdall 是组织所有网络应用程序的优雅解决方案。 | ||
tagline: | ||
en_us: An Application dashboard and launcher | ||
zh_cn: 应用程序面板和启动器 | ||
title: | ||
en_us: Heimdall | ||
zh_cn: Heimdall | ||
port_map: '80' | ||
scheme: http | ||
index: / |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,50 @@ | ||
name: homepage | ||
services: | ||
homepage: | ||
container_name: homepage | ||
deploy: | ||
resources: | ||
reservations: | ||
memory: 128M | ||
environment: | ||
- PGID=1000 | ||
- PUID=1000 | ||
image: ghcr.io/gethomepage/homepage:latest | ||
ports: | ||
- target: 3000 | ||
published: "3000" | ||
protocol: tcp | ||
restart: unless-stopped | ||
volumes: | ||
- type: bind | ||
source: /DATA/AppData/$AppID/config | ||
target: /app/config | ||
- type: bind | ||
source: /var/run/docker.sock | ||
target: /var/run/docker.sock | ||
network_mode: bridge | ||
privileged: false | ||
x-casaos: | ||
architectures: | ||
- amd64 | ||
- arm | ||
- arm64 | ||
main: homepage | ||
category: WEB | ||
author: Cp0204 | ||
developer: benphelps | ||
icon: https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/homepage/icon.png | ||
screenshot_link: | ||
- https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/homepage/screenshot-1.png | ||
description: | ||
en_us: 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. | ||
zh_cn: 一个现代化的、完全静态的、快速的、安全的、完全代理的、高度可定制的应用程序仪表板,集成了100多种服务和多种语言的翻译。通过YAML文件或Docker标签发现轻松配置。 | ||
tagline: | ||
en_us: A highly customizable homepage | ||
zh_cn: 高度可定制的主页 | ||
title: | ||
en_us: homepage | ||
zh_cn: homepage | ||
port_map: '3000' | ||
scheme: http | ||
index: / |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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