Cirx08 / WeddingShare

A place for guests to view and drop pictures of the big day
59 stars 0 forks source link

Read-only mode ? #3

Closed accforgithubtest closed 1 hour ago

accforgithubtest commented 8 hours ago

I have been looking for a lighter-weight photo wall application to share pics with my family, and happened to come across this. This looks neat and thank you for creating it.

I understand your reason for creating it, and including upload as a highlighted feature. I also however see a lot of potential for this to be a simple photo-wall application, that makes it easier to share with qr code.

With that context, would you please consider adding a "read-only" mode ? So the application will disable the upload section / not show it in the UI. Perhaps via an environment variable ?

We can simply mount an existing folder with pictures as a read-only volume on docker, and we have a nice photowall application, with a qr code to share it, and that would be great IMO. Keen to hear your thoughts, Cheers !

PFindersDomain commented 6 hours ago

There is a "Disable_Upload" line in the appsetting.json file, does that not work?

Cirx08 commented 1 hour ago

Hi thanks for the comment. I'm guessing you didn't see it because I only added it yesterday in v1.0.3 but there is now a DISABLE_UPLOAD environment variables that will let you disable the upload field.