Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ [REQUEST] Photoview #1323

Open
2 tasks done
anduchs opened this issue Mar 27, 2024 · 1 comment
Open
2 tasks done

✨ [REQUEST] Photoview #1323

anduchs opened this issue Mar 27, 2024 · 1 comment
Labels
enhancement New feature or request prevent stale Prevents stale being applied

Comments

@anduchs
Copy link

anduchs commented Mar 27, 2024

Checked

  • If a new addon, I have checked on Google that such as addon doesn't already exists
  • If a new feature, I have searched in the discussions & issues that it was not already covered

Which addon?

Photoview: https://photoview.github.io/

Is your feature request related to a problem? Please describe

No

Describe the solution you'd like

It would be great to have this in your repos.

I've already done a quick&dirty addon, but I guess you want to adapt it to your typical layout.
Also I don't know if I chose the right directories for everything.

Dockerfile:

FROM viktorstrate/photoview:master

ENV PHOTOVIEW_DATABASE_DRIVER=sqlite \
    PHOTOVIEW_LISTEN_IP=photoview \
    PHOTOVIEW_LISTEN_PORT=80 \
    PHOTOVIEW_SQLITE_PATH=/share/photoview/photoview.db \
    PHOTOVIEW_MEDIA_CACHE=/share/photoview/cache

VOLUME ["/share", "/media"]

config.yaml:

name: Photoview
description: Photoview
version: 0.0.3
slug: photoview
arch:
  - amd64
ports:
  80/tcp: 8001
ports_description:
  80/tcp: "Web Interface"
map:
  - "share:rw"
  - "media:ro"

Also, an alternative docker-repo might be: viktorstrate/photoview:2.3.13 (latest upstream release)

@anduchs anduchs added enhancement New feature or request prevent stale Prevents stale being applied labels Mar 27, 2024
@alexbelgium
Copy link
Owner

Hi! Thanks for the proposal. As I have already 2 photo gallery apps (piwigo & photoprism) I don't think about adding a new one to the repo at short term... Thanks for your understanding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request prevent stale Prevents stale being applied
Projects
None yet
Development

No branches or pull requests

2 participants