Compare commits
30 Commits
e146962b73
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e37cd4c5e9 | |||
| b929a2c86e | |||
| df2330289d | |||
| 65f27c2e08 | |||
| da477bdfa8 | |||
| e134bc8b6d | |||
| 9576e22186 | |||
| 455f127943 | |||
| ac6a2ae836 | |||
| b36abaf4f4 | |||
| fcb1977364 | |||
| 9bfc4814c0 | |||
| 0d53948029 | |||
| bcaf81c51e | |||
| e168d1e9d0 | |||
| d83de437b7 | |||
| 289ff7a0ae | |||
| 29e8b9d526 | |||
| 57828fc352 | |||
| 593dfe164e | |||
| e89e4f5be9 | |||
| b6c80413fe | |||
| 40f194a233 | |||
| 1bc56d5075 | |||
| 4cf0bef440 | |||
| 7f9e9d6a46 | |||
| 5eb18b095c | |||
| 51879ace08 | |||
| ee9f7f0a0b | |||
| 8c8eeb260e |
19
.drone.yml
19
.drone.yml
@@ -1,25 +1,26 @@
|
||||
kind: pipeline
|
||||
name: deploy-homer
|
||||
type: docker
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
include:
|
||||
|
||||
- push
|
||||
|
||||
steps:
|
||||
- name: deploy
|
||||
image: cr.wks/drone/drone-rsync:latest
|
||||
image: drillster/drone-rsync:latest
|
||||
settings:
|
||||
hosts: ["ebin01.wks"]
|
||||
hosts:
|
||||
- host.containers.internal
|
||||
source: ./
|
||||
target: /data/raid1-ssd/app-data/homer-assets/
|
||||
user: admini
|
||||
key:
|
||||
args: --delete-excluded
|
||||
exclude: [ ".git*" ]
|
||||
target: /home/podman/.local/share/containers/storage/volumes/homer-assets/_data/
|
||||
user: podman
|
||||
key:
|
||||
from_secret: ssh
|
||||
command_timeout: 2m
|
||||
|
||||
@@ -1 +1 @@
|
||||
[](http://drone.service.nr5/chaos/homer-assets)
|
||||
[](http://drone.chaos/chaos/homer-assets)
|
||||
|
||||
97
config.yml
97
config.yml
@@ -2,7 +2,7 @@
|
||||
# Homepage configuration
|
||||
# See https://fontawesome.com/v5/search for icons options
|
||||
|
||||
title: "Nummer5"
|
||||
title: "Chaos"
|
||||
subtitle: "Homer"
|
||||
logo: "logo.png"
|
||||
# icon: "fas fa-skull-crossbones" # Optional icon
|
||||
@@ -68,32 +68,6 @@ links:
|
||||
# First level array represent a group.
|
||||
# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed).
|
||||
services:
|
||||
- name: "Cluster"
|
||||
icon: "fas fa-cloud"
|
||||
items:
|
||||
- name: "Nomad"
|
||||
logo: "https://training.play-with-nomad.com/images/nomad-logo.png"
|
||||
#subtitle: "Bookmark example"
|
||||
tag: "app"
|
||||
keywords: "self hosted nomad"
|
||||
url: "http://nomad.service.nr5"
|
||||
target: "_blank" # optional html a tag target attribute
|
||||
- name: "Consul"
|
||||
logo: "https://listimg.pinclipart.com/picdir/s/331-3314000_consul-picture-hashicorp-consul-icon-clipart.png"
|
||||
#subtitle: "Another application"
|
||||
tag: "app"
|
||||
url: "http://consul.service.nr5"
|
||||
- name: "Traefik"
|
||||
#logo: "assets/tools/sample2.png"
|
||||
logo: "https://d33wubrfki0l68.cloudfront.net/e29410f43273a18d40e1bd6e41641f5afdfc8057/eb7ca/traefik.logo.png"
|
||||
#subtitle: "Another application"
|
||||
tag: "app"
|
||||
url: "http://traefik.service.nr5"
|
||||
- name: "Apt-cache"
|
||||
#logo: "assets/tools/sample2.png"
|
||||
icon: "fas fa-database"
|
||||
tag: "app"
|
||||
url: "http://apt-cache.service.nr5/acng-report.html?doCount=Count+Data#stats"
|
||||
- name: "Dev"
|
||||
icon: "fas fa-cloud"
|
||||
items:
|
||||
@@ -102,23 +76,26 @@ services:
|
||||
#subtitle: "Bookmark example"
|
||||
tag: "app"
|
||||
keywords: "self hosted nomad"
|
||||
url: "http://gitea.service.nr5"
|
||||
url: "http://git.maketank.net"
|
||||
target: "_blank" # optional html a tag target attribute
|
||||
- name: "DroneCI"
|
||||
logo: "https://checkmarx.com/wp-content/uploads/2021/08/logo-droneci.png"
|
||||
#subtitle: "Another application"
|
||||
tag: "app"
|
||||
url: "http://drone.service.nr5"
|
||||
url: "http://drone.chaos"
|
||||
- name: "DroneCI - Runner"
|
||||
logo: "https://checkmarx.com/wp-content/uploads/2021/08/logo-droneci.png"
|
||||
tag: "app"
|
||||
url: "http://drone-runner.chaos"
|
||||
- name: "Containers"
|
||||
icon: "fas fa-database"
|
||||
#subtitle: "Another application"
|
||||
tag: "app"
|
||||
url: "http://cr-ui.service.nr5"
|
||||
- name: "Logger"
|
||||
url: "http://cr-ui.chaos"
|
||||
- name: "Monitor"
|
||||
logo: "https://img2.thaipng.com/20181116/ruu/kisspng-grafana-scalable-vector-graphics-application-softw-5bef3c66c4b5f5.0689917515424052228057.jpg"
|
||||
#subtitle: "Another application"
|
||||
tag: "app"
|
||||
url: "https://logger.maketank.net"
|
||||
url: "https://monitor.maketank.net"
|
||||
- name: "Prometheus"
|
||||
icon: "fas fa-database"
|
||||
url: "http://10.24.0.1:9090/classic/targets"
|
||||
@@ -127,17 +104,55 @@ services:
|
||||
icon: "fas fa-cloud"
|
||||
items:
|
||||
- name: "Dmarc"
|
||||
logo: "https://dmarc.globalcyberalliance.org/wp-content/uploads/dmarc-color-1.jpg"
|
||||
logo: "assets/icons/dmarc-logo.png"
|
||||
#subtitle: "Another application"
|
||||
tag: "app"
|
||||
url: "http://dmarc.service.nr5"
|
||||
- name: "Hassio"
|
||||
url: "http://dmarc.chaos"
|
||||
- name: "Auto"
|
||||
logo: "https://w7.pngwing.com/pngs/792/422/png-transparent-home-assistant-home-automation-kits-amazon-alexa-raspberry-pi-installation-others-blue-installation-line.png"
|
||||
#subtitle: "Another application"
|
||||
tag: "app"
|
||||
url: "http://hassio.service.nr5"
|
||||
- name: "Vault"
|
||||
icon: "fas fa-key"
|
||||
url: "http://auto.chaos"
|
||||
- name: "Infra"
|
||||
icon: "fas fa-network-wired"
|
||||
items:
|
||||
- name: "dumont.chaos"
|
||||
logo: "assets/icons/openwrt_logo_blue_and_dark_blue.png"
|
||||
#subtitle: "Another application"
|
||||
tag: "app"
|
||||
url: "http://vault.service.nr5"
|
||||
tag: "host"
|
||||
url: "https://dumont.chaos/"
|
||||
- name: "dumont-wks.wks"
|
||||
logo: "assets/icons/openwrt_logo_blue_and_dark_blue.png"
|
||||
#subtitle: "Another application"
|
||||
tag: "host"
|
||||
url: "https://dumont-wks.wks/"
|
||||
- name: "Switch0.wks"
|
||||
icon: "fas fa-network-wired"
|
||||
#subtitle: "Another application"
|
||||
tag: "host"
|
||||
url: "http://switch0.wks"
|
||||
- name: "Switch Cloud"
|
||||
icon: "fas fa-toggle-on"
|
||||
#subtitle: "Another application"
|
||||
tag: "host"
|
||||
url: "http://switch_cloud.wks"
|
||||
- name: "Drucki"
|
||||
icon: "fas fa-print"
|
||||
items:
|
||||
- name: "drucki"
|
||||
logo: "https://octoprint.org/assets/img/logo.png"
|
||||
#subtitle: "Another application"
|
||||
tag: "host"
|
||||
url: "https://drucki.wks/"
|
||||
- name: "Drybox"
|
||||
icon: "fas fa-box"
|
||||
#subtitle: "Another application"
|
||||
tag: "host"
|
||||
url: "http://drucki_drybox.wks/"
|
||||
- name: "Switch Drucki"
|
||||
icon: "fas fa-toggle-off"
|
||||
#subtitle: "Another application"
|
||||
tag: "host"
|
||||
url: "http://drucki_switch.wks"
|
||||
|
||||
|
||||
|
||||
BIN
icons/dmarc-logo.png
Normal file
BIN
icons/dmarc-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
BIN
icons/openwrt_logo_blue_and_dark_blue.png
Normal file
BIN
icons/openwrt_logo_blue_and_dark_blue.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 60 KiB |
Reference in New Issue
Block a user