Advanced Search
Search Results
280 total results found
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
🇫🇷 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...
Tailscale (in a container, host wide)
Official site Inspiration version: "3.3" services: tailscale: container_name: tailscale hostname: yourhostname network_mode: "host" # mandatory if you want it system wide image: tailscale/tailscale:stable volumes: - ./Ta...
NeonLink
Link First, create an empty bookmarks.sqlite file in the installation folder (i.e. /srv/disk/files/neonlink) Replace {80} with any port you like. Replace {/path/to/bookmarks.sqlite} with the absolute path to the bookmarks.sqlite file you created earlier. ...
Linkding
Link To install linkding using Docker Compose, you can use the docker-compose.yml file. Copy the .env.sample file to .env, configure the parameters, and then run: docker-compose up -d
Linkace
Link 1 - Download and extract linkace-docker-simple.zip 2 - Edit the base configuration You have to change the following settings in the .env file before starting the setup: DB_PASSWORD - Please set a secure password here REDIS_PASSWORD - Please set a s...
Shlink
Video*ShlinkMaxmind version: "3" services: shlink: image: shlinkio/shlink:stable restart: unless-stopped container_name: shlink-backend environment: - TZ="Europe/Paris" - DEFAULT_DOMAIN=sub.domain.ldt #no http/https. no...
My Spotify
Link version: "3" services: server: image: yooooomi/your_spotify_server restart: always ports: - "8080:8080" links: - mongo depends_on: - mongo environment: - API_ENDPOINT=http://localhost:8080 #...
Install gh Github CLi
apt install gh -y then gh auth login