Advanced Search
Search Results
335 total results found
Bazarr
Link version: "3.7" services: sonarr: container_name: bazarr image: ghcr.io/hotio/bazarr ports: - "6767:6767" environment: - PUID=998 - PGID=100 - UMASK=002 - TZ=Europe/Paris volumes: - ...
Lidarr / LidarrOnSteroids (Lidarr+Deemix)
Lidarr version: "3.7" services: sonarr: container_name: lidarr image: ghcr.io/hotio/lidarr ports: - "8686:8686" environment: - PUID=998 - PGID=100 - UMASK=002 - TZ=Europe/Paris volumes: ...
Overseerr / Jellyseerr
Overseerr version: "3.7" services: overseerr: container_name: overseerr image: ghcr.io/hotio/overseerr ports: - "5055:5055" environment: - PUID=1000 - PGID=1000 - UMASK=002 - TZ=Etc/UTC volumes...
Firefox
Link version: '3.3' services: firefox: container_name: firefox ports: - '5800:5800' volumes: - '/srv/path/Files/Firefox:/config:rw' image: jlesage/firefox restart: unless-stopped
N8n
Link version: '3.3' services: n8n: container_name: n8n ports: - '5678:5678' volumes: - '/srv/Files/n8n:/home/node/.n8n' image: n8nio/n8n restart: unless-stopped
Kopia
Link services: kopia: image: kopia/kopia:latest container_name: Kopia user: "0:0" restart: "unless-stopped" privileged: true cap_add: - SYS_ADMIN security_opt: - apparmor:unconfined ...
Ubooquity
Link version: "2.1" services: ubooquity: image: lscr.io/linuxserver/ubooquity:latest container_name: ubooquity environment: - PUID=998 - PGID=100 - TZ=Europe/Paris # - MAXMEM=1024 #If no value is set it will defau...
Recommended Addons
🟪 RECOMMENDED uBlock Origin ✔ privacy | github ⭐ Setup your blocking mode ⭐ Enable AdGuard URL Tracking Protection ⭐ Import Actually Legitimate URL Shortener Tool 1 | github 1 click me for details Skip Redirect | github note: images h...
Use Fennec browser.
Download : https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/Gitlab repo : https://gitlab.com/relan/fennecbuild/ Use fennec, enable fission in the unlocked about:config (for tab sandboxing), go into settings, about fennec, tap the logo 5 times to unlo...
Use Firefox forks.
Librewolf Le paramètre privacy.resistFingerprinting dans LibreWolf et Firefox est conçu pour renforcer la protection contre le fingerprinting en uniformisant certaines informations du navigateur, comme le fuseau horaire, qui est alors fixé à UTC. Cela peut ...
🇫🇷 Piratage
Reddit | Github ► French P2PFR - Piracy Discussion Emuline - Rom / Emulation Discussion SubSynchro, Sous-Titres or SubFactory - French Subtitles Tseret - Game Guides BonPatron - French Spelling and Grammar Check GoTo10 - BBS and Minitel Archives ▷ ...
Komga
Link version: '3.3' services: komga: image: gotson/komga container_name: komga volumes: - type: bind source: /srv/path/Files/Komga/config target: /config - type: bind source: /srv/path/Files/Komga/da...
Cherry
Link 1 | Link 2 version: '3.3' services: cherry: container_name: cherry volumes: - /srv/path/Files/Cherry/data:/data ports: - '8000:8000' environment: - JWT_SECRET=LoNgAnDcOmPlIc...
Soulseek
Link version: '3.3' services: soulseek: container_name: soulseek restart: unless-stopped volumes: - '/srv/path/Files/Soulseek/data:/data/.SoulseekQt' - '/srv/path/Files/Soulseek/downloads:/data/Soulse...
Youtube Revanced
After you install it, you'll have to turn on the new youtube layout in the settings as it's turned off by default. All sources below would be official ones, if you encounter any problems feel free to comment down. Here goes: Download and install microg...
Memos
Link version: "3.0" services: memos: image: neosmemo/memos:latest container_name: memos volumes: - /srv/path/Memos/:/var/opt/memos ports: - 5230:5230
FOSS alternatives to google apps
GBoard → OpenBoard (FlorisBoard when the v4 will be released) Google message → QKSMS Google Authentificator → Aegis Google Calculator → OpenCalc Play Store → Aurora Store, Fdroid, Neo Store Google News → News Google Keep → QuillNote (QuillPad is a new up...
RClone + GUI
Link version : '3.7' services: rclone_rclone: image: rclone/rclone container_name: rclone restart: always command: rcd --rc-web-gui --rc-addr :5572 --rc-user USER --rc-pass PASSWORD ports: - "5572:5572" volumes: ...
How to schedule a script to run every x days at x:00
To schedule a script to run automatically at a specific time in Debian, you can use the cron utility. cron is a built-in Linux utility that allows you to schedule tasks to run automatically at a specified time or interval. To schedule a script to run at a spe...
How to embed external subtitles in a video file using mkvtoolnix.
Official usage page. Basic use First, make sure that mkvmerge is installed on your system by running the following command: apt-get install mkvtoolnix Next, navigate to the directory where the movie file and the subtitle file are located using the cd comma...