Gap: nas_deployment
negative LibrePhotos github source
backend: add timeouts to sidecar HTTP calls so jobs can't wedge forever
themes: NAS and deployment · rating: · relevance: 1
Every backend → sidecar HTTP client (face_recognition, image_similarity, clip_embeddings, exif/metadata reader, image_captioning, llm, thumbnail, tags, plus the periodic health checker) calls requests.post/get/delete with no timeout. requests defaults to no timeout, which means a stalled sidecar — face_recognition wedged on a pathological image, exiftool hung mid-process, image_similarity in a tight loop — parks the caller on an infinite socket read. The caller is most often a long-running scan job running inside a single django-q2 task; the task ends up "running" forever in the admin UI with no progress, and the global Q_CLUSTER timeout is set to 10000000 (115 days) so the supervisor never
negative Nextcloud Memories github source
DB error: Undefined function: st_makepoint(numeric, numeric) does not exist
themes: NAS and deployment · rating: · relevance: 1
### Describe the bug
2026-05-14T12:07:14.449395411Z [SimplePlaceResolver] DB error for lat=57.41827, lon=11.983421: An exception occurred while executing a query: SQLSTATE[42883]: Undefined function: 7 ERROR: function st_makepoint(numeric, numeric) does not exist
2026-05-14T12:07:14.449413447Z LINE 5: WHERE geometry && ST_SetSRID(ST_MakePoint(57.418...
2026-05-14T12:07:14.449420569Z ^
2026-05-14T12:07:14.449426357Z HINT: No function matches the given name and argument types. You might need to add explicit type casts.
2026-05-14T12:07:14.449431764Z SQL:
2026-05-14T12:07:14.449437001Z SELECT mp.osm_id, mp.admin_level,
negative Lychee github source
chore(deps): bump the production-dependencies group across 1 directory with 10 updates
themes: NAS and deployment · rating: · relevance: 1
Bumps the production-dependencies group with 7 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@stripe/stripe-js](https://github.com/stripe/stripe-js) | `9.4.0` | `9.5.0` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.2.4` | `4.3.0` |
| [axios](https://github.com/axios/axios) | `1.16.0` | `1.16.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.10` | `8.0.12` |
| [vue](https://github.com/vuejs/core) | `3.5.33` | `3.5.34` |
| [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `11.4.0` | `11.4.2` |
| [vue-router](https://github.com/vuejs/router) | `5.
negative Immich github source
Android App issue loading thumbnauls
themes: NAS and deployment · rating: · relevance: 1
### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
- [x] Yes
### The bug
So I have prefer remote images turned on in the android app. My current issue is that thumbnails don't load in search. Only some do. Also, if I delete the local copy of an image, it doesn't load the thumbnail in timeline unless I sign out and in.
### The OS that Immich Server is running on
Rocky 10
### Version of Immich Server
2.7.5
### Version of Immich Mobile App
2.7.4
### Platform with the issue
- [ ] Server
- [ ] Web
- [x] Mobile
### Device make and model
Pixel 10 Pro and Samsung S21
### Your docker-compose.yml content
```YAML
#
# WARNING: Make
negative LibrePhotos github source
Consider persisting the FAISS similarity index across container restarts
themes: NAS and deployment · rating: · relevance: 1
When I restart the backend container on my library (~400k photos, on the stable image), postgres sits at ~85–95% CPU for around 20 minutes while the backend itself is mostly idle. Watching the logs and `pg_stat_activity`, the load is coming from a sequence of paginated SELECTs over `Photo.clip_embeddings`, each feeding a `POST /build/` call into the image_similarity Flask service.
Tracing it back: the backend entrypoint runs `python manage.py build_similarity_index`, which enqueues `build_image_similarity_index(user)` for every user. That function (in `api/image_similarity.py`) DELETEs the in-memory FAISS index in the Flask service and then re-streams every photo's `clip_embeddings` to it i
negative PhotoPrism github source
feat: show duplicate files in photo details
themes: NAS and deployment · rating: · relevance: 1
### Description
These changes expose PhotoPrism's existing exact duplicate records in the photo file details panel and add a dedicated delete action for those duplicate entries.
The implementation stays within the existing photo details workflow instead of adding a new standalone view:
- duplicate records are loaded for photo details and returned as file-shaped payloads
- the Files tab renders duplicates alongside indexed files, shows their storage path, and labels them as duplicates
- duplicate entries can be deleted without enabling unrelated actions like download, primary, or unstack
- duplicate-aware responses are refreshed after duplicate deletion and unstacking so the panel stays in
negative Lychee github source
chore(deps): bump the actions-deps group with 2 updates
themes: NAS and deployment · rating: · relevance: 1
Bumps the actions-deps group with 2 updates: [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) and [actions/dependency-review-action](https://github.com/actions/dependency-review-action).
Updates `sigstore/cosign-installer` from 4.1.1 to 4.1.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/sigstore/cosign-installer/releases">sigstore/cosign-installer's releases</a>.</em></p>
<blockquote>
<h2>v4.1.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump cosign to 3.0.6 in <a href="https://redirect.github.com/sigstore/cosign-installer/pull/
negative Lychee github source
chore(deps): bump the production-dependencies group with 7 updates
themes: NAS and deployment · rating: · relevance: 1
Bumps the production-dependencies group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.2.4` | `4.3.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.2.4` | `4.3.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.10` | `8.0.12` |
| [vue](https://github.com/vuejs/core) | `3.5.33` | `3.5.34` |
| [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `11.4.0` | `11.4.2` |
| [@tailwindcss/oxide-linux-arm64-gnu](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/crates/node/
negative Photoview github source
How to use lighttpd ?
themes: NAS and deployment · rating: · relevance: 1
I wrote the following configuration,
```
$HTTP["url"] =~ "^/photoview" {
proxy.server = ( "" => (( "host" => "127.0.0.1", "port" => "8000" )) )
}
```
but the webpage won't open and shows the following error message at the source page :
`You need to enable JavaScript to run Photoview`
I can load the page when I direct to 192.168.1.88:8000
So , how to write the configruation?
negative Synology Photos reddit source
Synology Photos and raw .NEF format
themes: NAS and deployment · rating: · relevance: 1
Finally sick of paying for Google storage as our photo library will just continue to grow, and started the process of migrating photos from Google to my NAS. 10+ years ago we had a Nikon D90 DSLR, and there are more than a few raw .NEF files. All of them fail to display in Synology Photos. They actually open fine in File Station, but Photos shows "Unable to identify this file format"
I see that I can try generating a thumbnail, and I can install the Image Assistant extension, but I don't run Windows or Mac (Ubuntu), and there does not seem to be a Linux option for the required (I guess) desktop application.
I don't get why File Explorer displays these files fine, but Photos does not.
negative PhotoPrism github source
Does not generate captions on import
themes: NAS and deployment · rating: · relevance: 1
### Before You Continue
- [x] This is a new, confirmed bug that has not yet been reported or documented
### What Is Not Working as Documented?
Added a photo to the imports folder
Started import
Labels were generated successfully but no captions
vision.yml:
```
Models:
- Type: caption
Model: qwen/qwen3.6-35b-a3b
Engine: openai
Run: always
System: You are an image captioning assistant.
Prompt: |
WriModels:
- Type: caption
Model: qwen/qwen3.6-35b-a3b
Engine: openai
Run: always
System: You are an image captioning assistant.
Prompt: |
Write one or two concise sentences that describe the main subject, key actions, and setting of the im
negative Format reddit source
Moneat: Sentry + Datadog drop-in replacement (v1.0.7 release)
themes: NAS and deployment · rating: · relevance: 1
Hi everyone - I just released v1.0.7 of Moneat and wanted to share it with you guys. I'll try to keep it brief with a question format:
### How is this different from every other "x monitoring alternative"?
Moneat aims to be a drop-in replacement for two main alternatives: Sentry and Datadog. Meaning, to swap from these two platforms, only a configuration change is needed (e.g., DSN, auth keys).
### How does it work?
It uses the Sentry SDK and Datadog agent for ingestion. Simply point these at Moneat's ingestion.
### How's the installation?
There's a 3 minute installer that walks the user through the process, or a docker compose for power users.
### Why did you build this?
Like most
negative Synology Photos app_store source
Brutally slow thumbnail generation
themes: NAS and deployment · rating: 2 · relevance: 0.9
I have many years of photos backed up on my Synology NAS and unlike Apple Photos which instantly generates thumbnails the Synology app is BRUTALLY, UNACCEPTABLY slow to generate thumbnails for years past. It's just awful.
It's good for backing up but wow.
negative Immich reddit source
Container manager error mounting to rootfs
themes: NAS and deployment · rating: · relevance: 1
Hi, I have been recently cleaning up the volumes and recreating them after the move to DS425+ from DS224+. While moving stuff around, I had to move shared Docker folders back and forth. Because of the policy, I reinstalled the container manager. For container like Immich, everything works fine, but for Jellyfin, I got this error.
Start container jellyfin failed: {"message":"failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting \"/volume1/data/media\" to rootfs at \"/data/media\": mkdir /volume1/@docker/btrfs/subvolumes/4441903bbc04e9fd484a3cd9308920f7b
negative Ente Photos github source
Ente Auth doesn't show the input password field and just show a spinner
themes: NAS and deployment · rating: · relevance: 1
### Description
So, I've been having problem with Ente Auth for a while now, it happened after I update the App but also probably because I updated my distro as well, but weirdly enough, the old version app on the updated system was fine, until i reboot and it no longer works.
Basically, latest AppImage version won't open, but older version does open, but with no way of unlocking the vault (no password prompt).
For the first problem basically the AppImage version failed to mount some file into the /tmp folder or something.
While the latest version from AUR or the much older version of AppImage (4.4.12 and below) does open just fine but with no way of unlocking the vault.
<img width="
negative LibrePhotos github source
Demo Sites In accessible
themes: NAS and deployment · rating: · relevance: 1
# 🛑 Before you create an issue make sure that:
- Your issue is **strictly related to LibrePhotos** itself. Questions about setting up a reverse proxy belong in what ever reverse proxy you are using.
- You have read the [documentation](https://docs.librephotos.com) thoroughly.
- You have searched for a similar issue among all the former issues (even closed ones).
- You have tried to replicate the issue with a clean install of the project.
- You have asked for help on our Discord server [LibrePhotos](https://discord.gg/xwRvtSDGWb) if your issue involves general "how to" questions
**When Submitting please remove every thing above this line**
# 🐛 Bug Report
* [ ] 📁 I've Included a ZIP file
negative Immich reddit source
Sufficient backup setup for Immich
themes: NAS and deployment · rating: · relevance: 1
Hi all!
I have after quite some tinkering managed to setup Immich in parallel with Synology Photos. I have all photos/videos on a 3x4TB SHR1 on my DS423+. I take weekly backups to two external USB-drives that I switch and one always stored in my office (every 3rd month or so). Also I have snapshots running daily.
I am comfortable with the above and my question is about the Immich setup below:
Immich is installed on a single nvme 0.5TB and are accessing the photos on the HDDs as a read only external library. The setup is with docker (Container manager). All uploads to my photo folder are done via Synology Photos. Immich is just for "browsing/searching/albums". I take nightly backups of the
negative PiGallery2 github source
Can't limit visible folders to users via Allow query
themes: NAS and deployment · rating: · relevance: 1
---------------------------------------------------------------------------------
**Describe the bug**
I'm trying to create a user that only has access to two folders, and I'm doing so via the `Allow query` option in the user details, specifying the query like this: `directory:Games or directory:Shows`. Upon trying to log in with that user, the images don't load, and I can see a SQL error saying that the column "directory.path" doesn't exist. I'm using mysql, but that happens with sqlite too.
The query works as normal in the query input box at the top of the page.
**Screenshots (optional)**
shot of the user configuration:
<img width="793" height="653" alt="Image" src="https://github
negative PhotoPrism github source
UX: Country & Time Zone selects close immediately after activation
themes: NAS and deployment · rating: · relevance: 1
**Problem**
On the photo edit dialog in Chrome, clicking the Country or Time Zone dropdown opens the menu for a fraction of a second and then immediately closes it, making the field unusable. The selects work normally in Firefox, and shorter dropdowns on the same dialog are unaffected.
**Steps to reproduce**
1. Open PhotoPrism in Google Chrome (current stable, desktop).
2. Log in and navigate to any photo in the library.
3. Open the photo and click the Edit button (pencil icon) to open the edit dialog.
4. Switch to the Details tab.
5. Click the Country select field.
- Expected: dropdown list opens and stays open so an option can be picked.
- Actual: dropdown opens for a fraction of
negative Synology Photos app_store source
Broken
themes: NAS and deployment · rating: 1 · relevance: 0.9
The app is completely broken currently. The moment I launch it it pops up a small box requesting a 5 digit verification code. The synology 2 factor authorization app generated a 6 digit code, so I don’t know what 5 digit code they want. Also, the box pops up over and over and over, even before you can enter a code, so the point is moot. It really feels like Synology hates their consumer hardware and software, it’s bad, buggy, and falling apart.
negative Immich github source
AMD VAAPI encoding fails during software-decode fallback due to missing format=nv12 filter
themes: NAS and deployment · rating: · relevance: 1
### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
- [x] Yes
### The bug
When using AMD GPU (Radeon 780M) for hardware acceleration, hardware encoding crashes if the source video requires software decoding (e.g., an older MPEG4 codec video).
When Immich falls back to software decoding and attempts hardware encoding, it passes the yuv420p pixel format directly to the h264_vaapi encoder. The AMD Mesa driver rejects yuv420p and requires nv12, resulting in an invalid VASurfaceID error and crashing the transcoding task before it ultimately falls back to pure CPU transcoding.
### The OS that Immich Server is running on
Unraid 7.2.4
##
negative Immich github source
[Bug] Bulk upload to shared album from mobile browser doesn't work
themes: NAS and deployment · rating: · relevance: 1
### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
- [x] Yes
### The bug
I tried to upload 26 assets to a shared album from my phone browser. It doesn't work. I'm sure this is specific to this. What I've tried:
On computer web browser:
own gallery:
single asset upload: OK
30 asset upload: OK
shared gallery:
single asset upload: OK
30 asset upload: OK
On mobile web browser:
own gallery:
single asset upload: OK
30 asset upload: OK
shared gallery:
single asset upload: OK
30 asset upload: KO
Clicking
negative Immich reddit source
Should I add NVMe as cache in my 720+?
themes: NAS and deployment · rating: · relevance: 1
I’m a **semi-amateur user** running a Synology DS720+ mostly for:
* **Synology Photos** (for uploading the photo — it’s stable).
* **Immich** (for viewing photos/videos).
* A few containers like **Podcast Casting** and **Audiobookshelf, maybe Plex.** (Dont have any problems with these)
My main **pain point** is that **accessing my photos and short videos feels sluggish**. I measured that when streaming a 4K video, the download speed tops out at **17-20 Mbps**, and even short clips lag. Everything else (audiobooks, podcasts) runs fine with no hiccups.
**So, I’m wondering:**
* **Is an NVMe SSD cache worth it** for my use case?
* **What size should I get?** (200?500GB? 1TB?)
* **Should I ge
negative PhotoStructure github source
Bump fast-xml-parser from 5.3.3 to 5.5.7
themes: NAS and deployment · rating: · relevance: 1
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.3 to 5.5.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/NaturalIntelligence/fast-xml-parser/releases">fast-xml-parser's releases</a>.</em></p>
<blockquote>
<h2>fix bugs of entity parsing and value parsing</h2>
<p>fix: entity expansion limits
update strnum package to 2.2.0</p>
<h2>fix entity expansion and incorrect replacement and performance</h2>
<p><strong>Full Changelog</strong>: <a href="https://github.com/NaturalIntelligence/fast-xml-parse
negative Immich github source
"Assets cannot be added to the album" error when adding partner photos to an album from timeline (web only)
themes: NAS and deployment · rating: · relevance: 1
### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
- [x] Yes
### The bug
When selecting assets from the timeline to add to an album ("+" in the top right), apparently asset IDs from partner-shared assets are skipped and only my own assets are added. When only partner assets are selected for adding, the asset ID array is empty and I get the "Assets cannot be added to the album" error. This happens only with partner assets which appear in my timeline through partner sharing, and only when adding assets to an album via the timeline. When a partner asset is opened with the viewer (e.g. click on the photo in the timeline), it's possible
negative Nextcloud Memories github source
HDR Images will only render after zooming
themes: NAS and deployment · rating: · relevance: 1
### EDIT:
**Just realized that the "Always load high resolution image" option (which is key to this issue) is stored client side and was getting reset when I was clearing browser cache and other things during debugging and troubleshooting. Maybe this issue is more of a question of "how can we make 'Always load high resolution image' default for all users"?**
### Describe the bug
I have managed to get HDR images to render after a bunch of trial and error and config adjustments but they will only render after zooming into the full image, they will never load the HDR image straight away. For example on mobile web interface I need to double tap to zoom into the image and in the desktop web int
negative Immich reddit source
Need tips and suggestions regarding my home setup for future use
themes: NAS and deployment · rating: · relevance: 1
So to start off, I work in Infrastructure field but I'm a Windows engineer so most of this is new to me at least from OS and service perspective, I use most of this to have convenience of self hosted stack but also as a somewhat learning opportunity to dig into these new systems and services and OSes. Here's what I currently have:
Hardware:
* Lenovo M720Q Tiny - i5-8600T + 32GB RAM
* Dell Optiplex 3070 Micro - i5-8500T + 32GB RAM
* Synology DS223 - 2 x 8TB WD RED PLUS
Software:
* Proxmox on both tiny pcs
* 2 x Caddy LXCs for reverse proxy (with keepalived) using Cloudflare DNS challenge
* 2 x AdGuard Home LXCs
* 2 x Proxmox Backup Server VMs (with keepalived)
* Servarr VM with Docker
negative Format reddit source
LIA - Open Source personnal AI assistant
themes: NAS and deployment · rating: · relevance: 1
[https://lia.jeyswork.com/](https://lia.jeyswork.com/)
[https://github.com/jgouviergmail/LIA-Assistant](https://github.com/jgouviergmail/LIA-Assistant)
# Why LIA exists
LIA exists because I think we lack an AI assistant that is truly yours. Simple to administer day-to-day. Shareable with your loved ones, each with their own emotional relationship. Hosted on your server. Transparent about every decision and every cost. Capable of an emotional depth that commercial assistants don't offer. Reliable in production. And open — open on providers, standards, and code.
# What LIA does not claim to be
LIA is not a competitor to cloud giants and does not claim to rival their research budgets. As
negative Damselfly github source
Bump electron from 20.0.0 to 39.8.4 in /Damselfly.Desktop
themes: NAS and deployment · rating: · relevance: 1
Bumps [electron](https://github.com/electron/electron) from 20.0.0 to 39.8.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/electron/electron/releases">electron's releases</a>.</em></p>
<blockquote>
<h2>electron v39.8.4</h2>
<h1>Release Notes for v39.8.4</h1>
<h2>Fixes</h2>
<ul>
<li>Fixed an issue where <code>nodeIntegrationInWorker</code> overrides in <code>setWindowOpenHandler</code> were not honored for child windows sharing a renderer process with their opener. <a href="https://redirect.github.com/electron/elec
negative Immich github source
ROCm ML image crashes (SIGSEGV) on AMD Phoenix iGPU (gfx1103) with MIGraphXExecutionProvider
themes: NAS and deployment · rating: · relevance: 1
### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
- [x] Yes
### The bug
### Bug: `immich-machine-learning` `-rocm` image crashes (SIGSEGV) on AMD Phoenix iGPU (gfx1103) during model compile (MIGraphX EP)
#### Summary
On TrueNAS SCALE with an AMD Phoenix3 iGPU (gfx1103), the `immich-machine-learning:<version>-rocm` container repeatedly crashes with **SIGSEGV** during model compile/load when using **MIGraphXExecutionProvider**. This causes the Immich server to mark ML unhealthy and face recognition jobs fail with `fetch failed`. Switching to the **CPU** ML image resolves the issue.
#### Environment
- Immich version: **v2.6.3*
negative Immich reddit source
Fewshell: a self-hosted mobile AI terminal to assist with your self-hosted infrastructure
themes: NAS and deployment · rating: · relevance: 1
tl;dr Fewshell is a "Sysadmin in your pocket" with strong safety and security defaults to allow safe AI assist.
100% free and open source.
[https://github.com/few-sh/fewshell](https://github.com/few-sh/fewshell)
Available on the iOS App store, MacOS, Linux, (Android and Windows also coming soon).
Features:
\- Secrets manager and secrets redaction to prevent leaking sensitive information to LLMs.
\- Strong Security defaults: SSH is mandatory to access remote systems.
\- Support for self-hosted models as well as frontier LLM providers.
\- Human-gated safety approach: no command runs without human approval.
\- Multiple projects, sessions, full context visible to the LLM to help yo
negative Nextcloud Memories github source
map Access blocked 403r on memories
themes: NAS and deployment · rating: · relevance: 1
### Describe the bug
Access blocked
Referer is required by tile usage policy of OpenStreetMap's volunteer-run servers: osm.wiki/Blocked
### Steps To Reproduce
_No response_
### Platform
```markdown
- OS:
- Browser:
- Memories Version:
- Nextcloud Version:
- PHP Version:
```
### Screenshots
_No response_
### Additional context
- Any errors in the JS console?
- Any errors in the Nextcloud server logs?
negative HomeGallery github source
build(deps): bump sharp from 0.32.6 to 0.34.5
themes: NAS and deployment · rating: · relevance: 1
Bumps [sharp](https://github.com/lovell/sharp) from 0.32.6 to 0.34.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/lovell/sharp/releases">sharp's releases</a>.</em></p>
<blockquote>
<h2>v0.34.5</h2>
<ul>
<li>
<p>Upgrade to libvips v8.17.3 for upstream bug fixes.</p>
</li>
<li>
<p>Add experimental support for prebuilt Linux RISC-V 64-bit binaries.</p>
</li>
<li>
<p>Support building from source with npm v12+, deprecate <code>--build-from-source</code> flag.
<a href="https://redirect.github.com/love
negative Synology Photos app_store source
Sort of Works Sometimes?
themes: NAS and deployment · rating: 1 · relevance: 0.9
This app is so bad.
1. Log in was confusing and the error messages were unhelpful. Took a second to even get in.
2. All my photos were already loaded (imported from elsewhere to my NAS) yet they load very slowly.
3. Ever since initial setup, I’ve been unlucky and haven’t been able to get the app to work since. Only the few thumbnails that were generated at the start are still visible.
4. Yet, even though it’s clearly not working, the app gives me no status on the actual sync / loading state. Just perpetual loads.
I’m thankful I’m not trusting this thing to back up the photos I take on my phone (like I said, I’m mostly using this as a viewer) because wow is it unreliable.
Unfortunate that’
negative Synology Photos app_store source
Pin input creates more popular than windows 95 errors
themes: NAS and deployment · rating: 2 · relevance: 0.9
When I open the app, it just pops up the PIN code dozens of times. It’s like it’s trying to convince me I don’t know my PIN code, but when I shut down the app and reopen, the PIN code works… until I let it run in the background again. It’s great that this syncs with my nas when it actually works, but the user experience for syncing this makes me want to just delete the app and just use iCloud.
negative Synology Photos app_store source
Trash
themes: NAS and deployment · rating: 1 · relevance: 0.9
Works sometimes. Usually, you just sit with the app open, waiting for the ONE photo you uploaded to your NAS to appear in the folder you’re browsing. I will definitely be looking at another brand of NAS when it’s time for an upgrade.
negative Immich reddit source
Trying to decide low maintenance replacement for google photos and need some opinions
themes: NAS and deployment · rating: · relevance: 1
Hey, I just had a wee one and want to move off google photos soon for privacy reasons, but also to have a little more control over my photos. Hoping for some opinions and/or experience with some setups.
All I would like really is photo backup from 2 phones, ability to create albums, and the solution being robust and not too might maintenance. Everything else is an added bonus.
Currently I have a pibox for a NAS with 2 x 2tb drives - one with SMB share and the other one for backups (yes, it's not 3-2-1 for now). It's small, quiet, with debian and ansible + docker compose management. CM4 module though only has 8GB flash storage, so I might need to use one of the drives for the OS if I want t
negative PiGallery2 github source
Install extensions error
themes: NAS and deployment · rating: · relevance: 1
**Note:** Please always try reproducing the issue on the `:edge` build. There is a chance that it was already fixed. If it's an UI issue, you can try reporducing it on the [demo page](https://pigallery2.onrender.com/).
----------------------------------------------------------------------------------
**Describe the bug**
Attempt to install any of the extensions made available in the UI fails with the following errors:
```
{"log":"1/27/2026, 8:22:59 PM[\u001b[35mSILLY\u001b[0m][ExtensionManager] Downloading extension from https://github.com/bpatrik/pigallery2-sample-extension/archive/refs/heads/main.zip to /app/data/config/extensions/sample-extension.zip\n","stream":"stdout","time":"2026
negative Immich app_store source
Broken
themes: NAS and deployment · rating: 2 · relevance: 1
Backup stuck at ~40%. Many users reporting this problem in forums since mid-2025. Basically, the app tries uploading a file, sees that there is already a file on the server with this name, then just stops trying to backup any files altogether. Unfortunately, there does not seem to be a working solution. So, it’s scrap until this gets fixed. Sigh. I had such high hopes for this app, but this bug makes it worthless
negative Piwigo github source
incoherent disk storage on administration dashboard
themes: NAS and deployment · rating: · relevance: 1
<img width="1698" height="611" alt="Image" src="https://github.com/user-attachments/assets/54bc9405-7925-4a59-b024-364e3eb2b282" />
98.6 or 103.36?
98.6GB.
I just checked and there is a bug is the details : it's not 103.36GB, it's 103 360 000kB. Instead of dividing by `1024*1024`, it has been divided by `1000*1000`. `103360000/(1024*1024) = 98,57177734`. We're going to fix that.
negative PhotoPrism reddit source
Pic-O: A simple, self-hosted photo gallery (looking for feedback)
themes: NAS and deployment · rating: · relevance: 1
https://preview.redd.it/q3lwlfhubjbg1.png?width=4000&format=png&auto=webp&s=ba1a6b88dfc03bdce4b1a3353cb852c005d6c027
In the past period I have developed Pic-O, a lightweight self-hosted photo gallery focused on simplicity and core features required to expose photos.
[https://github.com/Xirt/Pic-O](https://github.com/Xirt/Pic-O)
I created the application as I ran into issues (not able to handle large photo archives gracefully) and / or functional limitations with other software like Synology Photo Station, Synology Moments, Photoview and PhotoPrism. Pic-O aims to provide the following:
* Clean, modern & simple photo albums
* Optional authentication and shareable links
* Mo
negative Immich app_store source
iOS app is, mostly, unusable
themes: NAS and deployment · rating: 2 · relevance: 1
This review is specific to the mobile app only. Immich otherwise is superb.
As a new user (Nov) I’m hoping the capability of the mobile app will eventually become as reliable as the web app. I’m not looking for it to be as full featured….I just want it to work. By this I mean properly sync with the server, perform uploads reliably, widget performance, UI fluidity. This is essential if I’m going to get buy-in from the family. Thank you.
negative Lychee github source
Pinning albums is delayed
themes: NAS and deployment · rating: · relevance: 1
### Discussed in https://github.com/LycheeOrg/Lychee/discussions/3862
<div type='discussions-op-text'>
<sup>Originally posted by **hampoelz** December 10, 2025</sup>
### Lychee version
v6.10.3
### Did you check the latest Lychee version?
Yes, I did
### Which PHP version are you using?
PHP 8.4
### Detailed description of the problem
When I pin or unpin albums, it takes several minutes for the change to become visible. I think this is due to the cache functionality I've enabled - because after I manually flush the cache and reload the page, the change becomes visible immediately.
I think the cache should be updated automatically in this case. Especially if you do
negative Format reddit source
Questions about performing the admin account reset
themes: NAS and deployment · rating: · relevance: 1
My dad set up a DS220+ a while ago. He passed away around 3 years ago, so I can't access his account or the admin account. As far as I know there's multiple accounts with varying access levels to the data on the drives. I have access to a limited amount of data on my account, but I want to view everything on there. I can't seem to figure out the admin password and my mom doesn't know the password to it. I know there's a method to resetting the admin account, but it's on DSM 7.0.1 and I'm worried that the drives are encrypted and I'll lose access to them by performing the reset.
According to [this link on Synology's website](https://kb.synology.com/en-my/DSM/tutorial/How_to_reset_my_Synology
negative Synology Photos app_store source
Photos lost?
themes: NAS and deployment · rating: 1 · relevance: 0.9
I have been synching photos to Synology drives for a while. After recent updates, I just can’t see the photos that are not available on my phone! The whole point of using this app is lost if I can’t find photos synched to the private cloud. Please fix this.
negative Immich reddit source
Replacing HDD on old desktop pcs
themes: NAS and deployment · rating: · relevance: 1
Hello,
I was looking into methods to upgrade from my laptop + external usb enclosure so i can stop with the drives going above 70c & possibly the usb controller dying someday. I decided to look into repurposing old desktop pcs that have a lot of drive bays for the budget route. currently looking at the antec 1100 & CM 310. however, there are a few things i need to clarify in case i am limiting my options.
the purpose of the nas is mostly for general storage, image recognition using immich or photoprism (most likely using a gpu & intending to disable after initial) & maybe a little homelab
1. there are exposed & hidden variants. I wanted to ask if there is an issue with
negative PhotoPrism reddit source
Replacing HDD on old desktop pcs
themes: NAS and deployment · rating: · relevance: 1
Hello,
I was looking into methods to upgrade from my laptop + external usb enclosure so i can stop with the drives going above 70c & possibly the usb controller dying someday. I decided to look into repurposing old desktop pcs that have a lot of drive bays for the budget route. currently looking at the antec 1100 & CM 310. however, there are a few things i need to clarify in case i am limiting my options.
the purpose of the nas is mostly for general storage, image recognition using immich or photoprism (most likely using a gpu & intending to disable after initial) & maybe a little homelab
1. there are exposed & hidden variants. I wanted to ask if there is an issue with
negative Synology Photos app_store source
okay but needs to be better
themes: NAS and deployment · rating: 2 · relevance: 0.9
For a NAS brand who's reputation is built on software first and foremost, this app does not live up to that lofty reputation.
It does the basics well enough, and i trust it to back up my photos, but:
1. This level of UI jank should not be acceptable in a first party app.
2. Smart search is a critical function. And almost every other app, especially Immich, are LIGHTYEARS ahead.
For jank, I'll get specific. When you scroll up, the date/location tab and the photos header descend down at fixed rates not matching the movement of your finger. Bad UX decision, and made worse by fact that they descend at *different* rates. So the photos header reveals a sliver of your photos above the location ta
negative Ente Photos app_store source
Seems nice but disappointed
themes: NAS and deployment · rating: 2 · relevance: 0.9
It prompts for you to buy more storage even though the storage isn’t full. It gives you 10GB free which is okay. It filled up to 10.03GB pretty quickly so you make space I deleted over an hours worth of videos from the ente folder (not the “on device folder)” and it still says it’s at 10.03GB even though it hasn’t backed up anything else. Yes, I went to the trash folder to make sure to permanently delete. Same result. I already have an external hard drive so I’m not overly pressed about buying more storage. The $2.99 seems reasonable enough, I just don’t like feeling like I’m being played or lied to over it. There’s no way the forage hasn’t budged after that delete. It’s that reason why I’m
negative Immich github source
[iOS] SqliteException(2067): UNIQUE constraint failed in remote_asset_entity during sync
themes: NAS and deployment · rating: · relevance: 1
### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
- [x] Yes
### The bug
**Description**
When using Immich iOS client (iPhone 13 Pro, iOS 17/18), the app crashes with a SQLite UNIQUE constraint error during sync.
**Steps to Reproduce**
1. Upgrade server to v1.144.1.
2. Open Immich iOS mobile app.
3. Let sync run with existing assets.
4. Error appears in logs:
SqliteException(2067): while executing statement, UNIQUE constraint failed: remote_asset_entity.owner_id, remote_asset_entity.checksum
Causing statement: INSERT INTO "remote_asset_entity" ...
5. Resetting the mobile DB (deleting & reinstalling app) DOES NOT work.
**Exp
negative Immich app_store source
Terrible Photo Backup App
themes: NAS and deployment · rating: 1 · relevance: 1
The primary purpose of a backup is to restore data from it. However, in practice, Immich is horrible at restoring photos to your phone. Consider this scenario: you purchase a new iPhone and use your own Immich server to back up your old iPhone’s photos. You want some of those photos on your new iPhone, so you open the Immich app, connect it to your new phone, and press the download button on a few photos to create a wallpaper on your new iPhone. Surprisingly, the app is coded so poorly that it doesn’t exclude the photos you restored or downloaded from Immich to your new phone. As a result, you end up with duplicates on the Immich server when the auto-backup begins from your new iPhone. It on
negative Synology Photos app_store source
Bad experience on Apple TV
themes: NAS and deployment · rating: 2 · relevance: 0.9
Building on the relatively stable experience on my phone, I recently tried using Apple TV. The interface looks good, and browsing photos works fine. However, when I played 4K videos shot on my phone and DJI, it would freeze every few seconds, sometimes for more than 5 seconds. I didn't encounter this problem on my phone. My phone and Apple TV are accessing the NAS on the same network, so it's not a network speed issue. I think the TV version doesn't solve the problem of decoding high-quality videos.
negative Synology Photos app_store source
Good. Hopeful you can turn this into something amazing
themes: NAS and deployment · rating: 2 · relevance: 0.9
Addendum: So many issues have emerged. Something is absurdly off with caching. Like I removed all limits on cache memory on my iphone and it keeps doing a fresh pull down of the already extant album lists, this is frustratingly aggravating. the app clearly has the prior cache when i first open it, but for some reason it invalidates it and then spends forever re-downloading thumbnails. This is a time consuming waste when I'm on the local network shared withe the nas server, it makes the app virtually unusable when using mobile data, the lags frequently are astronomical, but needlessly, like this core usability and is very poorly managed or architected caching logic. please fix this! If I'm gi
negative Nextcloud Memories github source
Managed Servers and the ffmpeg Problem
themes: NAS and deployment · rating: · relevance: 1
**Is your feature request related to a problem? Please describe.**
Managed Nextcloud servers do not allow you to install ffmpeg, which makes it impossible to create thumbnails for videos. This makes the gallery only half as enjoyable.
**Describe the solution you'd like**
The Les Pas app (https://github.com/scubajeff/lespas) has solved this problem quite well by rendering the missing thumbnails locally. (Unfortunately, I didn't like the app at all, unlike Memories.)
**Additional context**
Congratulations on the app. I'm thrilled with how smoothly everything runs. :)
negative Synology Photos app_store source
Nothing but issues
themes: NAS and deployment · rating: 1 · relevance: 0.9
1. The app keeps logging me out saying and then I have to log back in and setup my backups again and let that run
2.. anytime I create a new shared album I have to log out of the app for it to show up. Again having to step my back ups etc
3. I use my nas for storage of my family and they have the same issues and since their accounts is on dual factor they constantly have to check the app to see if things are backing up. They get logged out of the app even when it’s remember my device it still prompts for dual factor.
negative Immich github source
iOS does nothing when upload bunch of media files on Safari mobile browser
themes: NAS and deployment · rating: · relevance: 1
### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
- [x] Yes
### The bug
I've created a shared link to an album with access to upload photos, sent it to a friend
Friend said that she was not able to upload all the photos/videos at once (she selected all the files, around 50-60 and confirmed selection), however she did uploaded all of them in batched of 10-12 files without issues
She is using iPhone 15 Pro, iOS 18.5, Safari
I personally don't have an iPhone, neither have access to any, so can't reproduce this bug, will appreciate if someone can confirm or deny this issue
### The OS that Immich Server is running on
Ubuntu 25.04
negative Format reddit source
DS720+ Reconfigure
themes: NAS and deployment · rating: · relevance: 1
I'm thinking about reconfiguring my DS720+. I have 2x12tb formatted 10.9tb usable in both bays in a mirror storage pool 1, an external esata that's not supported (of course) an external USB backup drive, a 512gb Samsung 970 NVME in cache slot 1 and a WD Blue 1tb in NVME Slot 2 that I was using as storage for Surveillance Station via 'The Hack'.
The problems... Synology keeps detecting and disabling my NVME disk and taking my storage offline, causing my recordings to go weeks before noticing I'm not recording anything. Clearly I'm losing this battle. Also, NVME recording seems to have a lot of ghosting issues, where the MP4's play back and frames tend to have intermittent skipping in cert
negative PhotoPrism github source
AI: Add support for Model Context Protocol (MCP)
themes: NAS and deployment · rating: · relevance: 1
**As a PhotoPrism user experimenting with LLM-based workflows, I want a read-only MCP endpoint that exposes PhotoPrism's reference data, so that MCP-aware clients (IDE assistants, agents, custom GPTs) can answer questions about PhotoPrism without a custom integration.**
The Model Context Protocol (MCP) is a JSON-RPC 2.0 protocol that lets Large Language Models talk to external tools and data sources in a standardized way. This issue tracks PhotoPrism's MCP support end-to-end; the upstream references are listed at the bottom.
## Current Status: Initial Read-Only Implementation
An initial MCP server is now available on `develop` behind the `--experimental` flag (merged in #5519 and refined
negative Photoview github source
No indexing despite images found
themes: NAS and deployment · rating: · relevance: 1
**Describe the bug**
When scanning folders, the folders are correctly indexed (as can be seen in the database) but no media is being indexed nor shown. In the log, it does show that images are found.
**To Reproduce**
Steps to reproduce the behavior:
1. Fresh installation
2. Start Scan
**Expected behavior**
Media should be indexed and thumbnails should be generated.
**Your environment:**
Image: photoreview:latest, in Docker on Synology NAS
- Are you using Docker? Yes
- Database: 1.7.2-MariaDB-ubu2404
- Browser: Chrome
-
**Additional context**
- Images are found, but there it stops: "/photos/2021/05 - May/20210520 - Ouwehands Dierenpark /photos/2021/05 - May, contains photo is true"
-
negative Capture One app_store source
Wrong like Donkey Kong for Culling
themes: NAS and deployment · rating: 2 · relevance: 1
Pro shooter. Use the desktop app every day when not on location.
Was hoping to cull productions on an iPad Pro directly from my SSD. Sessions and renaming are done ahead of time on desktop. Just want to give some stars to established sessions so I can develop the preselects when back in the studio. Unfortunately, this is STILL not possible.
Instead of culling directly from an external SSD, C1 mobile requires you to transfer everything to the iPad before you can simply add star ratings. Once you’ve added your stars you get to export everything so that you can work with the files on the desktop.
You’re literally expecting your users to create THREE times the amount of files to solve the
negative Nextcloud Memories github source
Memories Android App: "failed to fetch" error message in home screen
themes: NAS and deployment · rating: · relevance: 1
### Describe the bug
Similar to issue https://github.com/pulsejet/memories/issues/1336#issue-2633325692
I've reset the app completely, deleting cache and storage. Nevertheless, after logging into my self-hosted instance and configuring the app, I'm greeted by a blank black "home" screen with the error message "failed to fetch". Force-closing and re-opening the app does not solve the issue.
However, my indexed and tagged categories are visible in the "explore" tab. I see all the people and tags that the "Recognize"-plugin running on the instance has discovered.
I'm running V1.12 of the android app installed via Droidify. I'm running Nextcloud 30.0.6 on Yunohost 12.0.11 with Debian 12.
negative Zenphoto github source
Database and storage pruning
themes: NAS and deployment · rating: · relevance: 1
Hi all, happy new year!
The websites I run (dualmonitorbackgrounds.com is the biggest one) get a lot of user registrations, but most users don't add images, and many are spammers. This causes a some problems:
- Each time someone adds a new account, it creates a folder in the `albums` folder, which means there are about 50k folders in there, but about 49k are empty
- It's almost impossible to load the user and group management pages, because even if the server ever completes the page load, the browser uses GBs of memory until it runs out. So if I want to change permissions I have to go into the code and find the enums and change it in the database directly 😆
- The SQL server uses a lot
negative PhotoPrism app_store source
Unable to connect to server
themes: NAS and deployment · rating: 1 · relevance: 0.9
I could connect to server using browser and go through images. The app didn’t work for me. I tried http:// , https:// and without any http. Tried Tailscale IP and local IP.
Didn’t work.
negative HomeGallery github source
Error gallery.config.yml does not exist, when running init
themes: NAS and deployment · rating: · relevance: 1
Hello, I spent a few mins trying your project via docker - docker-compose file here:
```yaml
---
volumes:
home-gallery: {}
services:
api:
image: xemle/home-gallery-api-server
environment:
- BACKEND=node
gallery:
image: xemle/home-gallery
entrypoint: ['node', '/app/gallery.js']
command: ['run', 'server']
environment:
- GALLERY_API_SERVER=http://localhost:3000
- GALLERY_API_SERVER_CONCURRENT=5
- GALLERY_API_SERVER_TIMEOUT=30
- GALLERY_OPEN_BROWSER=false
- GALLERY_WATCH_POLL_INTERVAL=300
volumes:
- home-gallery:/data
- /media/photos:/photos:ro
ports:
- 3000:3000
depends
negative Damselfly github source
Docker container missing locale and perl is throwing log errors in the container logs
themes: NAS and deployment · rating: · relevance: 1
I'm currently testing the latest docker container webreaper/damselfly and am in the first stages of generating thumbnails and identifying objects and faces on a "small-ish" library before moving to my production/large image set.
**Problem Report**
```docker logs -f damselfly``` was repeatedly throwing the following log entries and filling the log:
```
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US.UTF-8",
LC_ALL = "en_US.UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
```
**Tested Fix**
I ran the foll
negative PhotoPrism reddit source
[ Setup Review ] Old Laptop Home server
themes: NAS and deployment · rating: · relevance: 1
I have been running this home server setup for 2 years now. Would like to get review and improvement suggestion from all of you. Thanking everyone in advance.
**Main Use Cases :**
* Home NAS (No more google cloud or any other cloud)
* App Server (\*arr stack, photoprism, downloaders, etc) all in docker
* Occasional new OS testing in proxmox (Can live without it)
**Major Concerns :**
* Should I move away from proxmox and run OMV on bare metal.
* My network copy speeds are around 25 MBps on wifi 6. Is this the correct read speed for a 1Gig network card? If not how can figure out the bottleneck
**Hardware Setup:**
* **System Configuration:**
* CPU - Intel(R) Core(TM) i5-7200U
negative PhotoPrism github source
FFmpeg: Improve the quality of HDR video thumbnails
themes: NAS and deployment · rating: · relevance: 1
**As a user with HEVC video files, I want the generated thumbnails to accurately reflect the colors of the videos so that the preview images do not look pale, as shown in the screenshot below.**
When extracting JPEG still images from HEVC-encoded videos (10-bit/HDR) using FFmpeg, the colors are faded and do not look like the actual video. Even specifying ffmpeg command flags such as `-color_primaries`, `-color_trc`, or `-colorspace` does not seem to fix the problem. After further investigation, it seems to be specific to JPEG and WebP images, as PNG images look more colorful and more similar to the actual video (even without specifying special color parameters):
, and a couple of cron jobs (poll TrueNAS for notifications, export files, etc). Is this too much stress for a single NVMe SSD drive? The drive was rated for 600 TBW, and I know this rating does not translate directly, but now I’m concerned if I just replace the drive and it lasts just one more year.
Could this have been a case of just a bad quality drive or is this “normal” for a
negative PhotoPrism app_store source
Does not connect to PhotoPrism on trueNAS scale
themes: NAS and deployment · rating: 1 · relevance: 0.9
This app does not connect to PP. so you cannot upload photos.
negative Zenphoto github source
Issue with keywords/tags (accents, capitalization, duplication etc)
themes: NAS and deployment · rating: · relevance: 1
During testing of metadata import isses - I've found an issue with keywords/tags (tested with xmp-metadata plugin enabled and disabled)
Photo: https://demo.private-universe.net/other-formats/languages/spire-of-sveta-petera-baznica.jpg.html
As you can see - image has name of the city in keywords written in 3 languages: Riga, Rīga, Рига
Now with each metadata refresh for this photo - Rīga doesn't get imported into tags, but is listed in keywords, but another "Riga" is added as a separate tag

Tags in admin lists 34 instances of Riga and none of Rīga

4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
install pwa show and can install
**Screenshots**
in network console shows:
"index.f9413d49.js:224 Error during service worker registration: DOMException: Failed to register a ServiceWorker for scope ('https://photos.qpqp.dk/') with script ('https://photos.qpqp.dk/service-worker.js'): The script has an unsupported MIME type ('text/html')
negative Immich github source
Hardware acceleration cause video play with stuttering effect
themes: NAS and deployment · rating: · relevance: 1
### The bug
I'm running into an issue where some videos, but not all, stutter when viewing from the web. By stutter, I mean it looks like it freezes every half second for a moment and this lasts throughout the entire video, which makes for a very jerky watching experience. There's no indication the video is buffering, and the file size does not seem to matter (can happen with both large and small video files).
If a video is affected, the stutter happens whether I am hovering over the thumbnail or clicking into the video. The video file itself is fine - it plays back without issue when downloaded. Similarly, viewing the same video on the app does not have any stutter either.
Would appr
negative PiGallery2 github source
Is directory flattening broken?
themes: NAS and deployment · rating: · relevance: 1
### Discussed in https://github.com/bpatrik/pigallery2/discussions/852
<div type='discussions-op-text'>
<sup>Originally posted by **gerroon** March 10, 2024</sup>
Hi
I have folders with folders with thousands of files in them. When I do ungroup directory flattening, I small number of files shown as result. Say 80 files out of 20k or sometimes flattening shows none. It seems to me that it is not recursing deep into folders.
Now I set my max media search result to 4000, so it cant be that. This used to work but I do not remember at what point this has changed.
I use docker :latest on Linux.
So here is a folder without flattening, this folder probably has o
negative Zenfolio app_store source
Terrible app! Doesn’t even open up
themes: NAS and deployment · rating: 1 · relevance: 0.95
I’ve had this app for about 5 years and I don’t think it’s ever updated. I had to delete it to try to install it again and it ended up not saving any of my albums. You’d think the app would be connected to an account so albums don’t get lost on the internet. Now I had my photographer send me the albums again and now the app won’t even open up !!
negative PhotoStructure github source
Bump sharp from 0.28.3 to 0.32.6
themes: NAS and deployment · rating: · relevance: 1
Bumps [sharp](https://github.com/lovell/sharp) from 0.28.3 to 0.32.6.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/lovell/sharp/blob/main/docs/changelog.md">sharp's changelog</a>.</em></p>
<blockquote>
<h3>v0.32.6 - 18th September 2023</h3>
<ul>
<li>
<p>Upgrade to libvips v8.14.5 for upstream bug fixes.</p>
</li>
<li>
<p>Ensure composite tile images are fully decoded (regression in 0.32.0).
<a href="https://redirect.github.com/lovell/sharp/issues/3767">#3767</a></p>
</li>
<li>
<p>Ensure <code>with
negative Piwigo github source
Fresh Piwigo 13.7.0 installation -> Undefined array key "modus_theme"
themes: NAS and deployment · rating: · relevance: 1
Hello
I've installed Piwigo 13.7.0 on my server. after finishing the database and user setup i get a white site with the following errors/warnings
```
Warning: Undefined array key "modus_theme" in /var/www/clients/client1/web3/web/share/themes/modus/themeconf.inc.php on line 28
Warning: Trying to access array offset on value of type null in /var/www/clients/client1/web3/web/share/themes/modus/themeconf.inc.php on line 28
Warning: include(/var/www/clients/client1/web3/web/share/themes/modus/skins/.inc.php): Failed to open stream: No such file or directory in /var/www/clients/client1/web3/web/share/themes/modus/themeconf.inc.php on line 28
Warning: include(): Failed opening '
negative LibrePhotos github source
Try Catch known failures and Print out fix methods
themes: NAS and deployment · rating: · relevance: 1
**Describe the enhancement you'd like**
Try catching known failures and giving users useful feedback from crashes with actionable items, either only in the logs, or if possible in the web interface as well.
**Describe why this will benefit the LibrePhotos**
This would help new users solve common issues when they happen, and would cut down the amount of support needed in the discord.
**Additional context**
Add any other context or screenshots about the enhancement request here.
negative PhotoStructure github source
Bump knex from 0.95.9 to 2.4.0
themes: NAS and deployment · rating: · relevance: 1
Bumps [knex](https://github.com/knex/knex) from 0.95.9 to 2.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/knex/knex/releases">knex's releases</a>.</em></p>
<blockquote>
<h2>2.4.0</h2>
<h3>New features:</h3>
<ul>
<li>Support partial unique indexes <a href="https://github-redirect.dependabot.com/knex/knex/issues/5316">#5316</a></li>
<li>Make compiling SQL in error message optional <a href="https://github-redirect.dependabot.com/knex/knex/issues/5282">#5282</a></li>
</ul>
<h3>Bug fixes</h3>
&
negative Format app_store source
Hard to Recommend
themes: NAS and deployment · rating: 2 · relevance: 1
It’s hard to recommend this as well as the main format subscription service. Forget about fast upload speeds. They take at least eight times as long as my last website server, which was zenfolio. The Lightroom plug-in is also very slow. This is extremely unacceptable for any type of professional, whose clients rely on them for fast turnaround. also forget if you’re any type of event or wedding photographer is trying to upload more than 200 photos at a time result in errors or having to skim through all your photos to see what actually uploaded and what didn’t. I chose format initially because of the presentation and clean looks of the site. But the uploading to the actual site is broken. I
negative Format app_store source
Not happy
themes: NAS and deployment · rating: 2 · relevance: 1
I have tried numerous times to delete a submenu and it is still present! Tried to reinstall app and still present. So now when I add pages and photos to this submenu it closes the app and nothing happens! So frustrating! Think I may use a different program!
negative Lomorage github source
Photo transfer issue from iphone to unraid server running lomorage
themes: NAS and deployment · rating: · relevance: 1
Unraid 6.10.3 with IOS 16. Lomorage app uploaded about 8K of photos pretty quicking but now everytime I bring the app up on the IOS to finish the last 2K photos and it runs, I have been having a hard time getting the rest of the photos to sync to Unraid server. It starts to sync then slowing transfers a few photos over a 20min period and than appears to hang or is busy doing some else. Not sure if there are any settings I can change to make this work as designed. I just updated the docker this morning for Lomorage on Unraid this morning hoping this would get it to start working. Any tips on what maybe the issue
negative Pic-Time app_store source
This app crashes all the time!
themes: NAS and deployment · rating: 2 · relevance: 1
I continually have to delete and reinstall this app as I will try to open it and it will just have a white screen until I delete and reinstall. When it works, it is great, but it so rarely does. Please fix it!
negative Zenfolio app_store source
The app has stopped working
themes: NAS and deployment · rating: 1 · relevance: 0.95
It used to work great. Now when you click on the link in the email it will not go to the app. Tried deleting and reinstall suggested by Zenfolio now it does nothing. This means upset clients and business lost.
negative PhotoStructure github source
Bump simple-get from 3.1.0 to 3.1.1
themes: NAS and deployment · rating: · relevance: 1
Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/feross/simple-get/commit/496166d2fff21b4ec1d4ab9e7c8d4b2ab11ebf18"><code>496166d</code></a> 3.1.1</li>
<li><a href="https://github.com/feross/simple-get/commit/6eb82c090e30e7146fa5e9ae7212ca16b24b08b4"><code>6eb82c0</code></a> Bug fix: Thirdparty cookie leak</li>
<li>See full diff in <a href="https://github.com/feross/simple-get/compare/v3.1.0...v3.1.1">compare view</a></li>
</ul>
</details>
<details>
<s
negative Lomorage github source
repo not secure
themes: NAS and deployment · rating: · relevance: 1
followed the instuctions https://lomorage.com/installation-pi/ when ran sudo apt update i get the following output
`pi@raspberrypi:~ $ sudo apt update
Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
Hit:2 http://archive.raspberrypi.org/debian buster InRelease
Ign:3 https://lomoware.github.io/debian/buster buster InRelease
Err:4 https://lomoware.github.io/debian/buster buster Release
Redirection from https to 'http://lomoware.lomorage.com/debian/buster/dists/buster/Release' is forbidden [IP: 185.199.111.153 443]
Reading package lists... Done
E: The repository 'https://lomoware.github.io/debian/buster buster Release' does not have a Rel
negative Photoview github source
Download all pictures as zip from anonymous share
themes: NAS and deployment · rating: · relevance: 1
**Is your feature request related to a problem? Please describe.**
I am sharing my albums with friends and family through the sharing feature. If people want to save the albums on their own storage they currently need to go through every picture one by one and save it.
**Describe the solution you'd like**
There should be a download option similar to the one in the album settings when logged in. I think it should be in a dedicated, prominent place, like a button saying "download all" since a user not familiar with photoview might not know that the download all option is in the album settings. This would also give the advantage that the settings menu does not need to be touched. Potential
negative Lomorage github source
stop overwriting .service file on updates
themes: NAS and deployment · rating: · relevance: 1
Hello,
I am using a native install on an ubuntu server.
After each update, the .service file is updated with a default one.
This is bad, as I've done some modifications in the service file by adding startup parameters, and these get reverted on update.
negative Zenfolio app_store source
Let down for years
themes: NAS and deployment · rating: 1 · relevance: 0.95
I’ve tried really hard to like this app, let alone love it. When it works, it couldn’t be easier and more convenient for my clients and I. But it works less often than it doesn’t work. I’ve been a Zenfolio customer for years and I don’t understand why this app continues to have the same issues. Every other time I use the app I have to delete it and reinstall it just to get it to work - losing everything I’ve managed to download so far. Half the time it won’t download the photos to mine or my clients’ phones which is super embarrassing. I’m trying to provide an awesome, convenient and a very modern day way to download their photos while also providing top notch customer service. Really disapp
negative Piwigo reddit source
Online Storage for Business
themes: NAS and deployment · rating: · relevance: 1
I'm a photographer shooting for a utility contractor. We do work in the power and gas industry and then tons of varying work under those two umbrellas, transmission, distribution, underground, solar, etc.
I'm shooting a project or two each week. I use Lightroom currently for my editing needs and use some loose tags to keep track of everything. The issue is becoming is different departments are asking for photos for bids, for flyers, for their own employees (who doesn't want some new instagram shots) and whatever else is coming up. I'd love to be able to upload approved photography and have it searchable by tags. We're not opposed to using something like google or Flickr, but not sure if t
negative Zenfolio app_store source
Good when it’s working
themes: NAS and deployment · rating: 2 · relevance: 0.95
Like many other reviews I say it’s a fine app when its working. I regularly have to delete and reinstall and find it to be buggy and inconsistent. I’ve asked my photolab to consider using a different program.
negative Capture One app_store source
Completely Useless App
themes: NAS and deployment · rating: 1 · relevance: 0.7
What is the point of having this app for the iPad when it requires a computer running Capture One?
Please give us an app that at least allows you to control your camera from your iPad while previewing the image on the iPad screen.
This should be able to work in the field without WiFi, just Bluetooth.
Manfrotto had something like this for a while but it seems that they have stopped supporting it.
By the way, I purchased a license for Capture One Pro v11 and have found it to be of little use. Considering that Capture One did not honor their promise of free upgrades for a year as one month after purchase and installation they went to v12 and I would have to pay another $300 to get the upgrade.
negative PiGallery2 github source
Symlinks on the photos directory break Pigallery2
themes: NAS and deployment · rating: · relevance: 1
If you have any symlinks in the photos directory (Images folder) you get the following error in the UI:
```
Unknown indexing error for: ./
"[object Object]"
```
Errors from the logs (from docker logs, I'm using the docker image):
```
1/23/2019, 12:19:26 AM[WARN] Handled error:
ErrorDTO {
code: 7,
message: 'Error during listing the directory',
details:
{ error:
'Error: ENOENT: no such file or directory, stat \'/pigallery2-release/demo/images/convert_video_to_MP4.sh\'' } }
{ error:
'Error: ENOENT: no such file or directory, stat \'/pigallery2-release/demo/images/convert_video_to_MP4.sh\'' }
1/23/2019, 12:19:26 AM[WARN] Handled error:
ErrorDTO {
code: 7,
negative Capture One app_store source
Great when it works, but extremely unreliable.
themes: NAS and deployment · rating: 2 · relevance: 0.7
When capture pilot works, it’s a brilliant technology to have on set with clients so they can view incoming images, make selects, and the photo team can work uninterrupted. However, it’s more often than not that my digital tech is spending upwards of 30 minutes each day setting it up, troubleshooting dropped connections, restarting the pilot server, etc. For studio days, it’s almost easier to have a second monitor connected to our computer and hard wired to the client area. I wish Phase One would devote some resources into Capture One and Pilot so that they work seamlessly instead of useless things such as film-emulation presets.
negative Capture One app_store source
Will not work on my system
themes: NAS and deployment · rating: 1 · relevance: 0.7
All Capture Pilot will do is see the server. Cannot view or control anything. Old version worked fine.
negative Piwigo app_store source
Flakes out
themes: NAS and deployment · rating: 1 · relevance: 1
This app would be very cool if it worked right. I have to try between one and five times to create an album until it succeeds, usually it says failed, and when I upload pictures it fails saying I'm unauthorized but only sometimes. Other times it uploads the pictures but resizes them to 5x5, so they're all blurry. Every now and then I can get it to work properly. I've tried nuking my piwigo installation on my server but no luck. Am I the only one? I don't think I'm doing anything wrong but I hope I am because this app would be very cool if it worked 100% of the time.
negative Piwigo app_store source
Stopped allowing photo uploads
themes: NAS and deployment · rating: 2 · relevance: 1
It was always cumbersome to upload multiple photos at once.
Ever since upgrading my server to the latest version of piwigo, I am no longer able to upload photos using this app.