ajout app

This commit is contained in:
Hubert Cornet 2024-04-17 20:22:30 +02:00
parent cc017cfc5e
commit f9d05a2fd3
8025 changed files with 729805 additions and 0 deletions

View File

View File

View File

59
2fauth/docker-compose.yml Normal file
View File

@ -0,0 +1,59 @@
version: "3"
services:
2fauth:
image: 2fauth/2fauth
container_name: 2fauth
volumes:
- /srv/appdata/2fauth:/2fauth
ports:
- 8000:8000/tcp
environment:
# You can change the name of the app
- APP_NAME=2FAuth
- APP_ENV=local
- APP_DEBUG=false
- SITE_OWNER=mail@example.com
- APP_KEY=SomeRandomStringOf32CharsExactly #32 caractères
# This variable must match your installation's external address.
# Webauthn won't work otherwise.
- APP_URL=http://localhost
- IS_DEMO_APP=false
- LOG_CHANNEL=daily
- LOG_LEVEL=notice
- DB_DATABASE="/srv/database/database.sqlite"
- CACHE_DRIVER=file
- SESSION_DRIVER=file
# - MAIL_DRIVER=log
# - MAIL_HOST=smtp.mailtrap.io
# - MAIL_PORT=2525
# - MAIL_USERNAME=null
# - MAIL_PASSWORD=null
# - MAIL_ENCRYPTION=null
# - MAIL_FROM_NAME=null
# - MAIL_FROM_ADDRESS=null
- MAIL_VERIFY_SSL_PEER=true
- THROTTLE_API=60
- LOGIN_THROTTLE=5
- AUTHENTICATION_GUARD=web-guard
- AUTH_PROXY_HEADER_FOR_USER=null
- AUTH_PROXY_HEADER_FOR_EMAIL=null
- PROXY_LOGOUT_URL=null
- WEBAUTHN_NAME=2FAuth
- WEBAUTHN_ID=null
- WEBAUTHN_ICON=null
- WEBAUTHN_USER_VERIFICATION=preferred
- TRUSTED_PROXIES=null
- PROXY_FOR_OUTGOING_REQUESTS=null
- BROADCAST_DRIVER=log
- QUEUE_DRIVER=sync
- SESSION_LIFETIME=120
- REDIS_HOST=127.0.0.1
- REDIS_PASSWORD=null
- REDIS_PORT=6379
- PUSHER_APP_ID=
- PUSHER_APP_KEY=
- PUSHER_APP_SECRET=
- PUSHER_APP_CLUSTER=mt1
- VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
- VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
- MIX_ENV=local

2
2fauth/prepare.sh Normal file
View File

@ -0,0 +1,2 @@
chown 1000:1000 2fauth
chmod 700 2fauth

View File

View File

View File

28
Alf.io/docker-compose.yml Normal file
View File

@ -0,0 +1,28 @@
version: "3.7"
services:
alfio:
image: alfio/alf.io
environment:
POSTGRES_PORT_5432_TCP_PORT: 5432
POSTGRES_PORT_5432_TCP_ADDR: db
POSTGRES_ENV_POSTGRES_DB: LaPin125 #changez_moi
POSTGRES_ENV_POSTGRES_USERNAME: zarev #changez_moi
POSTGRES_ENV_POSTGRES_PASSWORD: zarev123 #changez_moi
#SPRING_PROFILES_ACTIVE: dev,jdbc-session
ports:
- "8888:8080"
db:
image: postgres:10
environment:
POSTGRES_DB: LaPin125 #changez_moi
POSTGRES_USER: zarev #changez_moi
POSTGRES_PASSWORD: zarev123 #changez_moi
ports:
- target: 5432
published: 5433
protocol: tcp
mode: host
volumes:
- /srv/appdata/alfio/data:/var/lib/postgresql/data
volumes:
data-volume:

View File

View File

View File

View File

View File

View File

View File

View File

View File

@ -0,0 +1,11 @@
version: "3.7"
services:
audiobookshelf:
image: ghcr.io/advplyr/audiobookshelf:latest
ports:
- 13378:80
volumes:
- /srv/appdata/audiobooks:/audiobooks
- /srv/appdata/audiobooks/podcasts:/podcasts
- /srv/appdata/audiobooks/config:/config
- /srv/appdata/audiobooks/metadata:/metadata

View File

View File

View File

