Advanced Search
Search Results
280 total results found
Premières bidouilles
New Pi password passwd New root password sudo passwd Config sudo raspi-config #change gpu, hostname, password, TZ sudo apt update sudo apt upgrade -y sudo reboot now #(sudo apt update && sudo apt full-upgrade -y) Check RAM & SWAP free -m R...
Increase Swap
1. Before we can increase our Raspberry Pi’s swap file, we must first temporarily stop it.The swap file cannot be in use while we increase it.To stop the operating system from using the current swap file, run the following command.sudo dphys-swapfile swapoffxx...
Se procurer l'OS
Raspberry Pi OS 64bits https://downloads.raspberrypi.org/raspios_lite_arm64/images/
Install Open Media Vault
wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash sudo reboot now Go to local IP Default login : admin Default password : openmediavault - General settings > Change port to 82 - reconnect - ...
Install Docker et Portainer
OMV-Extras : install docker + portainer
Rpi-Monitor
sudo docker run --device=/dev/vchiq --volume=/opt/vc:/opt/vc --volume=/boot:/boot --volume=/sys:/dockerhost/sys:ro --volume=/etc:/dockerhost/etc:ro --volume=/proc:/dockerhost/proc:ro --volume=/usr/lib:/dockerhost/usr/lib:ro -p=8888:8888 --name="rpi-monitor" -d...
Duplicati
Link1 | Link 2 | Link 3 --- version: "3.3" services: duplicati: image: lscr.io/linuxserver/duplicati container_name: duplicati environment: - PUID=0 # That means it runs as root - PGID=0 # That means it runs as root ...
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...
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 ...
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...
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 - ...
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...
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...
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 Privacy-respecting, hackable metasearch engine services: redis: container_name: redis image: docker.io/valkey/valkey:8-alpine command: valkey-server --save 30 1 --loglevel warning restart: unless-stopped networks: - ...
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...
Dashy
Link | Video | Base .conf version: '3.3' services: dashy: ports: - '4000:80' volumes: - '/srv/path/Files/Dashy/conf/conf.yml:/app/public/conf.yml' - '/srv/path/Files/Dashy/icons:/app/public/item-i...
XBackbone
Link --- version: "3.3" services: xbackbone: image: lscr.io/linuxserver/xbackbone container_name: xbackbone environment: - PUID=998 - PGID=100 - TZ=Europe/Paris volumes: - /srv/path/Files/XBackbone:/config ...
qBittorentVPN (trigus42)
Video | Link 1 | Link 2 version: "3.3" services: qbittorrentvpn: image: trigus42/qbittorrentvpn container_name: qbittorrentvpn privileged: true environment: ## Not needed when using Wireguard # - VPN_USERNAME=myvpnuser...