17 Commits
Author SHA1 Message Date
tobbbs e9ece413b8 Update compose.yaml 2026-07-21 11:10:29 +02:00
tobbbs 6456d78b83 Update compose.yaml 2026-07-21 09:09:26 +02:00
tobbbs 3b4ab67927 Update compose.yaml 2026-07-21 09:02:18 +02:00
tobbbs c0ec9684ec Delete .env 2026-07-21 08:46:08 +02:00
tobbbs b8f88ea29a Update .env 2026-07-21 08:38:38 +02:00
tobbbs e2e69a2d9b Update compose.yaml 2026-07-21 08:35:29 +02:00
tobbbs 3b7582f4f5 Update compose.yaml 2026-07-21 08:35:09 +02:00
tobbbs c21b0dc575 Add .env 2026-07-21 08:34:26 +02:00
tobbbs 0f6d59e8d9 Update compose.yaml 2026-07-21 08:32:17 +02:00
tobbbs e07471cb98 Update compose.yaml 2026-07-21 08:29:45 +02:00
tobbbs ae4a59a1cc Update compose.yaml 2026-07-21 08:28:03 +02:00
tobbbs a9f22ba516 Update compose.yaml 2026-06-04 02:31:40 +02:00
tobbbs e7ac6ebd5b Update compose.yaml 2026-06-02 10:23:49 +02:00
tobbbs cb7ba01586 Update compose.yaml 2026-06-02 10:20:03 +02:00
tobbbs 9796d8648c Update compose.yaml 2026-06-02 10:18:55 +02:00
tobbbs de5af376db Update compose.yaml 2026-06-02 10:14:43 +02:00
tobbbs 1d7b6f4d49 Add compose.yaml 2026-05-26 16:32:24 +02:00
2 changed files with 43 additions and 212 deletions
+43 -118
View File
@@ -1,133 +1,58 @@
version: "3.8"
services:
beszel:
image: henrygd/beszel:latest
container_name: beszel
restart: unless-stopped
extra_hosts:
- host.docker.internal:host-gateway
# ports:
# - 8090:8090
networks:
- bragi-local
volumes:
- /opt/beszel-container/beszel_data:/beszel_data
glance:
image: glanceapp/glance
container_name: glance
newt:
image: fosrl/newt
container_name: newt
restart: unless-stopped
networks:
- bragi-local
volumes:
- /opt/dashboard/config:/app/config
- /opt/dashboard/assets:/app/assets
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
# ports:
# - 8080:8080
# env_file: .env
termix:
image: ghcr.io/lukegus/termix:release-2.2.1
container_name: termix
restart: unless-stopped
# ports:
# - '8080:8080'
volumes:
- /opt/01_admin/termix/:/app/data
# environment:
# PORT: '8080'
depends_on:
- guacd
networks:
- bragi-local
termix-new:
image: ghcr.io/lukegus/termix:latest
container_name: termix-new
restart: unless-stopped
# ports:
# - '8080:8080'
volumes:
- /opt/01_admin/termix-new/:/app/data
# environment:
# PORT: '8080'
networks:
- bragi-local
guacd:
image: guacamole/guacd:1.6.0
container_name: guacd
restart: unless-stopped
# ports:
# - "4822:4822"
networks:
- bragi-local
ntfy:
image: binwiederhier/ntfy
container_name: ntfy
environment:
- NTFY_BASE_URL=https://ntfy.doeringer.eu
networks:
- bragi-local
command:
- serve
volumes:
- /opt/01_admin/ntfy:/var/cache/ntfy
- /etc/ntfy:/etc/ntfy
# ports:
# - 80:80
- PANGOLIN_ENDPOINT=https://tunnel.doeringer.eu
- NEWT_ID=yogqsqz240z1kgr
- NEWT_SECRET=chw2i78vd9w9mqaeyjxq7iyrvpu6z365zgmkxxiccus76933
code-server:
image: lscr.io/linuxserver/code-server:latest
container_name: code-server
hawser:
image: ghcr.io/finsys/hawser:latest
container_name: hawser
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/hawser-stacks:/opt/hawser-stacks
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
- PASSWORD=${PASSWORD_CODE}
- DEFAULT_WORKSPACE=/home/share/Repositories/Automation
volumes:
- /opt/01_admin/code/config:/config
- /home/share/Repositories/Automation:/home/share/Repositories/Automation
- STACKS_DIR=/opt/hawser-stacks
- DOCKHAND_SERVER_URL=wss://hydra.doeringer.eu/api/hawser/connect
- TOKEN=Dj-xnGfioO4x2UcAS72ipxRzhP9PSJUS6F8R66vI2WQ
n8n:
image: n8nio/n8n:latest
container_name: n8n
restart: always
user: "${n8n_user}"
networks:
- bragi-local
# ports:
# - 8443:8443
restart: unless-stopped
# - "${N8N_Port}:80"
environment:
- N8N_COMMUNITY_PACKAGES_ENABLED=true
- DB_SQLITE_POOL_SIZE=4
- N8N_BASIC_AUTH_ACTIVE=true
- N8N_RUNNERS_ENABLED=true
- NODE_FUNCTION_ALLOW_EXTERNAL=ws
- N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
- N8N_LISTEN_ADDRESS=0.0.0.0
- N8N_PROXY_HOPS=1
- N8N_PROTOCOL=https
- N8N_BASIC_AUTH_USER=${N8N_AUser}
- N8N_BASIC_AUTH_PASSWORD=${N8N_APass}
- N8N_HOST=${N8N_HOST}
- WEBHOOK_URL=${N8N_Webhook}
- N8N_PORT=80
- N8N_ENABLE_EXECUTE_COMMAND=true
- NODES_EXCLUDE=[]
remotepower:
image: ghcr.io/tyxak/remotepower:latest # or `build: .` to build locally
container_name: remotepower
restart: unless-stopped
networks:
- bragi-local
# ports:
# - "443:8443" # HTTPS — self-signed by default
# - "80:8080" # HTTP — health, /ca.crt, redirects to HTTPS
# environment:
# HTTPS on first boot, no cert wrangling. Set RP_TLS_HOST to your address:
# RP_TLS_SELFSIGNED: "1"
# RP_TLS_HOST: "${RP_TLS_HOST:-localhost}"
volumes:
- /opt/01_admin/remotepower:/var/lib/remotepower
healthcheck:
test: ["CMD", "python3", "-c",
"import urllib.request,sys; sys.exit(0 if urllib.request.urlopen('http://localhost:8080/api/health',timeout=4).status==200 else 1)"]
interval: 60s
timeout: 5s
start_period: 15s
retries: 3
#- NODE_TLS_REJECT_UNAUTHORIZED=0
volumes:
- /opt/00_infra/n8n:/home/node
volumes:
remotepower_data:
termix-data:
driver: local
networks:
bragi-local:
-94
View File
@@ -1,94 +0,0 @@
pages:
- name: Home
theme:
background-color: 219 16 21
contrast-multiplier: 1.2
primary-color: 193 43 67
positive-color: 92 28 65
negative-color: 354 42 56
# Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look
# hide-desktop-navigation: true
columns:
- size: small
widgets:
- type: calendar
first-day-of-week: monday
- type: rss
limit: 10
collapse-after: 3
cache: 12h
feeds:
- url: https://selfh.st/rss/
title: selfh.st
limit: 4
- url: https://www.heise.de/security/feed.xml
title: Heise Security
limit: 5
- size: full
widgets:
- type: search
seach-engine: startpage
new-tab: true
- type: lobsters
sort-by: hot
tags:
- security
- linux
- type: videos
channels:
- UCR-DXc1voovS8nhAvccRZhg # Jeff Geerling
- UCsBjURrPoezykLs9EqgamOA # Fireship
- UCHnyfMqiRRG1u-2MsSQLbXA # Veritasium
- UCgdTVe88YVSrOZ9qKumhULQ # Hardware Haven
- UCywwEsnSmADUyhtSaq5dKNg # Zei
- UCqP87_tOqZczGdExeEz0prg # Eric Parker
- type: group
widgets:
- type: reddit
subreddit: selfhosted
show-thumbnails: true
- type: reddit
subreddit: technology
show-thumbnails: true
- type: reddit
subreddit: homelab
show-thumbnails: true
- size: small
widgets:
- type: weather
location: Eschenau, Germany
units: metric # alternatively "imperial"
hour-format: 24h # alternatively "24h"
# Optionally hide the location from being displayed in the widget
# hide-location: true
- type: custom-api
title: Random Fact
cache: 3h
url: https://uselessfacts.jsph.pl/api/v2/facts/random
template: |
<p class="size-h4 color-paragraph">{{ .JSON.String "text" }}</p>
# Add more pages here:
# - name: Your page name
# columns:
# - size: small
# widgets:
# # Add widgets here
# - size: full
# widgets:
# # Add widgets here
# - size: small
# widgets:
# # Add widgets here