Advanced Search
Search Results
9 total results found
Photoprism
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...
Shotshare
An Imgur replacement Link cd /homegit clone https://github.com/mdshack/shotsharecd /srv/dev-disk-by-uuid-7fe66601-5ca0-4c09-bc13-a015025fe53a/Files/sudo mkdir Shotsharecd /srv/dev-disk-by-uuid-7fe66601-5ca0-4c09-bc13-a015025fe53a/Files/Shotsharesudo mkdir sh...
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 ...
Pigallery2
version: "3.3" services: pigallery2: ports: - xxxx:80 environment: - NODE_ENV=production volumes: - ./Pigallery2/config:/app/data/config - ./Pigallery2/db:/app/data/db - ./Pigallery2/images:/app/data/images...
Photoview
Link version: "3" services: db: image: mariadb:10.5 restart: always environment: - MYSQL_DATABASE=photoview - MYSQL_USER=photoview - MYSQL_PASSWORD=photosecret #change - MYSQL_RANDOM_ROOT_PASSWORD=1 volume...
Librephotos
Link mkdir librephotos cd librephotos touch .env nano .env .env # This file contains all the things you need to change to set up your Libre Photos. # There are a few items that must be set for it to work such as the location of your photos. # After ...
Export Lightroom settings for Instagram
File Settings Image format: JPEG Quality: 80 Color space: sRGB Image Sizing Resize to fit : Long Edge 1080 pixels Resolution: 240ppp Output Sharpening Sharpening for: Screen Amount: High
Slink
Link Yet another Imgur replacement. slink: image: anirdev/slink:latest container_name: slink environment: # Your application hostname - ORIGIN=https://your-domain.com # Require user approval before they can upload images - ...
Lychee
LinkDocs #------------------------------------------- # Docker Compose # @RobLandry # Repo : https://github.com/LycheeOrg/Lychee-Docker #------------------------------------------- version: '3' services: lychee_db: container_name: lychee_db...