Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

280 total results found

Premières bidouilles

Mise en place ARM64

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

Mise en place ARM64

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

Mise en place ARM64

Raspberry Pi OS 64bits https://downloads.raspberrypi.org/raspios_lite_arm64/images/

Install Open Media Vault

Mise en place ARM64

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

Mise en place ARM64

OMV-Extras : install docker + portainer

Rpi-Monitor

Containered Apps

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...

Monitoring

Duplicati

Containered Apps

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 ...

Backup

Speedtest Tracker

Containered Apps

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...

Monitoring

Navidrome

Containered Apps

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 ...

Music

YouTubeDL-Material

Containered Apps

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...

Media
Utility

Kutt

Containered Apps

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...

Network
Utility

Watchtower

Containered Apps

version: "3.3" services: watchtower: image: containrrr/watchtower container_name: watchtower volumes: - /var/run/docker.sock:/var/run/docker.sock environment: - TZ=Europe/Paris - ...

Monitoring
Updates

Nextcloud (ARM64)

Containered Apps

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...

Media
Utility
Docs

Heimdall

Containered Apps

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...

Dashboard

ProjectSend

Containered Apps

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/...

Network
Utility

SearXNG

Containered Apps

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: - ...

Search Engine

Photoprism

Containered Apps

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...

Photo

Dashy

Containered Apps

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...

Dashboard

XBackbone

Containered Apps

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 ...

Network
Media
Utility

qBittorentVPN (trigus42)

Containered Apps

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...

Network
Media
Utility
Torrent