Dave Smith-Hayes dsh
dsh pushed to main at dsh/deployment-talks 2024-10-27 01:44:18 +00:00
2ca66733ab Add the dockerfile
dsh pushed to main at dsh/deployment-talks 2024-10-27 01:33:26 +00:00
855eaff323 Update the environment variabels.
dsh pushed to main at dsh/deployment-talks 2024-10-27 01:27:55 +00:00
33323b5ea1 Adding the Dockerfile to the root.
ac11e2d066 Add the deployment to dokku
53cfd59866 Add the deployment presentation.
Compare 3 commits »
dsh pushed to main at dsh/deployment-talks 2024-10-25 02:42:11 +00:00
cbbf6550e9 Add some more notes about domains and deployments.
dsh pushed to main at dsh/deployment-talks 2024-10-25 01:49:30 +00:00
0ca9cc68da get all my thoughts onto paper.
dsh pushed to main at dsh/deployment-talks 2024-10-25 01:34:05 +00:00
a9e1470c3b Add the reveal.js code for the slides
dsh pushed to main at dsh/deployment-talks 2024-10-25 00:19:06 +00:00
01d5a587d2 Remove the reveal.js for now
dsh pushed to main at dsh/deployment-talks 2024-10-24 02:45:57 +00:00
ea357e1f98 Add the Dockerfile definition for the build and running of the application.
dsh pushed to main at dsh/deployment-talks 2024-10-24 02:30:12 +00:00
a83b2c3045 Use the Bun environment.
dsh pushed to main at dsh/deployment-talks 2024-10-24 02:25:39 +00:00
727d251971 Add the app URL
dsh pushed to main at dsh/deployment-talks 2024-10-24 02:18:41 +00:00
a1c70b776b Remove the check for localhost.
dsh pushed to main at dsh/deployment-talks 2024-10-24 02:16:28 +00:00
186ca13025 Build and replace envvars, run on local transport
dsh pushed to main at dsh/deployment-talks 2024-10-24 02:02:03 +00:00
29e442677b Adding a try/catch to the websocket constructor.
dsh pushed to main at dsh/deployment-talks 2024-10-24 01:55:55 +00:00
4c500365fe Update the styles a bit, and add the slides
dsh pushed to rss-feed at dsh/blog 2024-10-23 01:34:37 +00:00
4c78f3f83e Add the post service to the middleware definition of the feed app, plan out how to get the feed. Cache the results.
dsh pushed to rss-feed at dsh/blog 2024-10-23 01:28:20 +00:00
e21de55d3f Keep the feed handler simple
dsh pushed to rss-feed at dsh/blog 2024-10-23 01:12:47 +00:00
34a215eb7b Figure out what the feed generator should look like.
dsh pushed to rss-feed at dsh/blog 2024-10-23 01:05:49 +00:00
21fb068901 Add the route handler for the XML feed.
ab5a83202e Add the site config type
Compare 2 commits »
dsh created branch rss-feed in dsh/blog 2024-10-23 00:42:14 +00:00
dsh pushed to rss-feed at dsh/blog 2024-10-23 00:42:14 +00:00
c8b5f72657 Add a Site TOML, the TOML parser, Feed generator, and a small test for parsing the site TOML.