Compare commits

...

4 Commits

Author SHA1 Message Date
2840715cb6 Add Twisted Spine, Gladys Books and Wine, and White Rabbit's Books
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2025-09-07 18:51:15 +00:00
5c6a07e87b Merge pull request 'Update dependency cheerio to v1.1.2' (#21) from renovate/cheerio-1.x-lockfile into main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #21
2025-08-27 03:29:35 +00:00
cd0dd430c6 Merge pull request 'Update caddy Docker tag to v2.10.2' (#22) from renovate/caddy-2.x into main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #22
2025-08-27 03:28:07 +00:00
115f5692e3 Update caddy Docker tag to v2.10.2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2025-08-25 22:01:59 +00:00
2 changed files with 46 additions and 1 deletions

View File

@@ -4,6 +4,6 @@ COPY . /src
WORKDIR /src
RUN npm install && node ./index.js
FROM caddy:2.10.0
FROM caddy:2.10.2
COPY --from=builder /src/build /usr/share/caddy

View File

@@ -1783,5 +1783,50 @@
"events": "Yes",
"cafe": "Yes",
"meta": ""
},
{
"name": "Twisted Spine Books",
"address": "306 Grand St",
"city": "Brooklyn",
"state": "NY",
"postcode": "11211",
"description": "",
"lat": "40.71281455385764",
"long": "-73.95724940889518",
"country": "USA",
"website": "https://www.twistedspinebooks.com/",
"events": "Yes",
"cafe": "No",
"meta": ""
},
{
"name": "Gladys Books & Wine",
"address": "306 Malcolm X Blvd",
"city": "Brooklyn",
"state": "NY",
"postcode": "11233",
"description": "",
"lat": "40.682375148825216",
"long": "-73.92910519253844",
"country": "USA",
"website": "https://www.gladysbooksandwine.com/",
"events": "Yes",
"cafe": "Yes",
"meta": ""
},
{
"name": "White Rabbit's Books",
"address": "200 West 86th St",
"city": "New York",
"state": "NY",
"postcode": "10024",
"description": "",
"lat": "40.78773297148539",
"long": "-73.9754510091096",
"country": "USA",
"website": "https://whiterabbitsbooks.com/",
"events": "Yes",
"cafe": "No",
"meta": ""
}
]