Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today. Learn more →
Photo Stream Alternatives
Similar projects and alternatives to Photo Stream
-
-
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support. Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
Piwigo
Manage your photos with Piwigo, a full featured open source photo gallery application for the web. Star us on Github! More than 200 plugins and themes available. Join us and contribute!
-
Lychee
A great looking and easy-to-use photo-management-system you can run on your server, to manage and share photos.
-
librephotos
A self-hosted open source photo management service. This is the repository of the backend.
-
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
Photonix
A modern, web-based photo management server. Run it on your home server and it will let you find the right photo from your collection on any device. Smart filtering is made possible by object recognition, face recognition, location awareness, color analysis and other ML algorithms.
-
PiGallery 2
A fast directory-first photo gallery website, with rich UI, optimized for running on low resource servers (especially on raspberry pi)
-
awesome-selfhosted
A list of Free Software network services and web applications which can be hosted on your own servers
-
-
-
Lychee
A great looking and easy-to-use photo-management-system you can run on your server, to manage and share photos. (by LycheeOrg)
-
-
-
Photoview
Photo gallery for self-hosted personal servers [Moved to: https://github.com/photoview/photoview] (by viktorstrate)
-
UberGallery
An easy to use, simple to manage, web photo gallery written in PHP.
-
-
-
CodiumAI
TestGPT | Generating meaningful tests for busy devs. Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.
Photo Stream reviews and mentions
-
How to convince the wife that the server rack isn't the root cause of our power bill: with data!
I run Plex, 3 instances of photo-stream, a couple HomeKit related automations, librespeed, an api for my lametric clock, and a few really simple web pages like a darts scoreboard and a weather page.
-
I am working on an Open Source google photos alternative
Photo Stream - Minimalist self-hosted photo stream. (Demo)
-
Forum Libre - 2020-12-23
Avec la plethore de trucs disponibles en open source je me dis que quelqu'un a bien du faire ca. En cherchant, je tombe sur ca: https://github.com/maxvoltar/photo-stream (avec la demo: https://maxvoltar.photo/)
Docker c’est un système pour faire des containers (une sorte de virtualisation mais plus simple qu’une vm) et le Dockerfile ce sont les instructions pour construire ce container (ici on part d’un container avec ruby installé, on télécharge vips, on le compile, on copie le contenu du dossier d’où tu le lance dans le containers, on va dans ce dossier, on installe bunder, jekyll et les dépendances de photo-stream, on expose le port 4000 pour jekyll et on lance jekyll). Même sans utiliser docker un Dockerfile peut être une bonne indication des commandes à faire pour installer un truc.
Le plus simple semble quand même docker, tout ce que tu essaies de faire à l’air d’être fait automatiquement dans ce Dockerfile. Pour la lancer il faudrait faire quelque chose comme (dans le dossier où tu as clone le repo) :
L’histoire de la version de bundler je crois que c’est lié à cette ligne, la version de bundler utilisée pour faire le Gemfile.lock est différentes de la tienne, mon ruby est un peu rouillé, je sais plus comment ça se règle.
S’il y a un problème dans le chemin des fichiers ça bloquera de toute façon, c’est juste que le flux rss est généré avant et il rencontre le problème à ce moment la. Je pense qu’il faut que tu supprimes les fichiers qu’il a généré quand tu l’a lancé avec le dossier originals et que tu relances. Pour trouver les fichiers généré par jekyll regarde ceux qui sont ignoré par git, ils sont listés dans le .gitignore.
Tu aurais quand même dû installer ImageMagick, ce que tu as installé au début (vips) c’est l’équivalent moderne. Après devoir installer xcode (et ses Go) pour compiler c’est un petit bonus MacOS. Tu aurais sans doute pu te servir du Dockerfile mais c’est pas expliqué (regarde ici).
-
A note from our sponsor - SonarLint
www.sonarlint.org | 30 May 2023
Stats
maxvoltar/photo-stream is an open source project licensed under MIT License which is an OSI approved license.
Photo Stream is marked as "self-hosted". This means that it can be used as a standalone application on its own.
The primary programming language of Photo Stream is HTML.