Skip to content

Commit

Permalink
add Heimdall&homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Cp0204 committed Dec 5, 2023
1 parent 5e608b7 commit 67c2a34
Show file tree
Hide file tree
Showing 7 changed files with 99 additions and 0 deletions.
47 changes: 47 additions & 0 deletions Apps/heimdall/docker-compose.yml
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: /
Binary file added Apps/heimdall/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/heimdall/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions Apps/homepage/docker-compose.yml
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: /
Binary file added Apps/homepage/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/homepage/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ If you think this project is helpful to you, you can give me a little support. T
| ![frps](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/frps/icon.png) | [frps](./Apps/frps) | A fast reverse proxy server that helps you expose a local server to the internet. It provides client authentication and supports multiple protocols.<br>一个快速的反向代理服务器,可以帮助您将本地服务器暴露到互联网。它提供客户端认证并支持多种协议。 |
| ![Gopeed](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/gopeed/icon.png) | [Gopeed](./Apps/gopeed) | Gopeed (full name Go Speed) is a high-speed downloader developed by Golang + Flutter. It supports (HTTP, BitTorrent, Magnet) protocols and is compatible with all platforms. In addition to basic download functions, Gopeed is highly customizable, supporting additional features through API integration or by installing and developing extensions.<br>Gopeed(全称 Go Speed)是一款由 Golang + Flutter 开发的高速下载器,支持(HTTP、BitTorrent、Magnet)协议下载,并且支持全平台使用。除了基本的下载功能外,Gopeed 还是一款高度可定制化的下载器,支持通过对接 APIs 或者安装和开发扩展来实现更多的功能。 |
| ![Gotify](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/Gotify/icon.png) | [Gotify](./Apps/Gotify) | A self-hosted push notification service written in Go. It simplifies the sending and receiving of push notifications over multiple platforms.<br>一个使用Go编写的自托管推送通知服务。它简化了在多个平台上发送和接收推送通知的过程。 |
| ![Heimdall](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/heimdall/icon.png) | [Heimdall](./Apps/heimdall) | 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.<br>顾名思义,Heimdall Application Dashboard 是一个用于显示所有网络应用程序的仪表盘。但它并不局限于应用程序,你可以添加任何你喜欢的链接。 Heimdall 是组织所有网络应用程序的优雅解决方案。 |
| ![homepage](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/homepage/icon.png) | [homepage](./Apps/homepage) | 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.<br>一个现代化的、完全静态的、快速的、安全的、完全代理的、高度可定制的应用程序仪表板,集成了100多种服务和多种语言的翻译。通过YAML文件或Docker标签发现轻松配置。 |
| ![Komga](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/komga/icon.png) | [Komga](./Apps/komga) | Komga is a versatile platform that provides a responsive web UI for effortless browsing of libraries, series, and books across various devices. Users can efficiently organize their libraries using collections and read lists, while also having the ability to edit metadata for series and books.<br>Komga 是一个多功能平台,提供了响应式的 Web UI,让用户能够轻松浏览图书馆、系列和图书,适用于桌面、平板和手机等多种设备。用户可以通过集合和阅读列表高效地组织图书馆,同时还可以编辑系列和图书的元数据。该平台提供了具有多种阅读模式的 Web 阅读器,确保用户流畅的阅读体验。 |
| ![KPlayer](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/KPlayer/icon.png) | [KPlayer](./Apps/KPlayer) | KPlayer can help you quickly perform looped live streaming of video resources on the server, simply customize the configuration file to enable live streaming.<br>KPlayer 可以帮助你快速在服务器上进行视频资源的循环直播推流,只需要简单修改配置文件即可开启直播推流。 |
| ![LanCache](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/lancache/icon.png) | [LanCache](./Apps/lancache) | Make the most of your network. Get more play for your gamers. Download your games once and serve them out to many people at your LAN. The principle is to set up the NAS as a DNS server, hijack HTTP traffic to the NAS, cache the downloaded game files, and distribute them at high speed by the NAS when downloading again.<br>充分利用您的网络,为玩家带来更多乐趣。只需下载一次游戏,就可以向局域网中其他设备提供缓存高速下载。其原理是把NAS设为DNS服务器,劫持HTTP流量到NAS,缓存下载过的游戏文件,再次下载时由NAS高速分发。 |
Expand Down

0 comments on commit 67c2a34

Please sign in to comment.