photoprism-docs

Official Documentation (English) (by photoprism)

Photoprism-docs Alternatives

Similar projects and alternatives to photoprism-docs

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better photoprism-docs alternative or higher similarity.

photoprism-docs reviews and mentions

Posts with mentions or reviews of photoprism-docs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-20.
  • Sharing family pictures securely
    1 project | /r/selfhosted | 11 Dec 2023
    I got it: https://docs.photoprism.app/ https://selfhosted.show/32
  • What's the best (current) Google Photos alternative?
    4 projects | /r/selfhosted | 20 May 2023
  • Having troubles setting up latest photoprism on docker (exit 255 )
    1 project | /r/photoprism | 8 May 2022
    version: '3.8' services: ## PhotoPrism service ## Docs: https://docs.photoprism.org/ photoprism: image: photoprism/photoprism:latest security_opt: - seccomp:unconfined - apparmor:unconfined depends_on: - mariadb network_mode: host environment: - PHOTOPRISM_UID=$USER_UID # user id, should match your host user id - PHOTOPRISM_GID=$USER_GID # group id - PHOTOPRISM_ADMIN_PASSWORD=photoprism # initial "admin" password (minimum 8 characters) ## Public server URL incl http:// or https:// and /path, :port is optional - PHOTOPRISM_SITE_URL="https://"redacted":2342/" - PHOTOPRISM_SITE_CAPTION="AI-Powered Photos App" - PHOTOPRISM_SITE_DESCRIPTION="Open-Source Photo Management" - PHOTOPRISM_SITE_AUTHOR="@photoprism_app" # Storage - PHOTOPRISM_STORAGE_PATH=/photoprism/storage - PHOTOPRISM_ORIGINALS_PATH=/photoprism/originals - PHOTOPRISM_IMPORT_PATH=/photoprism/import - PHOTOPRISM_ASSETS_PATH=/photoprism/asset # Features - PHOTOPRISM_DEBUG=true - PHOTOPRISM_READONLY=false - PHOTOPRISM_PUBLIC=true - PHOTOPRISM_EXPERIMENTAL=false #Server Web set - PHOTOPRISM_SERVER_MODE=debug - PHOTOPRISM_HTTP_HOST=192.168.1.98 - PHOTOPRISM_HTTP_PORT=2342 - PHOTOPRISM_HTTP_COMPRESSION=gzip # improves transfer speed and bandwidth utilization (none or gzip) # Database connection - PHOTOPRISM_DATABASE_DRIVER=mysql - PHOTOPRISM_DATABASE_SERVER=mariadb:4001 - PHOTOPRISM_DATABASE_NAME=photoprism - PHOTOPRISM_DATABASE_USER=photoprism - PHOTOPRISM_DATABASE_PASSWORD=photoprism # Photo file settings - PHOTOPRISM_DISABLE_CHOWN=false # disables storage permission updates on startup - PHOTOPRISM_DISABLE_BACKUPS=false # disables backing up albums and photo metadata to YAML files - PHOTOPRISM_DISABLE_WEBDAV=false # disables built-in WebDAV server - PHOTOPRISM_DISABLE_SETTINGS=false # disables settings UI and API - PHOTOPRISM_DISABLE_PLACES=false # disables reverse geocoding and maps - PHOTOPRISM_DISABLE_EXIFTOOL=false # disables creating JSON metadata sidecar files with ExifTool - PHOTOPRISM_DISABLE_TENSORFLOW=false # disables all features depending on TensorFlow - PHOTOPRISM_DETECT_NSFW=false # flag photos as private that MAY be offensive (requires TensorFlow) - PHOTOPRISM_UPLOAD_NSFW=false # allows uploads that may be offensive - PHOTOPRISM_RAW_PRESETS=false # enables applying user presets when converting RAW files (reduces performance) - PHOTOPRISM_THUMB_FILTER=blackman # resample filter, best to worst: blackman, lanczos, cubic, linear - PHOTOPRISM_THUMB_UNCACHED=true # enables on-demand thumbnail rendering (high memory and cpu usage) - PHOTOPRISM_THUMB_SIZE=4096 # pre-rendered thumbnail size limit (default 2048, min 720, max 7680) - PHOTOPRISM_THUMB_SIZE_UNCACHED=7680 # on-demand rendering size limit (default 7680, min 720, max 7680) - PHOTOPRISM_JPEG_SIZE=7680 # size limit for converted image files in pixels (720-30000) - PHOTOPRISM_JPEG_QUALITY=100 # image quality, a higher value reduces compression (25-100) - TF_CPP_MIN_LOG_LEVEL=0 # show TensorFlow log messages for development working_dir: "/photoprism" volumes: - ${DOCKERDIR}/photoprism/storage:/photoprism/storage - ${DOCKERDIR}/photoprism/asset:/photoprism/asset - ${DOCKERDIR}/dataserve/Photos/originals:/photoprism/originals #Photo Library - ${DOCKERDIR}/interchange/Media/photoprismimport:/photoprism/import # to import photos ## MariaDB 10.8 Database Server ## Docs: https://mariadb.com/kb/en/release-notes-mariadb-108-series/ mariadb: image: mariadb:10.8-rc command: mysqld --port=4001 --transaction-isolation=READ-COMMITTED --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --max-connections=512 --innodb-rollback-on-timeout=OFF --innodb-lock-wait-timeout=120 network_mode: host volumes: - ${DOCKERDIR}/photoprism/mariadb-init.sql:/docker-entrypoint-initdb.d/init.sql - ${DOCKERDIR}/photoprism/data:/var/lib/mysql environment: - MARIADB_AUTO_UPGRADE="1" - MARIADB_INITDB_SKIP_TZINFO="1" - MARIADB_DATABASE=photoprism - MARIADB_USER=photoprism - MARIADB_PASSWORD=photoprism - MARIADB_ROOT_PASSWORD=photoprism
  • Simple guide
    1 project | /r/photoprism | 15 Apr 2022
    Feel free to open an issue here in case you miss something specific: https://github.com/photoprism/photoprism-docs/issues
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 1 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic photoprism-docs repo stats
4
57
9.8
6 days ago

photoprism/photoprism-docs is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of photoprism-docs is HTML.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com