update
This commit is contained in:
@ -1,3 +0,0 @@
|
||||
Additional permission under GNU GPL version 3 section 7
|
||||
|
||||
If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work.
|
@ -1,31 +0,0 @@
|
||||

|
||||
|
||||
# AAAAA
|
||||
|
||||
|
||||
# Installation
|
||||
|
||||
Pour utiliser AAAAA tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser AAAAA avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser AAAAA avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
@ -1,3 +0,0 @@
|
||||
Additional permission under GNU GPL version 3 section 7
|
||||
|
||||
If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work.
|
@ -1,31 +0,0 @@
|
||||

|
||||
|
||||
# AAAAA
|
||||
|
||||
|
||||
# Installation
|
||||
|
||||
Pour utiliser AAAAA tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser AAAAA avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser AAAAA avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
@ -1,32 +0,0 @@
|
||||

|
||||
|
||||
# Homarr
|
||||
|
||||
Simplifiez la gestion de votre serveur avec Homarr - un tableau de bord élégant et moderne qui met toutes vos applications et services à portée de main. Avec Homarr, vous pouvez accéder et tout contrôler en un seul endroit pratique. Homarr s'intègre de manière transparente aux applications que vous avez ajoutées, vous fournissant des informations précieuses et vous donnant un contrôle total. L'installation est un jeu d'enfant et Homarr prend en charge un large éventail de méthodes de déploiement.
|
||||
|
||||
# Installation
|
||||
|
||||
Pour utiliser Homarr tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser Homarr avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser Homarr avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
@ -1,16 +0,0 @@
|
||||
version: '3'
|
||||
#---------------------------------------------------------------------#
|
||||
# Homarr - A simple, yet powerful dashboard for your server. #
|
||||
#---------------------------------------------------------------------#
|
||||
services:
|
||||
homarr:
|
||||
container_name: homarr
|
||||
image: ghcr.io/ajnart/homarr:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock # Facultatif, uniquement si vous souhaitez l'intégration de Docker
|
||||
- /srv/appdata/homarr/configs:/app/data/configs
|
||||
- /srv/appdata/homarr/icons:/app/public/icons
|
||||
- /srv/appdata/homarr/data:/data
|
||||
ports:
|
||||
- '7575:7575'
|
Binary file not shown.
Before Width: | Height: | Size: 100 KiB |
@ -1,32 +0,0 @@
|
||||

|
||||
|
||||
# Homepage
|
||||
|
||||
|
||||
|
||||
# Installation
|
||||
|
||||
Pour utiliser Homepage tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser Homepage avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser Homepage avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
@ -1,42 +0,0 @@
|
||||
---
|
||||
- Repositories:
|
||||
- Homelab:
|
||||
- icon: si-github-#FFFFFF
|
||||
href: https://github.com/christianlempa/homelab
|
||||
- Boilerplates:
|
||||
- icon: si-github-#FFFFFF
|
||||
href: https://github.com/christianlempa/boilerplates
|
||||
- Cheat-Sheets:
|
||||
- icon: si-github-#FFFFFF
|
||||
href: https://github.com/christianlempa/cheat-sheets
|
||||
- Scripts:
|
||||
- icon: si-github-#FFFFFF
|
||||
href: https://github.com/christianlempa/scripts
|
||||
|
||||
- Cloud Services:
|
||||
- Sophos Cloud:
|
||||
- icon: /icons/cld.png
|
||||
href: https://cloud.sophos.com
|
||||
- Cloudflare:
|
||||
- icon: cloudflare.png
|
||||
href: https://dash.cloudflare.com
|
||||
- Teleport:
|
||||
- icon: teleport.png
|
||||
href: https://clcreative.teleport.sh
|
||||
- Twingate:
|
||||
- icon: twingate.png
|
||||
href: https://clcreative.twingate.com
|
||||
- Netbird:
|
||||
- icon: https://netbird.io/_next/static/media/netbird-icon.00225e97.svg
|
||||
href: https://app.netbird.io
|
||||
|
||||
- Cloud Platforms:
|
||||
- Microsoft Azure:
|
||||
- icon: azure.png
|
||||
href: https://portal.azure.com
|
||||
- Digital Ocean:
|
||||
- icon: si-digitalocean-#0080FF
|
||||
href: https://cloud.digitalocean.com
|
||||
- CIVO:
|
||||
- icon: si-civo-#239DFF
|
||||
href: https://www.civo.com
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
srv-prod-1:
|
||||
socket: /var/run/docker.sock
|
@ -1 +0,0 @@
|
||||
---
|
@ -1,134 +0,0 @@
|
||||
---
|
||||
- Networking:
|
||||
- FritzBox GW 1:
|
||||
href: http://192.168.82.1
|
||||
icon: avmfritzbox.png
|
||||
description: gw-prod-1
|
||||
siteMonitor: http://192.168.82.1
|
||||
widget:
|
||||
type: fritzbox
|
||||
url: http://192.168.82.1
|
||||
- FritzBox GW 2:
|
||||
href: http://192.168.81.1
|
||||
icon: avmfritzbox.png
|
||||
description: gw-prod-2
|
||||
siteMonitor: http://192.168.81.1
|
||||
widget:
|
||||
type: fritzbox
|
||||
url: http://192.168.81.1
|
||||
- Sophos XGS:
|
||||
href: https://fw-prod-1.home.clcreative.de:4444
|
||||
icon: /icons/fw.png
|
||||
description: fw-prod-1
|
||||
siteMonitor: https://fw-prod-1.home.clcreative.de
|
||||
- Sophos Switch:
|
||||
href: https://sw-prod-1.home.clcreative.de
|
||||
icon: /icons/sw.png
|
||||
description: sw-prod-1
|
||||
siteMonitor: https://sw-prod-1.home.clcreative.de
|
||||
|
||||
- Infrastructure and Data:
|
||||
- Proxmox:
|
||||
href: https://prx-prod-2.home.clcreative.de:8006
|
||||
icon: proxmox.png
|
||||
description: prx-prod-2
|
||||
siteMonitor: https://prx-prod-2.home.clcreative.de:8006
|
||||
widget:
|
||||
type: proxmox
|
||||
url: https://prx-prod-2.home.clcreative.de:8006
|
||||
username: {{HOMEPAGE_VAR_PROXMOX_USERNAME}}
|
||||
password: {{HOMEPAGE_VAR_PROXMOX_PASSWORD}}
|
||||
- TrueNAS Scale:
|
||||
href: https://nas-prod-1.home.clcreative.de
|
||||
icon: truenas-scale.png
|
||||
description: nas-prod-1 on prx-prod-2
|
||||
siteMonitor: https://nas-prod-1.home.clcreative.de
|
||||
widget:
|
||||
type: truenas
|
||||
url: https://nas-prod-1.home.clcreative.de
|
||||
key: {{HOMEPAGE_VAR_TRUENAS_KEY}}
|
||||
enablePools: false
|
||||
- InfluxDB:
|
||||
href: https://ixdb-prod-1.srv-prod-2.home.clcreative.de/
|
||||
icon: influxdb.png
|
||||
description: ixdb-prod-1 on srv-prod-2
|
||||
|
||||
- Management:
|
||||
- Portainer:
|
||||
href: https://portainer-demo-1.srv-demo-1.home.clcreative.de
|
||||
icon: portainer.png
|
||||
description: portainer-demo-1 on srv-demo-1
|
||||
widget:
|
||||
type: portainer
|
||||
url: https://portainer-demo-1.srv-demo-1.home.clcreative.de
|
||||
env: 2
|
||||
key: {{HOMEPAGE_VAR_PORTAINER_KEY}}
|
||||
- Dockge:
|
||||
href: https://dockge-demo-1.srv-demo-1.home.clcreative.de
|
||||
icon: si-docker-#2496ED
|
||||
description: dockge-demo-1 on srv-demo-1
|
||||
|
||||
- Monitoring:
|
||||
- UptimeKuma:
|
||||
href: https://uptimekuma-prod-1.srv-prod-7.home.clcreative.de
|
||||
description: uptimekuma-prod-1 on srv-prod-7
|
||||
icon: uptime-kuma.png
|
||||
widget:
|
||||
type: uptimekuma
|
||||
url: https://uptimekuma-prod-1.srv-prod-7.home.clcreative.de
|
||||
slug: publicservices
|
||||
- Prometheus:
|
||||
href: https://prometheus-prod-1.srv-prod-1.home.clcreative.de
|
||||
description: prometheus-prod-1 on srv-prod-1
|
||||
icon: prometheus.png
|
||||
server: srv-prod-1
|
||||
container: prometheus-prod-1
|
||||
widget:
|
||||
type: prometheus
|
||||
url: https://prometheus-prod-1.srv-prod-1.home.clcreative.de
|
||||
- Grafana:
|
||||
href: https://grafana-prod-1.srv-prod-1.home.clcreative.de
|
||||
description: grafana-prod-1 on srv-prod-1
|
||||
icon: grafana.png
|
||||
server: srv-prod-1
|
||||
container: grafana-prod-1
|
||||
|
||||
- Security and Identity:
|
||||
- Authentik:
|
||||
href: https://authentik-prod-1.kube-prod-1.home.clcreative.de
|
||||
description: authentik-prod-1 on kube-prod-1
|
||||
icon: authentik.png
|
||||
widget:
|
||||
type: authentik
|
||||
url: https://authentik-prod-1.kube-prod-1.home.clcreative.de
|
||||
key: {{HOMEPAGE_VAR_AUTHENTIK_KEY}}
|
||||
- Passbolt:
|
||||
href: https://passbolt-demo-1.srv-prod-1.clcreative.de
|
||||
description: passbolt-demo-1 on srv-prod-1
|
||||
icon: passbolt.png
|
||||
|
||||
- Automation:
|
||||
- Kestra:
|
||||
href: https://kestra-demo-1.srv-prod-1.home.clcreative.de
|
||||
description: kestra-demo-1 on srv-prod-1
|
||||
icon: https://kestra-io.gallerycdn.vsassets.io/extensions/kestra-io/kestra/0.0.1/1692285562923/Microsoft.VisualStudio.Services.Icons.Default
|
||||
|
||||
- Ansible Semaphore:
|
||||
href: https://ansiblesemaphore-prod-1.srv-prod-1.home.clcreative.de
|
||||
description: ansiblesemaphore-prod-1 on srv-prod-1
|
||||
icon: si-ansible-#EE0000
|
||||
- ArgoCD:
|
||||
href: https://argocd-prod-1.kube-prod-1.home.clcreative.de
|
||||
description: argocd-prod-1 on kube-prod-1
|
||||
icon: si-argo-#EF7B4D
|
||||
|
||||
- IoT and Smarthome:
|
||||
- Home Assistant:
|
||||
href: https://homeassistant-prod-1.srv-prod-7.home.clcreative.de
|
||||
icon: home-assistant.png
|
||||
description: homeassistant-prod-1 on srv-prod-7
|
||||
widget:
|
||||
type: homeassistant
|
||||
url: https://homeassistant-prod-1.srv-prod-7.home.clcreative.de
|
||||
key: {{HOMEPAGE_VAR_HOMEASSISTANT_KEY}}
|
||||
custom:
|
@ -1,31 +0,0 @@
|
||||
---
|
||||
title: My Awesome Homepage
|
||||
headerStyle: boxed
|
||||
|
||||
background:
|
||||
image: https://images.unsplash.com/photo-1637825891028-564f672aa42c
|
||||
blur: xl
|
||||
brightness: 90
|
||||
opacity: 60
|
||||
|
||||
cardBlur: sm
|
||||
|
||||
providers:
|
||||
openweathermap: openweathermapapikey
|
||||
weatherapi: weatherapiapikey
|
||||
|
||||
layout:
|
||||
Networking:
|
||||
icon: mdi-network-#FFFFFF
|
||||
Infrastructure and Data:
|
||||
icon: mdi-server-#FFFFFF
|
||||
Management:
|
||||
icon: mdi-auto-fix-#FFFFFF
|
||||
Monitoring:
|
||||
icon: mdi-list-status-#FFFFFF
|
||||
Automation:
|
||||
icon: mdi-cog-play-#FFFFFF
|
||||
IoT and Smarthome:
|
||||
icon: mdi-home-#FFFFFF
|
||||
Security and Identity:
|
||||
icon: mdi-shield-lock-#FFFFFF
|
@ -1,15 +0,0 @@
|
||||
---
|
||||
- resources:
|
||||
cpu: true
|
||||
memory: true
|
||||
disk: /
|
||||
|
||||
- search:
|
||||
provider: bing
|
||||
target: _blank
|
||||
|
||||
- datetime:
|
||||
text_size: xl
|
||||
format:
|
||||
timeStyle: short
|
||||
hourCycle: h23
|
@ -1,17 +0,0 @@
|
||||
version: "3.3"
|
||||
services:
|
||||
homepage:
|
||||
container_name: Homepage-App
|
||||
hostname: Homepage-App
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
ports:
|
||||
- 3000:3000
|
||||
volumes:
|
||||
- ./config:/app/config
|
||||
- ./images:/app/images
|
||||
- ./icones:/app/icones
|
||||
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods
|
||||
environment:
|
||||
PUID: $PUID
|
||||
PGID: $PGID
|
||||
restart: unless-stopped
|
Reference in New Issue
Block a user