Skip to content

Commit

Permalink
Ajout dashdot
Browse files Browse the repository at this point in the history
  • Loading branch information
Bono2007 committed Jun 22, 2024
1 parent 1f59b3b commit 99e3b9c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions includes/config/services-available
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ cloudcmd - Gestionnaire de fichiers pour le web
codif - VS Code exécuté sur un serveur distant
cops - COPS est lié à vos données Calibre
cypht - Centraliser plusieurs comptes mails
dashdot - System Health intégrable avec Homarr
davos - Outils de programmation
deemixrr - Streamer de la musique depuis deezer
deluge - Gestionnaire de torrent
Expand Down
18 changes: 18 additions & 0 deletions includes/dockerapps/vars/dashdot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
pgrole: 'dashdot'
intport: '3001'
image: 'mauricenino/dashdot:latest'
pg_volumes:
- "/:/mnt/host:ro"
- "/etc/localtime:/etc/localtime:ro"
- "/var/run/docker.sock:/var/run/docker.sock"
extra_labels:
com.centurylinklabs.watchtower.enable: "true"
pg_env:
PUID: "{{ lookup('env','MYUID') }}"
PGID: "{{ lookup('env','MYGID') }}"
TZ: "Europe/Paris"

specific_docker_info:
privileged: yes
security_opts: "seccomp:unconfined"
shm_size: '1G'

0 comments on commit 99e3b9c

Please sign in to comment.