@ -0,0 +1,12 @@
version: "2.1"
services:
babybuddy:
image: lscr.io/linuxserver/babybuddy
container_name: babybuddy
environment:
- TZ=UTC
volumes:
- /srv/appdata/babybuddy/config:/config
ports:
- 8540:8000
restart: unless-stopped

View File

View File

View File

0
Bind9/docker-compose.yml Normal file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

0
Dash/docker-compose.yml Normal file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

@ -0,0 +1,10 @@
version: '3.9'
services:
varbhat:
image: 'ghcr.io/varbhat/exatorrent:latest'
volumes:
- '/srv/appdata/exatorrent:/exa/exadir'
environment:
ports:
- '42069:42069'
- '5000:5000'

2
Exatorrent/prepare.sh Normal file
View File

@ -0,0 +1,2 @@
mkdir -p exatorrent
chmod 777 exatorrent

View File

View File

@ -0,0 +1,8 @@
version: '3.9'
services:
excalidraw:
image: 'docker.io/excalidraw/excalidraw:latest'
container_name: excalidraw
ports:
- '8084:80'
restart: on-failure

View File

View File

View File

View File

@ -0,0 +1,12 @@
version: '3.3'
services:
server:
container_name: vaultwarden
volumes:
- /srv/appdata/vaultwarden/docker/vaultwarden:/data/'
environment:
- SIGNUPS_ALLOWED=true
- ADMIN_TOKEN=ChoisissezUnMotDePassFort
ports:
- '4044:80'
image: 'vaultwarden/server:latest'

View File

View File

View File

View File

@ -0,0 +1,36 @@
version: '3.3'
services:
server:
container_name: vaultwarden
volumes:
- /srv/appdata/vaultwarden/docker/vaultwarden:/data/'
environment:
- SIGNUPS_ALLOWED=true
- ADMIN_TOKEN=ChoisissezUnMotDePassFort
ports:
- '4044:80'
image: 'vaultwarden/server:latest'
version: "3"
services:
fireshare:
container_name: fireshare
image: shaneisrael/fireshare:latest
ports:
- "8480:80"
volumes:
- /srv/appdata/fireshare/data:/data
- /srv/appdata/fireshare/processed:/processed
- /srv/appdata/fireshare/videos:/videos
environment:
- ADMIN_USERNAME=admin
- ADMIN_PASSWORD=admin
- SECRET_KEY=replace_this_with_some_random_string
- MINUTES_BETWEEN_VIDEO_SCANS=5
# The location in the video thumbnails are generated. A value between 0-100 where 50 would be the frame in the middle of the video file and 0 would be the first frame of the video.
- THUMBNAIL_VIDEO_LOCATION=0
# The domain your instance is hosted at. (do not add http or https) e.x: v.fireshare.net, this is required for opengraph to work correctly for shared links.
- DOMAIN=""
- PUID=1000
- PGID=1000

View File

View File

View File

View File

View File

View File

View File

View File

@ -0,0 +1,14 @@
version: "2.1"
services:
freshrss:
image: lscr.io/linuxserver/freshrss:latest
container_name: freshrss
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /srv/appdata/freshrss:/config
ports:
- 8555:80
restart: unless-stopped

View File

View File

View File

View File

View File

0
Gitea/docker-compose.yml Normal file
View File

View File

View File

View File

View File

0
Grocy/docker-compose.yml Normal file
View File

View File

View File

View File

View File

16
Homarr/docker-compose.yml Normal file
View File

@ -0,0 +1,16 @@
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'

View File

@ -0,0 +1,11 @@
version: '3'
services:
homeassistant:
container_name: homeassistant
image: ghcr.io/home-assistant/home-assistant:stable
volumes:
- /srv/appdata/homeassistant:/config
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
privileged: true
network_mode: host

View File

View File

@ -0,0 +1,19 @@
version: "3.4"
services:
homebox:
image: ghcr.io/hay-kot/homebox:latest
container_name: homebox
restart: always
environment:
- HBOX_LOG_LEVEL=info
- HBOX_LOG_FORMAT=text
- HBOX_WEB_MAX_UPLOAD_SIZE=10
volumes:
- /srv/appdata/homebox-data:/data/
ports:
- 3100:7745
volumes:
homebox-data:
driver: local

View File

View File

View File

Some files were not shown because too many files have changed in this diff Show More