Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 92a42c8d authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

Merge branch '1-create-my-dev-env' into 'main'

Resolve "Create my dev env"

Closes #1

See merge request !1
parents 8146e3eb 4b518ac6
No related branches found
No related tags found
1 merge request!1Resolve "Create my dev env"
---
version: "3.8"
services:
dashy:
# To build from source, replace 'image: lissy93/dashy' with 'build: .'
# build: .
image: lissy93/dashy:2.1.1
container_name: Dashy
# Pass in your config file below, by specifying the path on your host machine
volumes:
- ./src/conf.yml:/app/public/conf.yml
ports:
- 4000:80
# Set any environmental variables
environment:
- NODE_ENV=production
# Specify your user ID and group ID. You can find this by running `id -u` and `id -g`
- UID=1000
- GID=1000
# Specify restart policy
restart: unless-stopped
# Configure healthchecks
healthcheck:
test: ['CMD', 'node', '/app/services/healthcheck']
interval: 1m30s
timeout: 10s
retries: 3
start_period: 40s
appConfig:
theme: dashy-docs
language: fr
layout: auto
iconSize: medium
startingView: default
defaultOpeningMethod: newtab
statusCheck: false
statusCheckInterval: 0
faviconApi: allesedv
routingMode: history
enableMultiTasking: false
widgetsAlwaysUseProxy: false
webSearch:
disableWebSearch: false
searchEngine: duckduckgo
openingMethod: newtab
searchBangs: {}
enableFontAwesome: true
enableMaterialDesignIcons: false
hideComponents:
hideHeading: false
hideNav: false
hideSearch: false
hideSettings: true
hideFooter: false
auth:
enableGuestAccess: false
users: []
enableKeycloak: false
showSplashScreen: false
preventWriteToDisk: false
preventLocalSave: false
disableConfiguration: false
disableConfigurationForNonAdmin: false
allowConfigEdit: true
enableServiceWorker: false
disableContextMenu: false
disableUpdateChecks: false
disableSmartSort: false
enableErrorReporting: false
pageInfo:
title: Un dashboard avec Dashy
description: Tableau de bord des liens
footerText: Mon super footer
navLinks:
- title: Code
path: https://lab.frogg.it/froggit/poc/dashy
sections:
- name: Code
icon: fas fa-code
items:
- title: Froggit
description: Code sur Froggit
icon: fas fa-frog
url: https://lab.frogg.it/
- title: GitLab
description: Code sur GitLab
icon: fab fa-gitlab
url: https://gitlab.com
- name: Contents
icon: fas fa-clapperboard-play
items:
- title: Acast
description: Publication des podcasts
icon: fas fa-microphone
url: https://open.acast.com
- title: YouTube
description: Publication des vidéos
icon: fab fa-youtube
url: https://studio.youtube.com/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment