Update domain

This commit is contained in:
2023-07-29 21:32:34 -07:00
parent 5735912ffc
commit 1e27bfa170
15 changed files with 35 additions and 35 deletions

View File

@@ -2,4 +2,4 @@
This is the nomad job file I use for the [Homer](https://github.com/bastienwirtz/homer/) dashboard. It takes its config file from the Consul Key/Value store. This means that whenever the config is edited, Nomad automatically installs the new file and restarts the container. It also means that Homer is completely stateless, and therefore can be freely moved around by Nomad.
This directory also contains the config I use for my dashboard at https://dashboard.arsenm.dev. This is placed into the Consul K/V store as `homer/config.yml`.
This directory also contains the config I use for my dashboard at https://dashboard.elara.ws. This is placed into the Consul K/V store as `homer/config.yml`.

View File

@@ -35,27 +35,27 @@ services:
- name: "SearXNG"
icon: "fa-solid fa-magnifying-glass"
subtitle: "Metasearch engine"
url: "https://search.arsenm.dev/"
url: "https://search.elara.ws/"
- name: "Nextcloud"
icon: "fa-solid fa-cloud"
subtitle: "Cloud file storage"
url: "https://nextcloud.arsenm.dev/"
url: "https://nextcloud.elara.ws/"
- name: "Home Assistant"
icon: "fa-solid fa-house"
subtitle: "Home automation hub"
url: "https://hass.arsenm.dev/"
url: "https://hass.elara.ws/"
- name: "Gitea"
icon: "fa-solid fa-code-branch"
subtitle: "Web interface for Git"
url: "https://gitea.arsenm.dev/"
url: "https://gitea.elara.ws/"
- name: "Minio"
icon: "fa-solid fa-box"
subtitle: "Open source S3 implementation"
url: "https://minio.arsenm.dev/"
url: "https://minio.elara.ws/"
- name: "LMS"
icon: "fa-solid fa-music"
subtitle: "Lightweight music server"
url: "https://music.arsenm.dev/"
url: "https://music.elara.ws/"
- name: "Piracy"
icon: "fa-solid fa-skull-crossbones"
items:
@@ -73,12 +73,12 @@ services:
- name: "Traefik"
icon: "fa fa-globe"
subtitle: "Reverse proxy"
url: "https://traefik.arsenm.dev/"
url: "https://traefik.elara.ws/"
- name: "Nomad"
icon: "fa-solid fa-circle-nodes"
subtitle: "Cluster orchestrator"
url: "https://nomad.arsenm.dev/"
url: "https://nomad.elara.ws/"
- name: "Consul"
icon: "fa-solid fa-database"
subtitle: "Service discovery and K/V store"
url: "https://consul.arsenm.dev/"
url: "https://consul.elara.ws/"

View File

@@ -37,7 +37,7 @@ job "homer" {
tags = [
"traefik.enable=true",
"traefik.http.routers.homer.rule=Host(`dashboard.arsenm.dev`)",
"traefik.http.routers.homer.rule=Host(`dashboard.elara.ws`)",
"traefik.http.routers.homer.tls.certResolver=letsencrypt",
]
}