Advanced Search
Search Results
311 total results found
List of TBS & Strategy Games for Nintendo Switch (update 12/2020)
I finally updated my list ! I added a bunch of games. Please, feel free to correct and complete the list if I missed some in the comments :) Edit: the RPG section lists games with turn based combat system. I'll clarify that in the title of my next update. ...
Teddit
Link Docker-compose method (production) Create /srv/path/Teddit/config.js Paste this, editing the subs you want to follow: To find this, /bin/bash into the teddit container, and cat config.js while running the stack without the -volumes variable. cons...
Lemmy Voyager
Link version: '3.3' services: wefwef: ports: - '5314:5314' environment: - 'CUSTOM_LEMMY_SERVERS=lemmy.ml,pornlemmy.com' image: 'ghcr.io/aeharding/voyager:latest'
LibreX
Link version: "2.1" services: librex: image: librex/librex:latest container_name: librex network_mode: bridge ports: - 8080:8080 environment: - PUID=1000 - PGID=1000 - VERSION=docker - TZ=America...
WinUtil
Create a shortut target : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Bypass -Command "Start-Process powershell.exe -verb runas -ArgumentList 'irm https://christitus.com/win | iex'
Mount an NFS share.
Link First, create an NFS Share on your host With OMV for example. The location of the files to share. The share will be accessible at /export/. Clients allowed to mount the file system, e.g. 192.168.178.0/24. Please check the [manual page](https://manp...
MIND reminders
Link version: '3.3' services: mind: container_name: mind volumes: - '/srv/Files/MIND/db:/app/db' environment: - TZ=Europe/Paris ports: - '8080:8080' image: 'mrcas/mind:l...
Ntfy
Link version: "2.3" services: ntfy: image: binwiederhier/ntfy container_name: ntfy command: - serve environment: - TZ=Europe/Paris # optional: set desired timezone user: 998:100 # optional: replace with your own...
Reiverr
Link The easiest and the recommended way to install Reiverr is via Docker. Make sure to update the api keys and base URLs to match your setup. Radarr & Sonarr API keys can be found under Settings > General in their respective web UIs. Jellyfin API key is loc...
Immich
Link Docker Compose [Recommended] Docker Compose is the recommended method to run Immich in production. Below are the steps to deploy Immich with Docker Compose. Step 1 - Download the required files Create a directory of your choice (e.g. ./immich-app) to ...
Xyphyn/photon for Lemmy
Link version: '3.3' services: xyphyn: ports: - '8080:3000' environment: - PUBLIC_INSTANCE_URL=lemmy.ml image: 'ghcr.io/xyphyn/photon:latest'
LemmySchedule
Link version: "3.7" services: redis: image: redis hostname: redis command: redis-server --save 60 1 --loglevel warning # make Redis dump the contents to disk and restore them on start volumes: - redis_data:/data lemmy_sched...
Pairdrop
Link version: "2" services: pairdrop: image: lscr.io/linuxserver/pairdrop:latest container_name: pairdrop restart: unless-stopped environment: - PUID=998 # UID to run the application as - PGI...
UpSnap
Link 1 | Link 2 version: "3" services: upsnap: container_name: upsnap image: ghcr.io/seriousm4x/upsnap:4 network_mode: host restart: unless-stopped volumes: - /srv/path/Files/Upsnap/data:/app/pb_data environment: ...
Gotify
Link version: "3" services: gotify: image: gotify/server ports: - 8080:80 environment: - GOTIFY_DEFAULTUSER_PASS=custom #change this. for "admin" credential volumes: - "./gotify_data:/app/data" gotify/server-a...
Les tutos d'iinul
Playslist youtube Vous souhaitez ajouter vos propres histoires ou des histoires créés par des amateurs dans votre boite à histoire LUNII ? Voici un tuto pour débuter où nous ajoutons la première histoire interactive de CherieFM : Alice au Pays des Merveilles...
Jekyll
--- version: "2" services: jekyll: image: bretfisher/jekyll container_name: jekyll volumes: - /srv/Files/Jekyll:/site restart: unless-stopped jekyll-serve: image: bretfisher/jekyll-serve container_name: jekyll-serve...
Alexandrite
Link version: '3.7' services: # ... alexandrite: image: ghcr.io/sheodox/alexandrite:latest ports: - 3002:3000 environment: # example config only allowing logins to example.com # with no links to Lemmy docs, or an ins...
Stirling-PDF
Github Stirling-PDF is a robust, locally hosted web-based PDF manipulation tool using Docker. It enables you to carry out various operations on PDF files, including splitting, merging, converting, reorganizing, adding images, rotating, compressing, and more. ...
Linkstack
Link version: "3.8" services: linkstack: hostname: 'linkstack' image: 'linkstackorg/linkstack:latest' environment: TZ: 'Europe/Paris' SERVER_ADMIN: 'admin@example.com' HTTP_SERVER_NAME: 'example.com' HTTPS_SE...