2 Commits

Author SHA1 Message Date
dependabot[bot]
b0ce7bc19c Bump ws from 8.16.0 to 8.17.1 in /frontend
Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.16.0...8.17.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-19 00:45:04 +00:00
30039af60a Update README.md (disable demo for now) 2024-04-06 09:18:45 +02:00
2 changed files with 5 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
# Photos
Something that tries to be a self-hosted alternative to Google Photos
<!---
Demo: https://photos.usatiuk.com
(no need to enter a real email, something like asdf@asdf.com is enough, data is stored on tmpfs, reset every day)
-->
![screenshot](docs/s1.png)
## Getting started

View File

@@ -11630,9 +11630,9 @@
}
},
"node_modules/ws": {
"version": "8.16.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz",
"integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==",
"version": "8.17.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
"integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
"engines": {
"node": ">=10.0.0"
},