Advanced Search
Search Results
335 total results found
Speedtest Tracker
Link 1 | Link 2 version: '3.3' services: speedtest: container_name: speedtest-tracker image: henrywhitaker3/speedtest-tracker:dev-arm ports: - 8765:80 volumes: - /srv/path/Files/SpeedtestTrac...
In your Browser
Drone
Navidrome
version: "3.3" services: navidrome: image: deluan/navidrome:latest ports: - "4533:4533" environment: # Optional: put your config options customization here. Examples: ND_SCANSCHEDULE: 24h ND_LOGLEVEL: info ...
Games
YouTubeDL-Material
Link version: "2" services: ytdl_material: environment: ALLOW_CONFIG_MUTATIONS: 'true' ytdl_mongodb_connection_string: 'mongodb://ytdl-mongo-db:27017' ytdl_use_local_db: 'false' write_ytdl_co...
Piracy in General
General knowledge.
Usually some generic and basic knowledge that should be known using debian.
Kutt
Video Link If necessary, install git sudo apt install git Clone repo git clone https://github.com/thedevs-network/kutt.git cd dans le dossier téléchargé et copier le ficher .env cp .docker.env .env Edit .env nano .env Il devrait ressembler à ça : # A...
Watchtower
version: "3.3" services: watchtower: image: containrrr/watchtower container_name: watchtower volumes: - /var/run/docker.sock:/var/run/docker.sock environment: - TZ=Europe/Paris - ...
TBS
Nextcloud (ARM64)
version: '3.3' services: db: image: yobasystems/alpine-mariadb:latest command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW --innodb-read-only-compressed=OFF # or --transaction-isolation=READ-COMMITTED --binlog-format=ROW --innodb-f...
On Windows
Lunii
Heimdall
Link --- version: "3.3" services: heimdall: image: lscr.io/linuxserver/heimdall container_name: heimdall environment: - PUID=998 - PGID=100 - TZ=Europe/Paris volumes: - /srv/path/Files/Heimdall/config:/conf...
Post Processing
ProjectSend
Link --- version: "3.3" services: projectsend: image: linuxserver/projectsend container_name: projectsend-app environment: - PUID=998 - PGID=100 - TZ=Europe/Paris - MAX_UPLOAD=500000 volumes: - /srv/...
SearXNG
Github, docs. Privacy-respecting, hackable metasearch engine version: '3.7' services: redis: container_name: searxng-redis image: "redis:alpine" restart: unless-stopped command: redis-server --save "" --appendonly "no" networ...
AlphaVPS
Photoprism
Link | Link alt docker-compose.yml version: '3.3' # Example Docker Compose config file for PhotoPrism (Raspberry Pi / ARM64) # # Documentation : https://docs.photoprism.org/getting-started/raspberry-pi/ # Docker Hub URL: https://hub.docker.com/r/photopr...