Advanced Search
Search Results
335 total results found
Joplin Webview
Github A simple web viewer for Joplin notes. version: '3.4' x-common-variables: &common-variables ORIGINS: "'http://localhost:22301', 'http://192.168.1.103:22301'" #match ports JOPLIN_LOGIN_REQUIRED: True services: django-joplin-vieweb: ...
Build a container
https://www.youtube.com/watch?v=SnSH8Ht3MIc Some lightweight Linux distributions commonly used in Docker containers include Alpine Linux, BusyBox, and Scratch. Alpine Linux is a popular choice due to its minimal size and package management system. Here's how ...
Obisdian Sync
https://github.com/vrtmrz/obsidian-livesync/blob/main/docs/setup\_own\_server.md#docker-compose version: "2.1" services: couchdb: image: couchdb container_name: obsidian-livesync user: 1000:1000 environment: - COUCHDB_USER=adm...
Logseq
Github | Logseq Docker Web App Guide A privacy-first, open-source platform for knowledge management and collaboration docker run -d --rm -p 3051:80 ghcr.io/logseq/logseq-webapp:latest
Portall
Github 🚢 Portall - Port Management System Portall provides an intuitive web-interface for generating, tracking, and organizing ports and services across multiple hosts. 🐳 Setup Docker Run docker run -p 8080:8080 \ -e SECRET_KEY=your_secret_key \ -e PORT=8...
LMS
LMS is a self-hosted music streaming software. See official website. Usage In order to run this LMS image, you will have to use at least two volumes: Working data (write access rights). Music directory to be scanned (read-only access rights), add a volume fo...
Force DNS change.
In my case, /etc/resolved.conf was a symlink pointing to /run/systemd/resolve/stub-resolv.conf. I could edit both but they reverted to default after a reboot. So I did cp "/etc/resolv.conf" "/etc/resolv.conf_ORIGINAL" And edited it to my liking. For example: ...
QDirStat
Github Docker container for QDirStat This project implements a Docker container for QDirStat. QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. The GUI of the application is accessed through a modern...
Unpackerr
Github | Docker compose docs | Config generator Unpackerr runs as a daemon on your download host or seedbox. It checks for completed downloads and extracts them so Lidarr, Radarr, Readarr, and Sonarr may import them. If your problem is rar files getting stuck...
Araa
Github | Compose example | Clarification services: araa-search: container_name: Araa image: docker.io/temthelem/araa-search:latest environment: - DOMAIN=araa.domain.click ports: - "6413:8000" Configuring (Environmental Va...
Créer un bot Discord pour nettoyer automatiquement les canaux d'un serveur.
Créer un bot Discord pour supprimer les messages de différents canaux est faisable avec Python et la bibliothèque discord.py. Voici un guide simple pour le mettre en place sous Debian. Étapes pour créer et exécuter le bot 1. Créer une application Discord Ren...
Gerbera
Github | Docs Gerbera is a UPnP media server which allows you to stream your digital media through your home network and consume it on a variety of UPnP compatible devices. Ports Port 49494/tcp (HTTP, also set as gerbera port via command line) and 1900/udp (S...
HRConvert2
Github A self-hosted drag-and-drop file conversion server & file sharing tool that supports 445 file formats with 4 color schemes & 13 end-user selectable languages. services: hrconvert2: ports: - 8080:80 - 8443:443 image: zelon88/...
Thumbor
Github Crop, resize, transform and much more, all on-demand and AI Powered Running with Docker Unfortunately Thumbor doesn't have an official Docker image it looks like, but there are some trusted unofficial images, in particular, the minimalcompact/thumbor...
ClipBucket
Github ClipBucket is an Open Source and freely downloadable PHP script that will let you start your own Video Sharing website (YouTube/Netflix Clone) in a matter of minutes. ClipBucket is the fastest growing video script with the most advanced video sharing a...
Use scp to copy a file and a directory from one machine to another:
Use scp to copy a file and a directory from one machine to another: Copying a Single File Open a terminal on the source machine (Machine A). Use the scp command to copy the file to the destination machine (Machine B). scp /path/to/sourc...
Movie Roulette
Github Can't decide what to watch? Movie Roulette helps you pick random movies from your Plex and/or Jellyfin libraries, with features like cinema poster mode, service integrations, and device control. Container Images Registry Architecture Ve...
Notesnook sync server (local storage)
Overview This guide will help you set up a self-hosted instance of Notesnook using Docker Compose. Components Breakdown Core Components (Required) 1. Notesnook Server (notes.domain.com:5264) Purpose: Main synchronization server Accessibility: Must be publicl...
OmniPoly: Languagetool, Libretranslate.
Github | Languaguetool | LibreTranslate This is a frontend app that uses LibreTranslate and LanguageTool as a backend. version: "3.9" services: libretranslate: tty: true stdin_open: true ports: - "5997:5000" environment: ...
Dolibarr
Official Docker image services: db: image: mariadb:latest environment: MYSQL_ROOT_PASSWORD: MYSQL_DATABASE: dolibarr MYSQL_USER: dolibarr MYSQL_PASSWORD: volumes: - /srv/Files/Dolibarr/db:/var/lib/mysql...