add hastey paste and update dashy (#39)

pull/40/head
Cian Hatton 3 years ago committed by GitHub
parent 1328fc3127
commit f83f635764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,7 @@ portainer_endpoint: 23
services: services:
- name: linkding - name: linkding
- name: pihole - name: pihole
- name: hasteypaste
- name: dashboards - name: dashboards
template_vars: template_vars:
dashy: false dashy: false

@ -1,21 +1,55 @@
pageInfo: pageInfo:
title: Home Lab title: Home Lab
sections: sections:
- name: Dashboards - name: Tools
widgets: items:
- type: gl-disk-space - title: Hastey Paste
options: description: Paste bin service.
hostname: http://qnap:8083 icon: hl-hastey-paste
- type: crypto-watch-list url: http://snunmu:8000
options: - title: Photoprism
currency: GBP description: Manager photos
sortBy: marketCap icon: hl-photoprism
assets: url: http://qnap:2342
- bitcoin - title: Olivetin
- ethereum description: Run pre-defined shell commands
- cosmos icon: hl-olivetin
- polkadot url: http://qnap:1337
- dogecoin - title: Linkding
description: Manager photos
icon: hl-linkding
url: http://snunmu:9090
- title: Nextcloud
icon: hl-nextcloud
url: http://qnap:8081
- title: Mealie
icon: hl-mealie
url: https://mealie.cianhatton.ie
- title: Gitea
icon: hl-gitea
url: https://git.cianhatton.ie
- name: Docker Admin
items:
- title: Portainer
description: Manage docker apps using Portainer
icon: hl-portainer
url: http://qnap:9000
- name: System Admin
items:
- title: Webmin
icon: hl-webmin
url: http://qnap:10000
- title: Adminer
description: Manage MariaDB
icon: hl-adminer
url: http://qnap:3307
- title: Nginx Proxy Manager
description: Manage reverse proxies
icon: hl-nginx
url: http://qnap:8181
- name: QNAP Dashboards
items: items:
- title: Dash Dot - title: Dash Dot
icon: hl-dashdot icon: hl-dashdot
@ -33,10 +67,6 @@ sections:
icon: hl-pihole icon: hl-pihole
url: http://qnap:85/admin url: http://qnap:85/admin
- name: Snunmu Dashboards - name: Snunmu Dashboards
widgets:
- type: gl-disk-space
options:
hostname: http://snunmu:8083
items: items:
- title: Dash Dot - title: Dash Dot
icon: hl-dashdot icon: hl-dashdot
@ -47,6 +77,7 @@ sections:
- title: Pihole - title: Pihole
icon: hl-pihole icon: hl-pihole
url: http://snunmu:85/admin url: http://snunmu:85/admin
- name: Media Stack - name: Media Stack
items: items:
- title: Plex - title: Plex
@ -69,48 +100,30 @@ sections:
- title: Qbittorrent - title: Qbittorrent
icon: hl-qbittorrent icon: hl-qbittorrent
url: http://qnap:15000 url: http://qnap:15000
- name: Tools - name: QNAP
items: widgets:
- title: Photoprism - type: gl-disk-space
description: Manager photos options:
icon: hl-photoprism hostname: http://qnap:8083
url: http://qnap:2342 - type: crypto-watch-list
- title: Olivetin options:
description: Run pre-defined shell commands currency: USD
icon: hl-olivetin sortBy: marketCap
url: http://qnap:1337 assets:
- title: Linkding - bitcoin
description: Manager photos - ethereum
icon: hl-linkding - cosmos
url: http://snunmu:9090 - evmos
- title: Nextcloud - osmosis
icon: hl-nextcloud
url: http://qnap:8081 - name: Snunmu
- title: Mealie widgets:
icon: hl-mealie - type: gl-disk-space
url: https://mealie.cianhatton.ie options:
- title: Gitea hostname: http://snunmu:8083
icon: hl-gitea
url: https://git.cianhatton.ie
- name: System Admin
items:
- title: Portainer
description: Manage docker apps using Portainer
icon: hl-portainer
url: http://qnap:9000
- title: Webmin
icon: hl-webmin
url: http://qnap:10000
- title: Adminer
description: Manage MariaDB
icon: hl-adminer
url: http://qnap:3307
- title: Nginx Proxy Manager
description: Manage reverse proxies
icon: hl-nginx
url: http://qnap:8181
appConfig: appConfig:
statusCheck: true statusCheck: true
showSplashScreen: false showSplashScreen: false
theme: dracula theme: dashy-docs
language: en language: en

@ -0,0 +1,19 @@
---
version: "3"
services:
hastey-paste:
labels:
ie.cianhatton.backup.enabled: "true"
ie.cianhatton.backup.schedule: "{{ backups.schedule_keys.nightly }}"
container_name: hastey-paste
image: ghcr.io/enchant97/hasty-paste:1
restart: unless-stopped
volumes:
- data:/app/data
ports:
- 8000:8000
environment:
- "DEFAULT_USE_LONG_ID=false"
- "ENABLE_PUBLIC_LIST=true"
volumes:
data:
Loading…
Cancel
Save